Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
831 florian 1
body {
2
    margin: 10px;
3
    font-family: Trebuchet MS, Arial, Helvetica;
4
    font-size: 13px;
5
}
6
 
7
h4 {
8
    color: red;
9
}
10
 
11
#right-column {
12
    float: right;
13
    width: 200px;
14
    padding: 0 10px 0 10px;
15
    border-left: 1px solid Gray;
16
}
17
 
18
#right-column h1 {
19
    color: Gray;
20
    margin: 0 0 40px 0;
21
    font-size: 18px;
22
}
23
 
24
#right-column ul {
25
    padding: 0;
26
    margin: 0 0 10px 0;
27
    list-style: none;
28
}
29
 
30
#left-column {
31
    margin-right: 220px;
32
    padding-right: 11px;
33
    border-right: 1px solid Gray;
34
}
35
 
36
#title {
37
    margin-bottom: 55px;
38
}
39
 
40
#title a, #title a:visited {
41
    text-decoration: none;
42
    color: black;
43
}
44
 
45
.entry {
46
    margin-bottom: 25px;
47
    border-bottom: 1px solid Gray;
48
    padding-bottom: 25px;
49
}
50
 
51
.entry p {
52
    font-size: 16px;
53
    font-family: Georgia;
54
    line-height: 125%;
55
    margin-left: 5px;
56
}
57
 
58
.entry h1 {
59
    margin: 0 0 5px 0;
60
    font-family: Arial;
61
    font-size: 20px;
62
}
63
 
64
.entry small {
65
    display: block;
66
    font-size: 10px;
67
    font-family: Verdana, Arial, Helvetica;
68
    margin-top: 6px;
69
}
70
 
71
.match p {
72
    font-size: 12px;
73
    font-family: Arial;
74
    margin-left: 5px;
75
    padding: 0;
76
}
77
 
78
.match h1 {
79
    margin: 0;
80
    padding: 0;
81
    font-family: Arial;
82
    font-size: 13px;
83
    font-weight: bold;
84
}
85
 
86
.match h1 a, .match h1 a:visited {
87
    colot: blue;
88
}
89
 
90
.match small {
91
    display: block;
92
    font-size: 10px;
93
    font-family: Verdana, Arial, Helvetica;
94
}
95
 
96
 
97
#comments {
98
    border-top: 1px solid Gray;
99
    border-bottom: 1px solid Gray;
100
    margin: 25px 0 25px 0;
101
    padding: 0px 0 20px 0;
102
}
103
 
104
.comment {
105
    padding: 8px;
106
}
107
 
108
.comment-alt {
109
    background-color: #F0F0F0;
110
}
111
 
112
.comment p {
113
    font-size: 13px;
114
    font-family: Arial, Helvetica;
115
    line-height: 110%;
116
    margin-left: 5px;
117
}
118
 
119
.comment h1 {
120
    margin: 0 0 5px 0;
121
    font-family: Arial;
122
    font-size: 16px;
123
}
124
 
125
.comment small {
126
    display: block;
127
    font-size: 10px;
128
    font-family: Verdana, Arial, Helvetica;
129
    margin-top: 6px;
130
}
131
 
132
#search-form #search {
133
    width: 120px;
134
}
135
 
136
#post {
137
    margin: 5px 10px 0 10px;
138
}
139
 
140
#post td {
141
    padding: 3px;
142
}
143
 
144
#post-body {
145
    width: 99%;
146
    margin: 0 10px 0 10px;
147
}