Changeset 125 for trunk/docs/_static
- Timestamp:
- Mar 13, 2011, 1:30:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/_static/default.css
r124 r125 71 71 float: right; 72 72 } 73 74 /* -- Custom Sidebar styles ----------------------------------------------------------- */ 75 76 .categories{ 77 background: #563404; 78 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee920c', endColorstr='#ffcd0b'); /* for IE */ 79 background:-webkit-gradient(linear, left top, left bottom, from(#ee920c), to(#ffcd0b)); /* for webkit browsers */ 80 background:-moz-linear-gradient(top, #ee920c, #ffcd0b); /* for firefox 3.6+ */ 81 font-size: 1.3em; 82 width: 98%; 83 margin-bottom: 1em; 84 border:0; 85 padding:1%; 86 text-shadow: 1px 1px 1px #E0E0E0; 87 -moz-border-radius: 5px; 88 -webkit-border-radius: 5px; 89 border-radius: 5px; 90 } 91 92 .twitts, .donate { 93 -moz-border-radius: 5px 5px 5px 5px; 94 background: -moz-linear-gradient(center top , #FFFFFF, #FFCD0B) repeat scroll 0 0 transparent; 95 border: 0 none; 96 height: 180px; 97 margin-bottom: 1em; 98 padding: 1%; 99 width: 98%; 100 } 101 102 p.version{ 103 color:#FFFFFF; 104 text-shadow: none; 105 margin:0 0 10px 10px ; 106 padding:0; 107 } 108 109 /* -- End Custom Sidebar styles ----------------------------------------------------------- */ 73 110 74 111 div.sphinxsidebar h3 {
Note: See TracChangeset
for help on using the changeset viewer.