~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to docs/_static/djangodocs.css

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-10-12 11:34:35 UTC
  • mfrom: (4.4.9 sid)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: james.westby@ubuntu.com-20101012113435-5rk3p18nyanuhj6g
* SECURITY UPDATE: XSS in CSRF protections. New upstream release
  - CVE-2010-3082
* debian/patches/01_disable_url_verify_regression_tests.diff:
  - updated to disable another test that fails without internet connection
  - patch based on work by Kai Kasurinen and Krzysztof Klimonda
* debian/control: don't Build-Depends on locales-all, which doesn't exist
  in maverick

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*** setup ***/
2
 
html { background:#092e20;}
3
 
body { font:12px/1.5 Verdana,sans-serif; background:#092e20; color: white;}
4
 
#custom-doc { width:76.54em;*width:74.69em;min-width:995px; max-width:100em; margin:auto; text-align:left; padding-top:16px; margin-top:0;} 
5
 
#hd { padding: 4px 0 12px 0; }
6
 
#bd { background:#234F32; }
7
 
#ft { color:#487858; font-size:90%; padding-bottom: 2em; }
8
 
 
9
 
/*** links ***/
10
 
a {text-decoration: none;}
11
 
a img {border: none;}
12
 
a:link, a:visited { color:#ffc757; }
13
 
#bd a:link, #bd a:visited { color:#ab5603; text-decoration:underline; }
14
 
#bd #sidebar a:link, #bd #sidebar a:visited { color:#ffc757; text-decoration:none; }
15
 
a:hover { color:#ffe761; }
16
 
#bd a:hover { background-color:#E0FFB8; color:#234f32; text-decoration:none; }
17
 
#bd #sidebar a:hover { color:#ffe761; background:none; }
18
 
h2 a, h3 a, h4 a { text-decoration:none !important; }
19
 
a.reference em { font-style: normal; }
20
 
 
21
 
/*** sidebar ***/
22
 
#sidebar div.sphinxsidebarwrapper { font-size:92%; margin-right: 14px; }
23
 
#sidebar h3, #sidebar h4 { color: white; font-size: 125%; }
24
 
#sidebar a { color: white; }
25
 
#sidebar ul ul { margin-top:0; margin-bottom:0; }
26
 
#sidebar li { margin-top: 0.2em; margin-bottom: 0.2em; }
27
 
 
28
 
/*** nav ***/
29
 
div.nav { margin: 0; font-size: 11px; text-align: right; color: #487858;}
30
 
#hd div.nav { margin-top: -27px; }
31
 
#ft div.nav { margin-bottom: -18px; }
32
 
#hd h1 a { color: white; }
33
 
#global-nav { position:absolute; top:5px; margin-left: -5px; padding:7px 0; color:#263E2B; }
34
 
#global-nav a:link, #global-nav a:visited {color:#487858;}
35
 
#global-nav a {padding:0 4px;}
36
 
#global-nav a.about {padding-left:0;}
37
 
#global-nav:hover {color:#fff;}
38
 
#global-nav:hover a:link, #global-nav:hover a:visited  { color:#ffc757; }
39
 
 
40
 
/*** content ***/
41
 
#yui-main div.yui-b { position: relative; }
42
 
#yui-main div.yui-b { margin: 0 0 0 20px; background: white; color: black; padding: 0.3em 2em 1em 2em; }
43
 
 
44
 
/*** basic styles ***/
45
 
dd { margin-left:15px; }
46
 
h1,h2,h3,h4 { margin-top:1em; font-family:"Trebuchet MS",sans-serif; font-weight:normal; }
47
 
h1 { font-size:218%; margin-top:0.6em; margin-bottom:.4em; line-height:1.1em; }
48
 
h2 { font-size:175%; margin-bottom:.6em; line-height:1.2em; color:#092e20; }
49
 
h3 { font-size:150%; font-weight:bold; margin-bottom:.2em; color:#487858; }
50
 
h4 { font-size:125%; font-weight:bold; margin-top:1.5em; margin-bottom:3px; }
51
 
div.figure { text-align: center; }
52
 
div.figure p.caption { font-size:1em; margin-top:0; margin-bottom:1.5em; color: #555;}
53
 
hr { color:#ccc; background-color:#ccc; height:1px; border:0; }
54
 
p, ul, dl { margin-top:.6em; margin-bottom:1em; padding-bottom: 0.1em;}
55
 
#yui-main div.yui-b img { max-width: 50em; margin-left: auto; margin-right: auto; display: block; }
56
 
caption { font-size:1em; font-weight:bold; margin-top:0.5em; margin-bottom:0.5em; margin-left: 2px; text-align: center; }
57
 
blockquote { padding: 0 1em; margin: 1em 0; font:125%/1.2em "Trebuchet MS", sans-serif; color:#234f32; border-left:2px solid #94da3a; } 
58
 
strong { font-weight: bold; }
59
 
em { font-style: italic; }
60
 
ins { font-weight: bold; text-decoration: none; }
61
 
 
62
 
/*** lists ***/
63
 
ul { padding-left:30px; }
64
 
ol { padding-left:30px; }
65
 
ol.arabic li { list-style-type: decimal; }
66
 
ul li { list-style-type:square; margin-bottom:.4em; }
67
 
ol li { margin-bottom: .4em; }
68
 
ul ul { padding-left:1.2em; }
69
 
ul ul ul { padding-left:1em; }
70
 
ul.linklist, ul.toc { padding-left:0; }
71
 
ul.toc ul { margin-left:.6em; }
72
 
ul.toc ul li { list-style-type:square; }
73
 
ul.toc ul ul li { list-style-type:disc; }
74
 
ul.linklist li, ul.toc li { list-style-type:none; }
75
 
dt { font-weight:bold; margin-top:.5em; font-size:1.1em; }
76
 
dd { margin-bottom:.8em; }
77
 
ol.toc { margin-bottom: 2em; }
78
 
ol.toc li { font-size:125%; padding: .5em; line-height:1.2em; clear: right; }
79
 
ol.toc li.b { background-color: #E0FFB8; }
80
 
ol.toc li a:hover { background-color: transparent !important; text-decoration: underline !important; }
81
 
ol.toc span.release-date { color:#487858; float: right; font-size: 85%; padding-right: .5em; }
82
 
ol.toc span.comment-count { font-size: 75%; color: #999; }
83
 
 
84
 
/*** tables ***/
85
 
table { color:#000; margin-bottom: 1em; width: 100%; }
86
 
table.docutils td p { margin-top:0; margin-bottom:.5em; }
87
 
table.docutils td, table.docutils th { border-bottom:1px solid #dfdfdf; padding:4px 2px;}
88
 
table.docutils thead th { border-bottom:2px solid #dfdfdf; text-align:left; font-weight: bold; white-space: nowrap; }
89
 
table.docutils thead th p { margin: 0; padding: 0; }
90
 
table.docutils { border-collapse:collapse; }
91
 
 
92
 
/*** code blocks ***/
93
 
.literal { white-space:nowrap; }
94
 
.literal { color:#234f32; }
95
 
#sidebar .literal { color:white; background:transparent; font-size:11px; }
96
 
h4 .literal { color: #234f32; font-size: 13px; }
97
 
pre { font-size:small; background:#E0FFB8; border:1px solid #94da3a; border-width:1px 0; margin: 1em 0; padding: .3em .4em; overflow: hidden; line-height: 1.3em;}
98
 
dt .literal, table .literal { background:none; }
99
 
#bd a.reference { text-decoration: none; }
100
 
#bd a.reference tt.literal { border-bottom: 1px #234f32 dotted; }
101
 
 
102
 
/* Restore colors of pygments hyperlinked code */
103
 
#bd .highlight .k a:link, #bd .highlight .k a:visited { color: #000000; text-decoration: none; border-bottom: 1px dotted #000000; }
104
 
#bd .highlight .nf a:link, #bd .highlight .nf a:visited { color: #990000; text-decoration: none; border-bottom: 1px dotted #990000; }
105
 
 
106
 
 
107
 
/*** notes & admonitions ***/
108
 
.note, .admonition { padding:.8em 1em .8em; margin: 1em 0; border:1px solid #94da3a; }
109
 
.admonition-title { font-weight:bold; margin-top:0 !important; margin-bottom:0 !important;}
110
 
.admonition .last { margin-bottom:0 !important; }
111
 
.note, .admonition { padding-left:65px; background:url(docicons-note.png) .8em .8em no-repeat;}
112
 
div.admonition-philosophy { padding-left:65px; background:url(docicons-philosophy.png) .8em .8em no-repeat;}
113
 
div.admonition-behind-the-scenes { padding-left:65px; background:url(docicons-behindscenes.png) .8em .8em no-repeat;}
114
 
 
115
 
/*** versoinadded/changes ***/
116
 
div.versionadded, div.versionchanged {  }
117
 
div.versionadded span.title, div.versionchanged span.title { font-weight: bold; }
118
 
 
119
 
/*** p-links ***/
120
 
a.headerlink { color: #c60f0f; font-size: 0.8em; padding: 0 4px 0 4px; text-decoration: none; visibility: hidden; }
121
 
h1:hover > a.headerlink, h2:hover > a.headerlink, h3:hover > a.headerlink, h4:hover > a.headerlink, h5:hover > a.headerlink, h6:hover > a.headerlink, dt:hover > a.headerlink { visibility: visible; }
122
 
 
123
 
/*** index ***/
124
 
table.indextable td { text-align: left; vertical-align: top;}
125
 
table.indextable dl, table.indextable dd { margin-top: 0; margin-bottom: 0; }
126
 
table.indextable tr.pcap { height: 10px; }
127
 
table.indextable tr.cap { margin-top: 10px; background-color: #f2f2f2;}
128
 
 
129
 
/*** page-specific overrides ***/
130
 
div#contents ul { margin-bottom: 0;}
131
 
div#contents ul li { margin-bottom: 0;}
132
 
div#contents ul ul li { margin-top: 0.3em;}
133
 
 
134
 
/*** IE hacks ***/
135
 
* pre { width: 100%; }