forked from congteng/congteng.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
157 lines (124 loc) · 1.94 KB
/
main.css
File metadata and controls
157 lines (124 loc) · 1.94 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
@font-face {
font-family: myfont;
src:url('MONACO.TTF');
}
body{
background-color: white;
}
.main{
width: 690px;
height: 100px;
background-color: black;
margin: 50px 100px 10px 50px;
border-radius: 5px;
box-shadow: 10px 10px 10px #888888;
padding: 30px;
position: absolute;
overflow: auto;
}
#line{
position:absolute;
bottom:0px;
left:-300px;
/*top: 1700px;*/
}
.prompt{
width: 500px;
/*height: 50px;*/
/* width: 200px;
height: 100px;
margin: 200px 100px 100px 100px;
position: absolute;
;*/
color: white;
}
span{
font-family: myfont;
font-weight: bold;
font-size: 15px;
}
.flag{
color: #E1181D;
}
.position{
color: #1F5391;
}
.rvm{
color: #4D39D6;
}
.file{
color: #2EBB01;
}
.version{
color: #568722;
}
span input{
color: white;
height: 40px;
width: 550px;
font-family: myfont;
font-weight: bold;
font-size: 20px;
background-color: transparent;
border-width: 0;
}
.sidebar{
/*width: 520px;*/
width: 950px;
background-color: lightgrey;
border-radius: 5px;
/*box-shadow: 10px 10px 10px #888888; */
position: absolute;
/*margin: 180px 100px 40px 830px;*/
margin: 260px 300px 1000px 100px;
padding: 20px;
color: #5F5F5F;
font-size: 30px;
font-family: myfont;
}
.description{
font-size: 20px;
color: #7E7979;
}
.aboutme table{
color: #7E7979;
font-size: 18px;
}
.result{
color: white;
font-family: myfont;
font-weight: bold;
font-size: 15px;
padding: 3px;
margin-left: -10px;
/*background-color: yellow;*/
}
.result table{
margin-left: -3px;
/*padding: 5px;*/
width: 500px;
color: white;
font-family: myfont;
font-weight: bold;
font-size: 15px;
}
.help{
/*background-color: yellow;*/
width: 100px;
}
.ps{
font-size: 20px;
color: #5F5F5F;
}
#disqus_thread{
border-radius: 5px;
padding: 20px;
width: 451px;
height: 298px;
background-color: #E4E4E4;
position: absolute;
margin: 260px 10px 40px 822px;
display: none;
font-family: myfont;
overflow: auto;
}