Moved examples out of source directory
[project/luci.git] / contrib / media / cascade.css
1 body {
2 font-family: Verdana, Arial, sans-serif;
3 background-color: #aaaaaa;
4 }
5
6 #header {
7 padding: 0.2em;
8 height: 4.5em;
9 background-color: #262626;
10 }
11
12 #columns {
13 border-left: 10.1em solid #262626;
14 border-right: 10.1em solid #262626;
15 display: block;
16 background-color: white;
17 padding: 0.1em;
18 }
19
20 #columnswrapper {
21 display: block;
22 margin-left: -10em;
23 margin-right: -10em;
24 }
25
26 #content {
27 margin-left: 10em;
28 margin-right: 10em;
29 display: block;
30 position: relative;
31 padding: 2px;
32 }
33
34 .headerlogo {
35 height: 4em;
36 padding: 5px;
37 }
38
39 .headerlogo img {
40 height: 100%;
41 }
42
43 .headertitle {
44 font-size: 2.4em;
45 color: gray;
46 letter-spacing: 0.5em;
47 text-transform: lowercase;
48 }
49
50 .separator {
51 padding-left: 0.25em;
52 font-weight: bold;
53 font-size: 0.8em;
54 line-height: 1.4em;
55 }
56
57 .whitetext {
58 color: white;
59 }
60
61 .yellowtext {
62 color: #ffcb05;
63 }
64
65 .magentatext {
66 color: #dc0065;
67 }
68
69 .inheritcolor {
70 color: inherit;
71 }
72
73 .smalltext {
74 font-size: 0.8em;
75 }
76
77 .yellow {
78 background-color: #ffcb05;
79 }
80
81 .magenta {
82 background-color: #dc0065;
83 }
84
85 .nodeco {
86 text-decoration: none;
87 }
88
89 .redhover:hover {
90 color: red;
91 }
92
93 .bold {
94 font-weight: bold;
95 }
96
97 .sidebar {
98 position: relative;
99 padding: 0.25em;
100 color: gray;
101 width: 9em;
102 font-weight: bold;
103 }
104
105 .separator a, .sidebar a {
106 color: inherit;
107 text-decoration: inherit;
108 }
109
110 .separator a:hover, .sidebar a:hover {
111 color: red;
112 }
113
114 .sidebar div {
115 padding-bottom: 0.5em;
116 }
117
118 .sidebar ul {
119 font-size: 0.8em;
120 color: white;
121 list-style-type: none;
122 padding-left: 1em;
123 margin-top: 0%;
124 }
125
126 .left {
127 float: left;
128 text-align: left;
129 }
130
131 .right {
132 float: right;
133 text-align: right;
134 }
135
136 .clear {
137 clear: both;
138 }