-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetanalysis.css
More file actions
64 lines (57 loc) · 1.14 KB
/
getanalysis.css
File metadata and controls
64 lines (57 loc) · 1.14 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
.voteupimg
{
width:30px; height:30px; opacity:0.2; float:right; margin-top:5px; margin-right:8px;
}
.voteupdiv
{
font-weight: bold;
width:30px; height:30px; float: right; margin-top:12px; margin-right:30px; color:#993333;
}
.voteupimg:hover
{
opacity:1;
}
hr
{
background-color: #993333;
opacity:0.5;
}
.username
{ float:left;
width:225px;
font-weight:bold;
color:#993333;
}
.avatar
{
float:left;
border:2px solid #993333;
width:130px;
height:130px;
float:left;
margin-right:10px;
opacity:0.05
}
i
{
opacity:0.7;
}
#analysisdiclvl1{
border:solid 2px #257272;
margin-top: 20px;
}
#analysisdiclvl2{
background-color: #99cccc;
font-size:30px;
border-bottom:solid 2px #257272;
font-weight:bold;
color:#257272;
padding: 5px 20px 5px 20px;
margin-bottom:-1px;
display:block;
text-align:center
}
.mainanchor
{
text-decoration:none
}