Changeset 13588
- Timestamp:
- 05/07/12 20:45:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/index.css
r13525 r13588 2 2 background: #23a0da url(gradient.png) bottom left repeat-x; 3 3 color: #09415b; 4 padding: 4px 6px; 4 padding: 2px 6px 2px 6px; 5 /* padding: 4px 6px;*/ 5 6 border-color: #1379a8; 6 7 border-style: solid; 7 border-width: 1px 1px 2px 1px;8 border-width: 1px 1px 1px 1px; 8 9 text-shadow: 0 1px 0 #37b2eb; 9 10 /*-moz-border-radius: 5px 5px 0 0;*/ … … 17 18 text-decoration: none; 18 19 } 19 20 /* 20 21 .tcat { 21 22 background: #444; … … 23 24 padding: 4px 6px; 24 25 font-size: 12px; 25 } 26 }*/ 26 27 27 28 .tcat a { … … 31 32 .tcol1 { 32 33 border-bottom: 1px solid #ccc; 33 padding: 0; 34 margin-left:5px; 35 margin-right:5px; 36 padding:0; 34 37 } 35 38 … … 40 43 margin-left:5px; 41 44 margin-right:5px; 45 padding:0; 42 46 } 43 47 … … 48 52 margin-left:5px; 49 53 margin-right:5px; 54 padding:0; 50 55 } 51 56 … … 63 68 } 64 69 65 //.trow3 { 66 // background: #eee; 67 // border-bottom: 1px solid #ccc; 68 // padding: 4px; 69 //} 70 /* 71 .trow3 { 72 background: #eee; 73 border-bottom: 1px solid #ccc; 74 padding: 4px; 75 } 76 */ 77 78 .icon_black { 79 -webkit-box-shadow: rgba(255, 255, 255, 0.398438) 0px 1px 0px 0px; 80 /*background-attachment: scroll;*/ 81 /*background-clip: border-box;*/ 82 background-color: rgba(0, 0, 0, 0); 83 background-image: url(icons-18-black.png); 84 /*background-origin: padding-box;*/ 85 background-repeat: no-repeat; 86 box-shadow: rgba(255, 255, 255, 0.398438) 0px 1px 0px 0px; 87 padding: 0; 88 margin:0; 89 white-space: nowrap; 90 width: 18px; 91 height: 18px; 92 zoom: 1; 93 } 94 95 .icon_white { 96 -webkit-box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px; 97 /*background-attachment: scroll;*/ 98 /*background-clip: border-box;*/ 99 background-color: rgba(0, 0, 0, 0.398438); 100 background-image: url(icons-18-white.png); 101 /*background-origin: padding-box;*/ 102 background-repeat: no-repeat; 103 box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px; 104 padding: 0; 105 margin:0; 106 white-space: nowrap; 107 width: 18px; 108 height: 18px; 109 zoom: 1; 110 } 111 70 112 71 113 .trow_shaded { … … 95 137 border-width: 2px 1px 1px 1px; 96 138 vertical-align: middle; 97 padding: 6px;139 padding: 0px 6px 8px 6px; 98 140 /*-moz-border-radius: 0 0 5px 5px;*/ 99 141 /*-webkit-border-bottom-left-radius: 5px;*/
Note:
See TracChangeset
for help on using the changeset viewer.