-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdjango.css
109 lines (87 loc) · 1.32 KB
/
django.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
body {
font-size: 200%;
text-align: left;
font-family: Arial;
}
img {
display: block;
margin: auto;
}
.step {
width: 900px;
}
tt {
background: #EFE;
padding: 0 0.2rem;
border: 1px solid #9B9;
box-shadow: 2px 2px 13px rgba(0,0,0,0.3);
}
p {
font-weight: normal;
margin-bottom: 0.3em;
margin-top: 0.3em;
text-align: left;
}
pre {
text-align: left;
margin-left:0.5rem;
}
h1, h2, h3, h4 {
color: #050;
font-weight: bold;
text-align: center;
margin-bottom: 0.3em;
margin-top: 0.3em;
text-shadow: 2px 2px 13px rgba(0,0,0,0.3);
}
ul {
list-style-position: inside;
}
li {
font-family: arial;
font-weight: normal;
margin-bottom: 0.3em;
margin-top: 0.3em;
padding-left: 0.3em;
line-height: 1.2em;
text-align: left;
}
a {
text-decoration: none;
color: #060;
}
th {
font-width: bold;
background-color: green;
color: white;
}
th p {
text-align: center;
}
table {
width: 100%;
border: 1px solid green;
}
.hidden {
display: none;
}
div#good-start img {
float: right;
}
div#duck-typing img {
float: right;
}
div#good-django img {
float: right;
}
div#django-not-good img {
float: right;
}
div#django-security img {
float: right;
}
div#magical-django img {
float: right;
}
div#programming img {
}