Changeset 231
- Timestamp:
- Jun 16, 2011, 8:20:19 AM (14 years ago)
- Location:
- trunk/docs/_static
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/_static/basic.css
r219 r231 57 57 div.sphinxsidebar ul { 58 58 list-style: none; 59 } 59 padding:10px; 60 background: #FFCD0B; 61 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFCD0B'); /* for IE */ 62 background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFCD0B)); /* for webkit browsers */ 63 background: -moz-linear-gradient(center top , #FFFFFF, #FFCD0B) repeat scroll 0 0 transparent; 64 -moz-border-radius-bottomright: 5px; 65 border-bottom-right-radius:5px; 66 -webkit-border-bottom-right-radius:5px; 67 -moz-border-radius-bottomleft: 5px; 68 border-bottom-left-radius:5px; 69 -webkit-border-bottom-left-radius:5px; 70 background:#FFFFFF; 71 } 60 72 61 73 div.sphinxsidebar ul ul, … … 76 88 div.sphinxsidebar input { 77 89 border: 1px solid #98dbcc; 78 font-family: sans-serif;90 font-family: Verdana; 79 91 font-size: 1em; 80 92 } … … 430 442 431 443 .guilabel, .menuselection { 432 font-family: sans-serif;444 font-family: verdana; 433 445 } 434 446 … … 509 521 float: right; 510 522 } 523 524 div.footer { 525 padding:0; 526 margin:0; 527 } 511 528 512 529 /* -- printout stylesheet --------------------------------------------------- */ -
trunk/docs/_static/default.css
r219 r231 79 79 80 80 .categories{ 81 background: # 563404;81 background: #ee920c; 82 82 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee920c', endColorstr='#ffcd0b'); /* for IE */ 83 83 background:-webkit-gradient(linear, left top, left bottom, from(#ee920c), to(#ffcd0b)); /* for webkit browsers */ … … 98 98 -webkit-border-radius:5px; 99 99 border-radius:5px; 100 background: #FFCD0B; 101 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFCD0B'); /* for IE */ 102 background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFCD0B)); /* for webkit browsers */ 100 103 background: -moz-linear-gradient(center top , #FFFFFF, #FFCD0B) repeat scroll 0 0 transparent; 101 104 border: 0 none; … … 105 108 width: 98%; 106 109 } 110 111 .twitts img{width:180px;height:40px;} 107 112 108 113 … … 127 132 margin: 0; 128 133 padding: 0; 134 129 135 } 130 136 131 137 div.sphinxsidebar h3 a { 132 color: #333333; 138 color: #5D3805; 139 -moz-border-radius-topright: 5px; 140 border-top-right-radius:5px; 141 -webkit-border-top-right-radius:5px; 142 -moz-border-radius-topleft: 5px; 143 border-top-left-radius:5px; 144 -webkit-border-top-left-radius:5px; 145 background:#FFFFFF; 133 146 } 134 147 … … 151 164 152 165 div.sphinxsidebar ul { 153 margin: 10px; 154 padding: 0; 155 color: #ffffff; 166 margin: 0 0 1em 0; 167 168 169 156 170 } 157 171 158 172 div.sphinxsidebar a { 159 color: #333333; 173 color: #ED910D; 174 text-decoration:none; 160 175 } 161 176 … … 169 184 170 185 div.sphinxsidebar input { 171 border: 1px solid # 98dbcc;172 font-family: sans-serif;186 border: 1px solid #5F3A05; 187 font-family: Verdana; 173 188 font-size: 1em; 189 -moz-border-radius:5px; 190 -webkit-border-radius:5px; 191 border-radius:5px; 174 192 } 175 193 … … 202 220 div.body h5, 203 221 div.body h6 { 204 font-family: 'Verdana , Arial, Helvetica, sans-serif';222 font-family: 'Verdana'; 205 223 background-color: #ffffff; 206 224 font-weight: normal; … … 284 302 pre { 285 303 padding: 5px; 286 background-color: # eeffcc;304 background-color: #fff6ce; 287 305 color: #333333; 288 306 line-height: 120%; 289 border: 1px solid # ac9;307 border: 1px solid #beb899; 290 308 border-left: none; 291 309 border-right: none; … … 299 317 300 318 th { 301 background-color: # ede;319 background-color: #fff6ce; 302 320 } 303 321
Note: See TracChangeset
for help on using the changeset viewer.