File: index.css

package info (click to toggle)
python-gdata 2.0.17%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 26,080 kB
  • sloc: python: 73,579; ansic: 150; sh: 33; makefile: 11
file content (65 lines) | stat: -rw-r--r-- 948 bytes parent folder | download | duplicates (3)
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
* {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
               "Helvetica Neue", sans-serif;
}

body {
 padding-left:15px;
 padding-right:15px;
}
a {
  color:#6699ff;
  text-decoration:none;
}
a:hover {
  color:#666666;
  text-decoration:underline;
}
#header {
  color:#666666;
  padding-bottom:10px;
  margin-bottom:1em;
  border-bottom:1px solid #666666;
  height:25px;
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}

div#status span.text {
  background-color: #FFEEAA;
  text-align: center;
  padding: 5px;
  font-size: 0.8em;
  font-weight: bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: black;
}

div.blog {
  padding:10px 10px 10px 20px;
  border-bottom:1px solid #eee;
  float: left;
  width: 90%;
}
div.blog:hover {
  background-color:#fffccc;
}

div.blog span.date {
  font-size: 0.7em;
}

.hidden {
  display: none;
}

.post-editor-wrapper {
  text-align: right;
}