Blame view

sources/apps/impressionist/css/mappingstyle.css 373 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
  .slideobject
  {
  	position: absolute;
  }
  .mediumheader
  {
  	width:900px;
  	font-size:120%;
  	line-height:40px;
  }
  .largeheader
  {
  	font-size:200%;
  	cursor:pointer;
  	line-height:100px;
  }
  .jumbo
  {
  	font-size:300%;
  	line-height:200px;
  	width:1800px;
  }
  .slideimage
  {
  	position: absolute;
  }
  .mainslide
  {
  	position: absolute;
  	/*left:0px;
  	top:0px;
  	*/
  	width:100%;
  	height:100%;
  	/**/
  }