Last change
on this file since 9758 was
4866,
checked in by plg, 15 years ago
|
upgrade simple themes white & black for template Simple 1.3, thank you adpn and boulde
|
-
Property svn:eol-style set to
LF
|
File size:
2.1 KB
|
Rev | Line | |
---|
[4709] | 1 | /* |
---|
| 2 | GRUM: GRAPHITE |
---|
| 3 | Graphite for template "Gally" |
---|
| 4 | author: grum at grum.dnsalias.com |
---|
| 5 | */ |
---|
| 6 | |
---|
| 7 | /* page */ |
---|
| 8 | |
---|
| 9 | body { |
---|
| 10 | background-color: #000; |
---|
| 11 | color: #999; |
---|
| 12 | } |
---|
| 13 | |
---|
| 14 | #content { |
---|
| 15 | background-color: #000; |
---|
| 16 | border: 2px #999 solid; |
---|
| 17 | border-width: 2px 0; |
---|
| 18 | } |
---|
| 19 | |
---|
| 20 | #menubar p.totalImages { |
---|
| 21 | font-style: italic; |
---|
| 22 | margin-top: 0; |
---|
| 23 | } |
---|
| 24 | |
---|
| 25 | a { |
---|
| 26 | color: #999; |
---|
| 27 | } |
---|
| 28 | |
---|
[4866] | 29 | .titrePage, .titrePage a { |
---|
[4709] | 30 | font-weight: bold; |
---|
| 31 | text-transform: uppercase; |
---|
| 32 | } |
---|
| 33 | |
---|
| 34 | h2, h3 { |
---|
| 35 | font-variant: small-caps; |
---|
| 36 | } |
---|
| 37 | |
---|
| 38 | /* page content : thumbnails */ |
---|
| 39 | |
---|
| 40 | #thumbnails { |
---|
| 41 | font-weight: bold; |
---|
| 42 | } |
---|
| 43 | |
---|
| 44 | #thumbnails li a img { |
---|
| 45 | border: 2px #999 solid; |
---|
| 46 | } |
---|
| 47 | #thumbnails li a:hover img { |
---|
| 48 | border: 2px #666 solid; |
---|
| 49 | } |
---|
| 50 | #thumbnails li p { |
---|
| 51 | margin: 0; |
---|
| 52 | } |
---|
| 53 | |
---|
| 54 | /* page content : categories thumbnails */ |
---|
| 55 | |
---|
| 56 | .illustration a img { |
---|
| 57 | border: 2px #999 solid; |
---|
| 58 | } |
---|
| 59 | |
---|
| 60 | .illustration a:hover img { |
---|
| 61 | border: 2px #666 solid; |
---|
| 62 | } |
---|
| 63 | |
---|
| 64 | p.thumbCatDesc { |
---|
| 65 | border-top: 1px #606060 dotted; |
---|
| 66 | text-align: justify; |
---|
| 67 | } |
---|
| 68 | |
---|
| 69 | /* inputs */ |
---|
| 70 | |
---|
| 71 | input[type="text"], input[type="password"], select, textarea, file { |
---|
| 72 | background:#f0f0f0; |
---|
| 73 | color: #333; |
---|
| 74 | border: 1px solid; |
---|
| 75 | margin: 0; |
---|
| 76 | } |
---|
| 77 | |
---|
| 78 | fieldset { |
---|
| 79 | border: 1px #606060 dotted; |
---|
| 80 | margin: 0 0 1em; |
---|
| 81 | padding: 1em; |
---|
| 82 | } |
---|
| 83 | |
---|
| 84 | fieldset legend { |
---|
| 85 | background-color: #000; |
---|
| 86 | border:1px dotted #606060; |
---|
| 87 | padding: 0 3px; |
---|
| 88 | } |
---|
| 89 | |
---|
| 90 | /* picture page */ |
---|
| 91 | |
---|
| 92 | .imageNumber { |
---|
| 93 | border: 1px #999 solid; |
---|
| 94 | } |
---|
| 95 | |
---|
| 96 | #theImage img { |
---|
| 97 | border: 4px #aaa solid; |
---|
| 98 | } |
---|
| 99 | |
---|
| 100 | #navThumbPrev a img, #navThumbNext a img { |
---|
| 101 | border: 2px #999 solid; |
---|
| 102 | } |
---|
| 103 | #navThumbPrev a:hover img, #navThumbNext a:hover img { |
---|
| 104 | border: 2px #666 solid; |
---|
| 105 | } |
---|
| 106 | |
---|
| 107 | /* Comments */ |
---|
| 108 | |
---|
| 109 | #theComments h3 { |
---|
| 110 | border-top: 2px solid #999; |
---|
| 111 | } |
---|
| 112 | |
---|
| 113 | .commentList .author, .commentList .date { |
---|
| 114 | font-weight: bold; |
---|
| 115 | } |
---|
| 116 | |
---|
| 117 | /* tags */ |
---|
| 118 | |
---|
| 119 | #fullTagCloud span a:hover { |
---|
| 120 | background: #606060; |
---|
| 121 | } |
---|
| 122 | |
---|
| 123 | #menuTagCloud span { |
---|
| 124 | margin: 0; |
---|
| 125 | } |
---|
| 126 | |
---|
| 127 | .nbEntries { |
---|
| 128 | text-align: right; |
---|
| 129 | } |
---|
| 130 | |
---|
| 131 | .tagaddbutton { |
---|
| 132 | } |
---|
| 133 | |
---|
| 134 | .mandatorystar { |
---|
| 135 | color: #e04040; |
---|
| 136 | } |
---|
| 137 | |
---|
| 138 | /* help */ |
---|
| 139 | |
---|
| 140 | .errors div { |
---|
| 141 | background: #FFB0B0; |
---|
| 142 | border: 4px solid #A04040; |
---|
| 143 | color: #A04040; |
---|
| 144 | } |
---|
| 145 | .errors div a { |
---|
| 146 | color: #FF0000; |
---|
| 147 | font-weight: bold; |
---|
| 148 | } |
---|
| 149 | |
---|
| 150 | .infos div { |
---|
| 151 | background: #B0FFB0; |
---|
| 152 | border: 4px solid #40A040; |
---|
| 153 | color: #40A040; |
---|
| 154 | } |
---|
| 155 | .infos div a { |
---|
| 156 | color: #00FF00; |
---|
| 157 | font-weight: bold; |
---|
| 158 | } |
---|
| 159 | |
---|
| 160 | .errors ul, .infos ul { |
---|
| 161 | text-align: justify; |
---|
| 162 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.