root/public/stylesheets/style.css~ @ 6

Revision 4, 4.1 kB (checked in by falcon, 17 years ago)

75% complete. ajax support for engineering and galleries. galleries add/edit. artwork and engineering layouts.

Line 
1/*Color List*/
2/*      dark-dark green: 09171a*/
3/*      orange: ef7d41*/
4/*      blue: 4582ed*/
5/*      dark-grey: 191f1f*/
6/*      mid-dark green: 364646*/
7/*      light green: 435758*/
8/*      bright border edge: 616f6f*/
9/*      shade border edge: 010302*/
10
11      body {
12                margin: 0;
13                margin-bottom: 25px;
14                padding: 0;
15                background-color: #222;
16                font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
17                font-size: 13px;
18                color: #09171a;
19                height: 100%;
20      }
21     
22        h1 {
23                font-size: 28px;
24                color: white;
25                margin-top: 4px;
26                margin-bottom: 6px;
27        }
28     
29        h2 {
30                font-size: 20px;
31                color: #ef7d41;
32        }
33     
34        h3 {
35                 color: #aaa;
36        }
37           
38        a {
39                  color: #4582ed;
40                  text-decoration: none;
41                  font-weight: 600;
42          }
43                 
44        a:visited {
45                  color: #236099;
46                  }
47                 
48        a:hover {
49                  background-color:#222;
50                  }
51                 
52                 
53        p {
54                color: white;
55                font-weight: 600;
56        }
57                 
58        img {
59                  border: none;
60          }
61         
62          #Content {
63                  float: right;
64                  width: 540px;
65                  margin-right: 20px;
66                  margin-top: 20px;
67                  padding: 10px;
68                  text-align: left;
69                  background-color: #364646;
70          }
71         
72          #Footer {
73                margin-top: 15px;
74                background-color: #324647; /* TEMPORARY*/
75                height: 20px;
76                text-align: right;
77          }
78         
79          #Footer span{
80                color: white;
81                padding-right: 10px;
82                padding-top: 3px;
83                padding-bottom: 3px;
84                font-weight: 600;
85                font-size: 13px;
86          }
87         
88          #Footer a{
89                font-size: 11px;
90          }
91         
92          #InnerMain {
93                  margin: 0 auto;
94                  width: 800px;
95                  background-color: #435758;
96                  padding: 0px;
97                  border-left: 1px solid #616f6f ;
98                  border-right: 1px solid #616f6f ;
99          }
100         
101          #Main {
102                  margin: 0 auto;
103                  width: 840px;
104                  background-color: black;
105                  padding: 0px;
106                  height: 100%;
107          }
108         
109          #Sidebar {
110                  float: left;
111                  width: 185px;
112                  margin-left: 20px;
113                  margin-top: 150px;
114                  background-color: #324647; /* TEMPORARY*/
115          }
116         
117          #Sidebar h3 {
118                color: white;
119                background-color: #191f1f;
120                border-top: 1px solid #ef7d41;
121                border-bottom: 1px solid #ef7d41;
122                margin-top: 0px;
123                margin-bottom: 3px;
124                padding: 1px;
125          }
126         
127          #Sidebar span {
128                margin-top: 2px;
129                margin-bottom: 2px;
130                padding: 0px;
131                padding-left: 10px;
132                color: #ef7d41;
133                font-size: 12px;
134          }
135         
136          #Sidebar a {
137                color: white;
138                border: none;
139                text-decoration: none;
140                font-weight: 600;
141          }
142         
143          #Sidebar p{
144                color: #ef7d41;
145                margin: 0px;
146                padding: 2px;
147                padding-left: 10px;
148          }
149         
150          #Title {
151                  float: right;
152                  margin-top: 200px;
153          }
154         
155          #Title a {
156                font-size: 28px;
157                margin: 0px;
158                padding: 0px;
159                color: white;
160                text-decoration: none;
161                border: none;
162                }         
163       
164         #Title a:hover {
165                background-color: transparent;
166         }
167         
168          #Title h1 {
169                font-size: 28px;
170                margin: 0px;
171                color: white;
172          }
173
174          #Title h3 {
175                margin: 0px;
176                color: #ef7d41;
177          }
178       
179        .divclear {
180                clear: both;
181        }
182       
183        .fileOuterDiv {
184                background-color: #bbb;
185                margin-left: 15px;
186                width: 350px;
187                padding: 5px;
188                padding-bottom: 1px;
189         }
190         
191         .fileInnerDiv {
192                padding: 3px;
193                background-color: #444;
194                margin-bottom: 5px;
195         }
196         
197         .fileInnerDiv span {
198                padding: 1px;
199                color: white;
200                font-weight: bold;
201         }
202         
203         .Gallery {
204         
205          }
206         
207          .Gallery h2{
208                background-color: #1a282b;
209                margin-bottom: 3px;
210                padding: 2px;
211          }
212         
213          .Gallery p{
214         
215          }
216         
217          .Gallery span{
218/*              background-color: #1a282b;*/
219                margin-bottom: 3px;
220                padding: 2px;
221          }
222       
223        .noHighlight:hover {
224                background-color: transparent;
225          }
226       
227                /*
228        // Style Information for Scriptaculous ComboBox
229        */
230       
231        .results {
232                z-index: 100;
233        }
234       
235        .results ul {
236                margin: 0;
237                padding: 0;
238                list-style-type: none;
239                border: 1px solid #666;
240        }
241               
242        .results li {
243                list-style-type: none;
244                margin: 0;
245                padding: 0 4px;
246                background-color: white;
247                z-index: 1000;
248        }       
249
250        * html .results ul {
251                position: relative;
252                height: 1%;
253        }
254
255        .results li.selected {
256                color: #fff;
257                background: #004376;
258        }
259               
260        .textbox {
261                        border: 1px solid #666;
262                        z-index: 0;
263                }
264               
265        .textbox input {
266                border: 0;
267                padding: 0 2px;
268                z-index: 0;
269        }
Note: See TracBrowser for help on using the browser.