-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle3.css
More file actions
129 lines (122 loc) · 2.14 KB
/
style3.css
File metadata and controls
129 lines (122 loc) · 2.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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
body{
background:#BABABA;
color:#606060;
margin:0;
padding:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited,a:link,a:hover {
text-decoration: none;
color: #FFF;
}
a:active {
text-decoration: underline;
color: #cc0000;
}
.table{
width:100%;
border:none;
padding:0;
margin:0;
}
td{
padding:5px;
margin:0px;
border-top:1px dashed #fff;
vertical-align: top;
}
.tabletop{
width:100%;
border:none;
border-collapse: collapse;
}
.tabletop td{
padding:5px;
margin:0px;
}
#somalia{
background:#FAFBFB;
float:right;
text-align:right;
color:#FAFBFB;
font-size:22px;
font-family:Arial, Helvetica, sans-serif;
font-weight:800;
position:absolute;
top:0;
right:5px;
}
.used{
background: url("picweb/used.gif");
width:50px;
height:11px;
float:right;
}
#logo{
background:#FAFBFB url("picweb/top-lardzs.png") repeat-x bottom right;
width:405px;
height:196px;
font-size:10px;
font-weight:800;
color:#990000;
/* padding:121px 0 0 0;*/
}
#logo span{
font-weight:400 !important;
}
#logo2{
background:#FAFBFB url("picweb/top.gif") repeat-x bottom;
}
.fs10 {font-size:10px;}
th{
padding: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:800;
color:#FF0000;
border:none !important;
}
.head td{
border-top:none !important;
}
.date{
text-align:right;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
.date.redborder {
font-weight: bold;
font-size: 12px;
}
.desc{
font-family:Arial, Helvetica, sans-serif;
}
.desc span{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
.pic {
background: #fff !important;
border-top-color: #aaa;
}
.ftgb{
background:#2cF;
color:#eee;
}
.ram{
background:#f77;
color:#fff;
float:right;
margin:16px 0 0 5px;
}
.hdd{
background:#7c8;
color:#fff;
float:right;
margin:16px 0 0 5px;
}
.style1 {font-size: 10px}
td.redborder {
border-top: 3px solid #d00;
background: linear-gradient(180deg, rgba(210,210,210,1) 0%, rgba(255,255,255,0) 100%);
}