-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathurblog.css
111 lines (92 loc) · 1.6 KB
/
urblog.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
110
body {
font:13px arial,helvetica,clean,sans-serif;
background-color: #fefeee;
}
.Urblog_blogcontent {
width: 650px;
margin-left: auto ;
margin-right: auto ;
margin-top: 35px;
}
.Urblog_blogtitle {
text-align: center;
text-transform: uppercase;
border: 2px double gray;
}
.Urblog_blogentry {
text-align: left;
border: 1px solid #ffffff;
background-color: white;
spacing: 0px;
padding: 0px;
margin: 0px;
margin-top: 25px;
}
.Urblog_blogentrytitle h2 {
background-color: #ABCDEF;
padding: 4px;
margin: -4px;
}
.Urblog_blogentrytitle a {
color: black;
}
.Urblog_blogentrybody {
font-family: times,serif;
background-color: white;
}
.Urblog_blogentrydetail {
background-color: #ABCDEF;
padding: 4px;
margin: -4px;
height: 14px;
font-size: 11px;
color: grey;
}
.Urblog_blogentrycomments {
float: right;
}
.Urblog_blogentryauthor {
float: left;
}
.Urblog_commentform {
}
.Urblog_commentbutton {
color:black;
font: bold 9px arial,helvetica,clean,sans-serif;
background-color:white;
border:1px solid;
border-color: #696 #363 #363 #696;
}
.Urblog_accountlinks {
top: 5px;
right: 10px;
position: absolute;
float: right;
}
.Urblog_bodyedit {
width: 630px;
height: 250px;
}
.Urblog_commentbox {
width: 430px;
height: 150px;
}
.Editor_editordefault {
width: 330px;
}
.Urblog_loginbox {
position: absolute;
float: right;
right: 10px;
top: 35px;
padding: 24px;
background-color: white;
border-color: black;
border-width: 1px;
border-style: solid;
font-size: 10px;
}
.Urblog_loginbox input {
font-family: 9px Arial, Helvetica, clean, sans-serif;
width: 100px;
}