-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css~
80 lines (76 loc) · 1.23 KB
/
style.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
.head { /* */
background-color: RGB(107, 142, 35);
height:100;
width:100%;
}
.head A{
text-decoration: none;
color: RGB(244,196,48);
}
.leftside {
background-color: RGB(153, 149, 140);
float: left;
height:650 px;
width:16%;
}
.center {
background-color: RGB(100, 149, 237);
float:left;
width:60%;
}
.post {
float:left;
width:100%;
}
.rightside {
background-color:RGB(251, 236, 93) ;
float:right;
width:20%;
}
.rightside A{
background-color: RGB(255, 253, 223);
text-decoration: none;
padding: 4px;
-moz-border-radius:3px;
border-radius:24px;
-webkit-border-radius:3px;
font-family:Tahoma;
border: solid black;
}
.row{
float:left;
width:85%;
}
.comment{
width:45%;
}
.title{
background-color:RGB(204, 255, 0) ;
float:left;
width:100%;
}
.text{
background-color:RGB(242, 221, 198) ;
float:left;
width:100%;
}
.author{
background-color: RGB(76, 88, 102);
float:left;
width:100%;
margin-bottom:15px;
}
.button{
background-color: RGB(255, 253, 223);
text-decoration: none;
padding: 4px;
-moz-border-radius:3px;
border-radius:24px;
-webkit-border-radius:3px;
font-family:Tahoma;
border: solid black;
}
.navigate{
text-align: center;
background-color: RGB(124, 93, 251);
}