-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlogedit.css
More file actions
96 lines (84 loc) · 1.71 KB
/
Copy pathBlogedit.css
File metadata and controls
96 lines (84 loc) · 1.71 KB
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
@charset "utf-8";
/* CSS Document */
* {
margin: 0px;
padding: 0px;
}
html, body {
margin: 0px;
padding: 0px;
text-align:center;
}
body {
background: url(images/wrapper2.jpg);
font: 85% Georgia, "Times New Roman", Times, serif;
}
br, #clear {
clear:both;
}
/* main styles */
#wrapper {
position: relative;
margin: 0 auto;
padding: 0;
width: 1160px;
height: 1150px;
background: url(images/login.png);
text-align: left;}
/*
page style*/
#logo { position:absolute; top:50px; left:90px; border:0px; }
#footer {position: absolute; bottom: 75px; left: 93px; border: 0px;}
ul#menu {
margin:0px;
position:absolute;
top:143px;
left:95px;
font-size: 13px;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 15px;
font-weight: bold;
color: #666;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
word-spacing: normal;
width: auto;
}
ul#right_menu {
margin:0px; padding:0px;
position:absolute; top:145px; left:940px;
font-size: 10px;
}
ul#menu li, ul#right_menu li {
margin: 0px; padding: 0px;
list-style: none;
margin-right: 10px;
text-transform: uppercase;
display: inline;
}
ul#menu li a, ul#right_menu li a {
text-decoration: none;
color: #616161;
}
ul#menu li a:hover, ul#right_menu li a:hover {
text-decoration: none;
color: #ffffff;
}
/* Form Style */
form {
text-align:center;
position:absolute;
top: 300px;
left: 450px;
background-color: #333;
height: 200px;
width: 300px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #FFF;
padding: 20px;
border: 2px solid #000;
opacity: 0.7;
font-weight: normal;
}