-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
118 lines (110 loc) · 2.4 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
.or-menu {
background-color: rgba(0,0,0,.2);
padding: 3px;
font-style: italic;
}
.red {
background-color: rgba(183, 98, 114,.4);
padding: 3px;
}
.highlight-yellow {
background-color: rgba(255,255,0,.4);
padding: 3px;
}
.highlight-yellow-fixed {
background-color: rgba(255,255,0,.4);
font-family: monospace;
padding: 3px;
}
.highlight-turq-fixed {
background-color: rgba(0,255,255,.4);
font-family: monospace;
padding: 3px;
}
.highlight-green-fixed {
background-color: rgba(0,255,0,.4);
font-family: monospace;
padding: 3px;
}
em {
font-variant: small-caps;
}
img.center {
display: block;
margin-left: auto;
margin-right: auto
}
div.video {
display: block;
width: 100%;
}
div.video iframe {
width: 70%; /* or, leave this line out and control width in the iframe code */
margin-left: 15%; /* or, set to auto */
margin-right: 15% /* or, set to auto */
}
.challenge {
/*padding-left: 5px; */
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
border: 1px solid;
border-color: #eec275;
margin-bottom: 10px;
/** font-size: 20px; **/
/*background: linear-gradient(to bottom, #eec275, #f0c883);
border-color: #eec275;*/
margin-top: 0px;
margin-left: -5px;
}
.challenge :before {
font-family: 'Glyphicons Halflings';
/* content: "✏"; */
float: left;
/*padding-left: 5px;
padding-right: 5px;*/
display: inline-block;
-webkit-font-smoothing: antialiased;
}
.challenge li {
display: block;
background: linear-gradient(to bottom, #eec275, #f0c883);
border-color: #eec275;
padding: 3px 3px 3px 6px;
}
.challenge p {
margin: 5px !important;
padding-left: 3px;
}
.no-bullet,
.no-bullet li {
margin: 0 !important;
padding: 0 !important;
list-style: none;
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-left: 5px;
background-color: #bd9550;
padding: 0 5px 0 7px;
}
.glyphicon-collapse-down::after {
/*content: url('images/arrow.png'); */
content: '»';
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
display: block;
padding: 3px 0 2px 0;
color: #fff;
}