comparison static/djangodocs.css @ 24:2e7226e90157

Many fixes. See detailed description. - Style errors - Writer proper 404 and 500 templates - Make login page redirect back to page being viewed (still buggy?) - Provide a brief blurb about Agora - Use tables for registration and login forms (need to be styled) - Fix typos, grammatical errors. - Don't use .djhtml extension for some templates
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Mon, 28 Jun 2010 03:00:01 -0500
parents 37ced16ff95e
children b2fd20d03fb4
comparison
equal deleted inserted replaced
23:d9658d30b814 24:2e7226e90157
30 } 30 }
31 31
32 .info{ 32 .info{
33 overflow: hidden; 33 overflow: hidden;
34 } 34 }
35
36 .error, .errorlist{
37 color: #ef2929;
38 display: block;
39 }
40
41
35 42
36 .whitebox{ 43 .whitebox{
37 font: 14px/140% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 44 font: 14px/140% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
38 font-weight: lighter; 45 font-weight: lighter;
39 background: #EEEEEC; 46 background: #EEEEEC;
110 } 117 }
111 118
112 #header div.nav { margin-top: -27px; } 119 #header div.nav { margin-top: -27px; }
113 #footer div.nav { margin-bottom: -18px; } 120 #footer div.nav { margin-bottom: -18px; }
114 121
115 /*** content ***/
116 /*
117 #yui-main div.yui-b { position: relative; }
118 #yui-main div.yui-b { margin: 0 0 0 20px; background: white; color: black; padding: 0.3em 2em 1em 2em; }
119 */
120 122
121 123
122 /*** basic styles ***/ 124 /*** basic styles ***/
123 125
124 dd { margin-left:15px; } 126 dd { margin-left:15px; }
135 h4 { font-size:125%; font-weight:bold; margin-top:1.5em; margin-bottom:3px; } 137 h4 { font-size:125%; font-weight:bold; margin-top:1.5em; margin-bottom:3px; }
136 div.figure { text-align: center; } 138 div.figure { text-align: center; }
137 div.figure p.caption { font-size:1em; margin-top:0; margin-bottom:1.5em; color: #555;} 139 div.figure p.caption { font-size:1em; margin-top:0; margin-bottom:1.5em; color: #555;}
138 hr { color:#ccc; background-color:#ccc; height:1px; border:0; } 140 hr { color:#ccc; background-color:#ccc; height:1px; border:0; }
139 p, ul, dl { margin-top:.6em; margin-bottom:1em; padding-bottom: 0.1em; text-align: left;} 141 p, ul, dl { margin-top:.6em; margin-bottom:1em; padding-bottom: 0.1em; text-align: left;}
140 #yui-main div.yui-b img { max-width: 50em; margin-left: auto; margin-right: auto; display: block; }
141 caption { font-size:1em; font-weight:bold; margin-top:0.5em; margin-bottom:0.5em; margin-left: 2px; text-align: center; } 142 caption { font-size:1em; font-weight:bold; margin-top:0.5em; margin-bottom:0.5em; margin-left: 2px; text-align: center; }
142 blockquote { padding: 0 1em; margin: 1em 0; font:125%/1.2em "Trebuchet MS", sans-serif; border-left:2px solid; } 143 blockquote { padding: 0 1em; margin: 1em 0; font:125%/1.2em "Trebuchet MS", sans-serif; border-left:2px solid; }
143 strong { font-weight: bold; } 144 strong { font-weight: bold; }
144 em { font-style: italic; } 145 em { font-style: italic; }
145 ins { font-weight: bold; text-decoration: none; } 146 ins { font-weight: bold; text-decoration: none; }