-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
executable file
·125 lines (108 loc) · 1.92 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
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
a{
text-decoration:none;
}
body{
margin:0;
background-color:#eeeeee;
}
.button{
margin:10px;
width:176px;
height:26px;
text-align:center;
background-color:white;
padding:12px;
font-size:16px;
}
.comment_div{
padding:8px;
}
.down_arrow{
position:absolute;
right:4px;
top:4px;
background:none;
border:0px;
color:#999999;
cursor:pointer;
z-index:10;
}
.lateral{
background:none;
position:absolute;
bottom:8;
right:8;
border:0;
cursor:pointer;
outline:none;
}
.lateral:hover{
color:#999999;
}
.part_setting_box{
background-color:#eeeeee;
text-align:center;
width:100px;
padding:8px;
cursor:pointer;
}
.part_setting_box:hover{
background-color:#bbbbbb;
}
.profile{
width:30%;
position:fixed;
left:5%;
padding-left:16px;
}
#profile_pic{
margin-top:32px;
border:10px solid white;
}
.projects_a{
margin:8px;
width:350px;
height:200px;
padding:8px;
background-color:white;
position:relative;
float:left;
}
.setting_box{
position:absolute;
z-index:90;
right:8px;
top:20px;
}
.shadow{
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.2s ease-in-out;
}
.shadow:hover{
-moz-box-shadow:0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
-webkit-box-shadow:0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.sup {
background-color:#3498db;
width:100%;
padding-top: 1em;
padding-bottom: .2em;
}
.sup li {
list-style: none;
display: inline-block;
padding-right: 2em;
}
.sup a{
color: #FFF !important;
}
.sup a:hover{
text-decoration: none;
color: #D8D8D8 !important;
}
.tags{
color:#999999;
}