2
2
font-size : 90% ;
3
3
}
4
4
5
- # main {
6
- background-color : # FFB6C1 ;
7
- margin : 0 15% ;
8
- }
9
-
10
- .blogposts , form , .welcome {
11
- margin : 0% 9% ;
12
- padding : 2% ;
13
- font-family : monospace;
14
- }
15
-
16
-
17
- header # blog-top h1 , footer {
18
- padding : 3% ;
19
- background-color : # DDDDDD ;
20
- text-align : center;
21
- font-family : cursive;
22
- }
23
-
24
- .submitlink {
25
- position : relative;
26
- left : 2.5% ;
27
-
28
- }
29
-
30
- header # blog-top h1 a {
31
- background-color : transparent;
32
- outline : none;
33
- }
34
-
35
- .loginlogout {
36
- position : relative;
37
- left : 80%
38
- }
39
-
40
- article header p # post-title {
41
- font-size : 1.5em ;
42
- font-weight : bolder;
43
- padding-bottom : 0% ;
44
- margin-bottom : 0% ;
45
- border-bottom : solid medium black;
46
- }
47
-
48
- article header p # post-title a {
49
- margin-left : 0% ;
50
- padding-left : 0% ;
51
- }
52
- article header p # post-date {
53
- /*position: relative;*/
54
- /*left: 82%;*/
55
- color : # 444444 ;
56
- margin-top : 0% ;
57
- padding-top : 0% ;
58
- float : right;
59
- }
60
-
61
- article div .post-content pre {
62
- margin-top : 0% ;
63
- padding-top : 0% ;
64
- font-size : 1.3em ;
65
- width : 50% ;
66
- word-wrap : break-word;
67
- }
68
-
69
5
a {
70
6
text-decoration : none;
71
7
padding : 1% ;
@@ -88,50 +24,89 @@ a:hover{
88
24
background-color : # FF69B4 ;
89
25
}
90
26
91
- a .newpost {
92
- margin-left : 8% ;
93
- background-color : transparent;
94
- text-decoration : underline;
95
- }
96
-
97
27
.error {
98
28
color : red;
99
29
}
100
30
101
31
label {
102
32
display : block;
103
- font-size : 20 px ;
33
+ font-size : 0.8 em ;
104
34
}
105
35
106
- label + label {
107
- margin-top : 20 px ;
36
+ form {
37
+ font-size : medium ;
108
38
}
109
39
110
- input [type = text ] {
40
+ # main {
41
+ background-color : # FFB6C1 ;
42
+ margin : 0 0.8em ;
111
43
}
112
44
113
- pre {
45
+
46
+ .blogposts , .welcome {
47
+ margin : 0% 9% ;
48
+ padding : 2% ;
49
+ font-family : monospace;
114
50
}
115
51
116
- input [type = submit ] {
52
+
53
+ .loginlogout {
54
+ font-size : 1.5em ;
55
+ position : relative;
56
+ left : 45vw
117
57
}
118
58
119
- .main-title {
59
+
60
+ .submitlink {
61
+ font-size : 1.5em ;
62
+ position : relative;
63
+ left : 2.5% ;
64
+
120
65
}
121
66
122
- .post + .post {
123
- margin-top : 15px ;
67
+ header # blog-top h1 , footer {
68
+ padding : 3% ;
69
+ background-color : # DDDDDD ;
70
+ text-align : center;
71
+ font-family : cursive;
124
72
}
125
73
126
- .post-heading {
74
+ header # blog-top h1 a {
75
+ background-color : transparent;
76
+ outline : none;
127
77
}
128
78
129
- .post-title {
79
+
80
+ div .post-header {
81
+ border-bottom : solid medium black;
130
82
}
131
83
132
- .post-date {
84
+ div p # post-title {
85
+ font-size : 1.5em ;
86
+ font-weight : bolder;
87
+ padding-bottom : 0% ;
88
+ margin-bottom : 0% ;
89
+ margin-left : 0% ;
90
+ padding-left : 0% ;
91
+ }
92
+ div p # post-date {
93
+ /*position: relative;*/
94
+ /*left: 82%;*/
95
+ color : # 111111 ;
96
+ margin-bottom : 0% ;
97
+ padding-bottom : 0% ;
98
+ }
133
99
100
+ div .post-content pre {
101
+ margin-top : 0% ;
102
+ padding-top : 0% ;
103
+ font-size : 1.3em ;
134
104
}
135
105
136
- .post-content {
106
+
107
+ a .newpost {
108
+ margin-left : 8% ;
109
+ background-color : transparent;
110
+ text-decoration : underline;
137
111
}
112
+
0 commit comments