Changeset 218
- Timestamp:
- May 31, 2011, 4:44:09 PM (14 years ago)
- Location:
- trunk/docs/_static
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/_static/basic.css
r119 r218 50 50 div.sphinxsidebar { 51 51 float: left; 52 width: 2 30px;52 width: 25%; 53 53 margin-left: -100%; 54 54 font-size: 90%; -
trunk/docs/_static/default.css
r156 r218 30 30 float: left; 31 31 width: 100%; 32 background:#707070; 32 33 } 33 34 34 35 div.bodywrapper { 35 36 margin: 0 0 0 230px; 37 36 38 } 37 39 38 40 div.body { 39 background-color: #ffffff; 41 42 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#707070'); /* for IE */ 43 background:-webkit-gradient(linear, left top, left bottom, from(#bababa), to(#707070)); /* for webkit browsers */ 44 background:-moz-linear-gradient(top, #bababa, #707070); /* for firefox 3.6+ */ 40 45 color: #333333; 41 padding: 0 20px 30px 20px;46 padding: 10px 20px 20px 20px; 42 47 } 43 48 div.bodywrapper { 44 margin: 0 230px 0 0;49 margin: 1em 25% 1em 1em; 45 50 } 46 51 … … 65 70 66 71 div.related a { 72 margin: 0 0 10px; 67 73 color: #ffffff; 68 74 } … … 70 76 div.sphinxsidebar { 71 77 float: right; 78 72 79 } 73 80 … … 90 97 } 91 98 92 .twitts, .donate { 93 -moz-border-radius: 5px 5px 5px 5px; 99 .twitts, .donate, .searchbox { 100 -moz-border-radius: 5px; 101 -webkit-border-radius:5px; 102 border-radius:5px; 94 103 background: -moz-linear-gradient(center top , #FFFFFF, #FFCD0B) repeat scroll 0 0 transparent; 95 104 border: 0 none; 96 height: 180px;97 margin-bottom: 1 em;105 height: auto; 106 margin-bottom: 10px; 98 107 padding: 1%; 99 108 width: 98%; 100 109 } 101 110 102 p.version{ 103 color:#FFFFFF; 104 text-shadow: none; 105 margin:0 0 10px 10px ; 106 padding:0; 107 } 111 108 112 109 113 /* -- End Custom Sidebar styles ----------------------------------------------------------- */ 114 115 div.sphinxsidebar h1, .donate h1, .twitts h1 { 116 font-family: 'Verdana, Arial, Helvetica, sans-serif'; 117 color: #663e05; 118 font-size: 1.4em; 119 font-weight: normal; 120 margin: 0; 121 padding: 0; 122 margin:10px 0 10px 10px; 123 } 110 124 111 125 div.sphinxsidebar h3 { … … 147 161 div.sphinxsidebar a { 148 162 color: #333333; 163 } 164 165 166 div.sphinxsidebar a p.version{ 167 color:#FFFFFF; 168 text-shadow: none; 169 margin:0 0 10px 10px ; 170 padding:0; 149 171 } 150 172 … … 191 213 } 192 214 193 div.body h1 { margin-top: 0; font-size: 140%; } 215 div.body h1 { 216 font-size: 1.4em; 217 font-family:Verdana; 218 margin: 10px 0 0 0; 219 padding:0; 220 } 194 221 div.body h2 { font-size: 120%; } 195 222 div.body h3 { font-size: 100%; } … … 321 348 } 322 349 ul.topnav li a{ 323 padding: 6px 10px 10px 20px;350 padding: 9px 10px 10px 20px; 324 351 color: #fff; 325 352 display: block; … … 384 411 color: #333; 385 412 width: 100%; 386 height: 220px;413 height: 180px; 387 414 margin: 0; 388 415 background: #FFFFFF ; … … 399 426 background:url(images/zoo-title.png) no-repeat;} 400 427 401 h1.title{width:290px;position:relative;top:1 15px;left:15px;font-size:1.4em;letter-spacing:2px;color:#727272;text-transform:uppercase;padding:5px;402 background:#999999; 428 h1.title{width:290px;position:relative;top:102px;left:15px;font-size:1.4em;letter-spacing:2px;color:#727272;text-transform:uppercase;padding:5px; 429 background:#999999;font-weight:normal; 403 430 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#bbbbbb'); /* for IE */ 404 431 background:-webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#bbbbbb)); /* for webkit browsers */
Note: See TracChangeset
for help on using the changeset viewer.