/[gedafe]/trunk/network_topology/templates/default.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/network_topology/templates/default.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5 by dpavlin, Tue Feb 15 01:04:08 2005 UTC revision 6 by dpavlin, Tue Feb 15 18:56:19 2005 UTC
# Line 1  Line 1 
1  /* BODY */  /* BODY */
2    
3  BODY {  BODY, TH, TD, INPUT, TEXTAREA, SELECT {
4          background: #FFFFFF;          font-family: Verdana, sans-serif;
5          margin: 0px;          font-size: 8pt;
         padding: 0px;  
         font-family: Georgia, serif ;  
         font-size: 13px;  
         height: 100%;  
6  }  }
7    
8  TABLE TD {  BODY {
9            background: #ffffff;
10          margin: 0px;          margin: 0px;
11          padding: 2px;          padding: 0px;
12          border: 0px;          /* font-family: Georgia, serif ; */
13  /*          font-size: 100%;
         font-size: 11px;  
 */  
 }  
   
 /* some sizes... */  
   
 TT {  
         font-size: 12px ;  
         font-family: courier, courier new, monospace ;  
 }  
   
 PRE {  
         font-size: 11px;  
         font-family: courier, courier new, monospace ;  
         line-height: 120%;  
 }  
   
 /* for alternating color in table */  
   
 TR.xfile {  
         background: #e0e0ff;  
 }  
   
 /* P, BLOCKQUOTE { */  
 BLOCKQUOTE {  
         line-height: 160%;  
 }  
   
 UL, OL {  
         line-height: 130%;  
14  }  }
15    
16  a, A:link {  a, A:link, a:visited {
17          color: #000088;          color: #000088;
18          text-decoration: none;          text-decoration: none;
19  }  }
20    
21  a:visited {  a:hover, A:link:hover {
         color: #000066;  
 /*      text-decoration:line-through; */  
         text-decoration: none;  
         font-style: italic;  
 }  
 }  
   
 A:link:hover {  
22          color: #000088;          color: #000088;
23          background-color: #eeeeee;          background-color: #eeeeee;
24          text-decoration: underline;          text-decoration: underline;
25  }  }
26    
27  SUP {  /* Gedafe */
         font-family: Verdana, sans-serif;  
         font-size: xx-small;  
         line-height: 100%;  
 }  
   
28    
29  .footertext {  .error {
30          color: #666666;          clear: both;
31          font-family: Verdana;          margin: 2em;
32          font-size: 12px;          padding: 1em;
33            border: 1px dashed #ff0000;
34            background-color: #ffe0e0;
35  }  }
36    
37  /* title == h1 */  .warning {
38  .title {          clear: both;
39          color: #000088;          margin: 2em;
40          font-family: Trebuchet MS;          padding: 1em;
41          font-size: 23px;          border: 1px dashed #ffff00;
42          font-weight: bold;          background-color: #ffffe0;
         margin-bottom: 10px;  
         margin-top: 5px;  
         padding-bottom: 0px;  
         line-height: 100%;  
43  }  }
44    
45  H1 {  /* toolbar markup */
         color: #111111;  
         font-family: Trebuchet MS;  
         font-size: 23px;  
         font-weight: bold;  
         margin-bottom: 10px;  
         margin-top: 5px;  
         padding-bottom: 0px;  
         border-bottom: 1px dotted #e0e0e0;  
         line-height: 100%;  
 }  
46    
47  H2 {  #lefttoolbar {
48          color: #000088;          float: left;
49          font-family: Trebuchet MS;          display: inline;
         font-size: 19px;  
         font-weight: normal;  
         margin-bottom: 5px;  
         width: 100%;  
         margin-top: 10px;  
         padding-bottom: 0px;  
         border-bottom: 1px dotted #e0e0e0;  
         line-height: 100%;  
50  }  }
51    
52  H3 {  .dbname {
53            margin-top: 0.5em;
54            margin-left: 0.5em;
55            font-size: 150%;
56            font-weight: bold;
57          color: #000000;          color: #000000;
         font-family: Trebuchet MS;  
         font-size: 17px;  
         font-weight: normal;  
         margin-bottom: 0px;  
         margin-top: 5px;  
         padding-bottom: 5px;  
         line-height: 100%;  
 }  
   
 .breadcrumb {  
         color: #999999;  
         font-family: Verdana, sans-serif;  
         font-size: 12px;  
         padding-top: 26px;  
         padding-bottom: 0px;  
         padding-left: 70px;  
         padding-right: 50px;  
58  }  }
59    
60  /* blog classes */  .dbuser {
61            padding-top: 1em;
62  .entry {          margin-left: 1em;
63          margin-left: 10px;          color: #c0c0c0;
         margin-right: 10px;  
 }  
   
 .comment {  
         background-color: #f0f0f0;  
         color: #333333;  
         border-top: 1px dotted #666666;  
         border-bottom: 1px dotted #ffffff;  
         margin-top: 0px;  
         margin-bottom: 5px;  
         padding-top: 10px;  
         padding-bottom: 5px;  
         padding-left: 20px;  
         padding-right: 10px;  
 }  
   
 .deck {  
         color: #333333;  
         font-family: Georgia;  
         font-style: italic;  
         font-size: 16px;  
         margin-top: 3px;  
         margin-bottom: 3px;  
64  }  }
65    
66  .deck em, .deck p em {  .dbuser em {
         color: #000000;  
         font-style: normal;  
67          font-weight: bold;          font-weight: bold;
68            font-style: normal;
69  }  }
70    
71  .byline {  #righttoolbar {
         font-family: Verdana;  
         font-size: 12px;  
         margin-top: 16px;  
 }  
   
 .day {  
         background-color: #ffff00;  
         color: #666666;  
         font-size: 16px;  
         font-family: Georgia;  
         margin-left: 15px;  
         margin-top: 20px;  
 }  
   
 .postdate {  
         color: #666666;  
         font-size: 12px;  
         font-family: Georgia;  
         margin-left: 10px;  
 }  
   
 .commentdate {  
         color: #666666;  
         font-size: 12px;  
         margin-top: 5px;  
         font-family: Georgia;  
         margin-left: 30px;  
 }  
   
 .footline {  
         font-family: Verdana;  
         font-style: italic;  
         margin-top: 16px;  
 }  
   
 .subsection {  
         color: #666666;  
         font-family: Verdana;  
         font-size: 12px;  
         letter-spacing: 2px;  
         margin-top: 30px;  
         margin-bottom: 5px;  
         text-transform: uppercase;  
 }  
   
 .pullquote {  
         background-color: #e0e0ef;  
         color: #333333;  
         border-top: 1px dotted #999999;  
         border-bottom: 1px dotted #999999;  
         font-family: Georgia;  
         font-style: italic;  
         font-size: 14px;  
         padding: 10px;  
         margin-top: 10px;  
         margin-bottom: 10px;  
         margin-left: 10px;  
         margin-right: 10px;  
         width: 9em;  
72          float: right;          float: right;
73          text-align: center;          display: inline;
 /*      white-space: nowrap; */  
74  }  }
75    
76  .smallcaps {  .button, .button:link, .button:visited, .button a, .button a:link, .button a:visited {
77          font-variant: small-caps;          /* font-family: Vedrana, sans-serif; */
78  }          margin: 0px;
79            padding: 2px;
80            white-space: nowrap;
81  /* TABLES */          background-color: #c0c0c0;
82            color: #ffffff;
83  .caption {          font-size: 80%;
84          color: #666666;          border-top: 2px solid #e0e0e0;
85          font-family: Verdana, sans-serif;          border-left: 2px solid #e0e0e0;
86          font-size: 11px;          border-right: 2px solid #a0a0a0;
87          line-height: 120%;          border-bottom: 2px solid #a0a0a0;
88  }          margin-left: 0.1em;
89            margin-right: 0.1em;
90  .captiontitle {          height: 4ex;
         color: #333333;  
         font-family: Verdana, sans-serif;  
         font-size: 12px;  
         font-weight: bold;  
         line-height: 120%;  
 }  
   
   
 /* RULES */  
   
 .xrule {  
         border-top: 1px solid #996666;  
         width: 100%;  
         height: 1px;  
         padding: 0px;  
         margin-top: 15px;  
         margin-bottom: 5px;  
 }  
   
 .rule {  
 /*      border-top: 1px dotted #666666; */  
         border-top: 1px dotted #999999;  
         width: 100%;  
         height: 1px;  
         padding: 0px;  
         margin-top: 15px;  
         margin-bottom: 5px;  
 }  
   
 /* main container */  
 #container {  
         width: 100%;  
         margin: 0;  
         padding: 0;  
         line-height: 130%;  
         background: #ffffff;  
91  }  }
92    
93  #header {  .edit-button {
94          background: #e0e0ff;          clear: both;
95          margin: 0;          display: block;
96          padding: 1px 1px 1px 5px;          text-align: center;
97  }  }
98    
99  #left {  .entry {
100          margin: 0;          clear: both;
101          padding: 1em;          margin-left: 1em;
         background:#ffffff;  
         border-top: 1px solid #333333;  
         margin-right: 130px;  
 /*  
         border-right: 1px solid #333333;  
         border-bottom: 1px solid #333333;  
 */  
102  }  }
103    
104  #right {  /* table bar markup */
         background: #ffffff;  
         margin: 0;  
         padding: 0;  
         float: right;  
         width: 130px;  
 }  
105    
106  #footer {  #tabletabs {
107          clear: both;          clear: both;
108          background: #f0f0f0;          padding-top: 1em;
         color: #404080;  
         border-top: 1px solid #666666;  
         font-family: Verdana;  
         font-size: 11px;  
         margin: 0;  
         padding-top: 3px;  
         padding-bottom: 7px;  
         padding-left: 10px;  
 }  
   
 #left a, #right a, #header a, #footer a {  
         display: inline !important;  
         padding: 0px;  
         margin: 0px;  
109  }  }
110    
111  #navbar {  #tables {
         background-color: #e0e0ff;  
112          margin: 0;          margin: 0;
113          border-bottom: 1px dashed #333333;          padding: 0 0 20px 10px;
114          border-left: 1px dashed #333333;          border-bottom: 1px solid #000;
115          padding-top: 0em;          font-size: 80%;
         padding-left: 1em;  
         padding-right: 1em;  
         padding-bottom: 1em;  
         font-family: Georgia, serif;  
         font-size: 13px;  
 }  
   
 #navbar ul {  
         list-style-type: none;  
         border: none;  
116  }  }
117    
118    #tables ul, #tables li {
 .nb {  
119          margin: 0;          margin: 0;
120          padding: 0;          padding: 0;
121            display: inline;
122            list-style-type: none;
123  }  }
124    
125  .nbs {  #tables a:link, #tables a:visited {
126            float: left;
127            line-height: 14px;
128          font-weight: bold;          font-weight: bold;
129            margin: 0 10px 4px 10px;
130            text-decoration: none;
131            color: #999;
132  }  }
133    
134  .nb1 {  #tables a:link#current, #tables a:visited#current, #tables a:hover {
135          border-top: 1px solid #ffffff;          border-bottom: 4px solid #000;
136          padding-top: 0.5ex;          padding-bottom: 2px;
137          padding-bottom: 0.5ex;          margin-bottom: -4px;
138  }          background: transparent;
139            color: #000;
 .nb2 {  
         margin-left: 1em;  
         font-size: 90%;  
 }  
   
 .nb3 {  
         margin-left: 2em;  
         font-size: 80%;  
140  }  }
141    
142    #tables a:hover { color: #000; }
143    
144    /* page title -- table name or "New/Edit table name" */
145    
146  #navbar a, #navbar a:link, #navbar a:visited {  h1 {
147          text-decoration: none;          clear: left;
148          font-style: normal;          margin: 0.5em;
149          display: block;          margin-left: 1em;
150            font-size: 120%;
151            color: #000000;
152            display: inline;
153            float: left;
154  }  }
155    
156  #navbar a:hover {  /* search */
157          color: #000088;  .search {
158          background-color: #eeeeee;          clear: right;
159          text-decoration: none;          float: right;
160  }  }
161    
162  /* title on header */  /* export */
163  .nb_title {  .export {
164          color: #666666;          clear: right;
165          font-style: italic;          float: right;
166          font-size: 11px;  
167  }  }
168    
169  /* sidebar comments */  /* table for < << add >> > buttons */
170  .sidebar {  .table-nav {
171          clear: right;          clear: both;
         padding: 5px;  
         margin-top: 10px;  
         margin-left: 10px;  
         margin-right: 10px;  
         margin-bottom: 10px;  
172          display: block;          display: block;
173          background-color: #e0e0f0;          width: 100%;
174          color: #666666;          margin: 0px;
175          font-family: Verdana, sans-serif;          padding: 0.5em;
         font-size: 12px;  
         line-height: 120%;  
         border: 1px dotted #999999;  
176          text-align: center;          text-align: center;
177  }  }
178    
179  /* related pages box */  .list-buttons {
180            clear: both;
 .related {  
         font-family: Verdana, sans-serif;  
         font-size: 10px;  
         color: #999999;  
         padding: 0px;  
         margin: 10px;  
181          display: block;          display: block;
182          text-align: center;          text-align: center;
183            color: #c0c0c0;
184            font-size: 80%;
185  }  }
186    
187  .related ul, .related li {  .table {
188          list-style-type: none;          clear: both;
189          margin: 0;          padding: 0.5em;
190          padding: 0;          padding-left: 1em;
191  }          padding-right: 1em;
192            margin: 0px;
193  .related a, .related:link, .mirros a:visited {          width: 100%;
         font-family: Verdana, sans-serif;  
         font-size: 10px;  
         color: #999999;  
 }  
   
 .related a:hover {  
         font-family: Verdana, sans-serif;  
         font-size: 10px;  
         color: #666666;  
194  }  }
195    
196  /* mirror locations */  .tr {
 .mirrors {  
         font-family: Verdana, sans-serif;  
         font-size: 10px;  
         color: #e0e0e0;  
197          padding: 0px;          padding: 0px;
198          margin-top: 0px;          margin: 0px;
         margin-right: 5px;  
         margin-left: 0px;  
         margin-bottom: 5px;  
         clear: right;  
199  }  }
200    
201  .mirrors a, .mirrors:link, .mirros a:visited {  .th {
202          font-family: Verdana, sans-serif;          background-color: #e0e0e0;
         font-size: 10px;  
         color: #e0e0e0;  
         display: inline !important;  
203  }  }
204    
205  .mirrors a:hover {  .td-odd {
206          font-family: Verdana, sans-serif;          background-color: #e0ffe0;
         font-size: 10px;  
         color: #666666;  
         display: inline !important;  
 }  
   
 table.calendar {  
         border: 0px;  
         text-align: center;  
         margin: 0px auto;  
         margin-bottom: 1em;  
         font-size: 7px;  
         padding: 1px;  
         border-spacing: 0px;  
 }  
 table.calendar td {  
         font-size: 50%;  
         padding: 1px;  
 }  
 table.calendar tr.days {  
         font-size: 50%;  
         padding: 1px;  
 }  
 table.calendar th {  
  font-style: italic; color: #808080;  
 }  
 table.calendar td.sunday {  
         background-color: #e8e8e8;  
 }  
 /* this sucks */  
 table.calendar a {  
   font-weight: bold;  
207  }  }
 a:hover {  
   text-decoration: underline;  
 }  
   
 /* Gedafe */  
208    
209  .error {  .td-even {
210          margin: 2em;          background-color: #ffffff;
         padding: 1em;  
         border: 1px dashed #ff0000;  
         background-color: #ffe0e0;  
211  }  }
212    
213    .td {
214  /* toolbar markup */          padding: 0px;
215            margin: 0px;
 #lefttoolbar { float; left; }  
   
 .dbname {  
         margin-top: 0.5em;  
         font-size: 150%;  
         font-weight: bold;  
216  }  }
217    
218  .dbuser {  .td-icons {
219          padding-top: 1em;          width: 1em;
         color: #c0c0c0;  
220  }  }
221    
222  .dbuser em {  .edit-label {
223          font-weight: bold;          background-color: #e0e0e0;
224          font-style: normal;          text-align: left;
225            font-size: 70%;
226            width: 0;
227  }  }
228    
229  #righttoolbar { float: right; }  .edit-input {
230            background-color: #e0ffe0;
231  ul#toolbar          text-align: left;
 {  
 margin: 0;  
 padding: 0;  
 list-style-type: none;  
 white-space: nowrap;  
 }  
   
 ul#toolbar li  
 {  
 float: left;  
 font-size: 9px;  
 font-weight: bold;  
 margin: 0;  
 padding: 5px 0 4px 0;  
 background-color: #eef4f1;  
 border-top: 1px solid #e0ede9;  
 border-bottom: 1px solid #e0ede9;  
 }  
   
 #toolbar a, #toolbar a:link  
 {  
 margin: 0;  
 padding: 5px 9px 4px 9px;  
 color: #95bbae;  
 border-right: 1px dashed #d1e3db;  
 text-decoration: none;  
 }  
   
 ul#toolbar li#active  
 {  
 color: #95bbae;  
 background-color: #deebe5;  
 }  
   
 #toolbar a:hover  
 {  
 color: #74a893;  
 background-color: #d1e3db;  
232  }  }
233    
234  /* table bar markup */  .footer {
235            clear: both;
236  #tabletabs { clear: left; }          border-top: 1px solid #000000;
237            margin-top: 1em;
238  #tables          padding-top: 1em;
 {  
 margin: 0;  
 padding: 0 0 20px 10px;  
 border-bottom: 1px solid #000;  
 }  
   
 #tables ul, #tables li  
 {  
 margin: 0;  
 padding: 0;  
 display: inline;  
 list-style-type: none;  
 }  
   
 #tables a:link, #tables a:visited, span  
 {  
 float: left;  
 line-height: 14px;  
 font-weight: bold;  
 margin: 0 10px 4px 10px;  
 text-decoration: none;  
 color: #999;  
 }  
   
 #tables a:link#current, #tables a:visited#current, #tables a:hover  
 {  
 border-bottom: 4px solid #000;  
 padding-bottom: 2px;  
 background: transparent;  
 color: #000;  
239  }  }
240    
241  #tables a:hover { color: #000; }  .logo {
242            float: right;
243    }

Legend:
Removed from v.5  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26