-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathless.css
More file actions
55 lines (43 loc) · 1.27 KB
/
Copy pathless.css
File metadata and controls
55 lines (43 loc) · 1.27 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
.heighted{
height: 200px;
}
.spacer{
height: 30%;
}
.text-white{
color: white!important;
}
.heighted blockquote{
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
height: 36%;
font-size: 80%;
}
.no_under_line_hover:hover{
text-decoration:none;
}
.no_under_line{
text-decoration:none;
}
.glyphicon.editbutton:hover{
opacity: 1;
}
.glyphicon.editbutton{
left: 2%;
top: 2%;
opacity: 0.48;
position: fixed;
color: deepskyblue;
font-size: 2.0em;
}
.main-warp{
width: 350px;
}
.pointer-cursor{
cursor: pointer;
}