File: main.css

package info (click to toggle)
python-lamson 1.0pre11-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 3,508 kB
  • ctags: 1,036
  • sloc: python: 5,772; xml: 177; makefile: 19
file content (138 lines) | stat: -rw-r--r-- 2,511 bytes parent folder | download
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
div.wrapper {
    font-family:Helvetica,Arial,sans-serif;
    left:100px;
    margin:0 auto;
    padding-top:20px;
    position:relative;
    width:770px;
}
h1 a {
    color:#222222;
    float:left;
    font-size:60px;
    margin-top: 40px;
    font-weight:bold;
    letter-spacing:-2px;
    padding:5px 5px 5px 0;
    text-decoration:none;
    text-transform:uppercase;
    width:600px;
    word-spacing:5px;
}
h1 span {
    color:#1C6191;
    font-weight:bold;
}
div.header {
    height:150px;
}
div.header ul {
    float:right;
}
div.header ul li {
    background-color:#222222;
    margin-bottom:5px;
    text-align:right;
}
div.header ul li a {
    color:#EEEEEE;
    display:block;
    font-size:30px;
    padding:5px;
    text-decoration:none;
}
div.header ul li a:hover {
    background-color:#FFFFFF;
    color:#1C6191;
}
ul.notifications {
    left:-200px;
    position:absolute;
    width:190px;
    z-index:10;
}
ul.notifications li {
    background-color:#222222;
    color:#AAAAAA;
    margin-bottom:5px;
    overflow: hidden;
    padding:5px;
}

ul.notifications li div h3 {
    color:#EEEEEE;
    margin-bottom:10px;
}
ul.notifications li div p {
    padding-left:10px;
    padding-right:10px;
}
ul.notifications li div p {
    font-size:13px;
    line-height:14px;
}
ul.notifications li div p a {
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
}
ul.notifications li div p a:hover {
    text-decoration:underline;
}
ul.notifications li.footer div p {
    color:#EEEEEE;
    font-size:14px;
    line-height:17px;
}
div.content {
    clear:both;
}
div.post {
    border-top:5px solid #EEEEEE;
    padding-bottom:20px;
    padding-top:10px;
}
div.post p a {
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}
div.post p a:hover {
    text-decoration:underline;
}
div.post pre.code {
    background-color:#EEEEEE;
    display:block;
    font-family:"Courier New",Courier,mono;
    font-size:14px;
    line-height:17px;
    margin:15px;
    overflow:auto;
    padding:5px;
    position:inherit;
    width:700px;
}
div.post h2 {
    display:block;
    font-size:35px;
    letter-spacing:1px;
    text-decoration:none;
    text-transform:lowercase;
}
div.post h2 a {
    color:#1C6191;
    display:block;
    font-size:35px;
    letter-spacing:1px;
    text-decoration:none;
    text-transform:lowercase;
}
div.post h2 a:hover {
    background-color:#222222;
    color:#EEEEEE;
}
div.post p {
    font-size:14px;
    line-height:18px;
    padding:15px 25px 5px;
}