-
Notifications
You must be signed in to change notification settings - Fork 0
/
exercise.css
103 lines (88 loc) · 1.59 KB
/
exercise.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
h2.alternative {
font-size:9pt;
}
.node-type-story .content {
margin-bottom:10px;
}
.exercistlist .photo {
float:left;
padding-right:10px;
}
.exercistlist HR {
clear:left;
}
.exercistlist {
padding-top:10px;
}
.exercistlist H2 {
font-size:12pt;
font-weight:bold;
}
.intro {
padding-top:8px;
font-style: italic;
}
.exercise H4 {
padding-top:10px;
}
.exerciseimg {
float:left;
padding-right:5px;
}
.exerciseimg H5 {
font-size:8pt;
font-weight:normal;
}
input.form-submit {
background: transparent url(../acquia_marina/images/blue-button.png) repeat-x 0 0;
border: 1px solid #fff;
color: #fff;
cursor: pointer;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 100%; /* 12px/12px */
font-weight: bold;
margin: 0 4px;
padding: 2px 4px;
text-transform: uppercase;
outline: 1px solid #9BABB0;
-moz-border-radius: 4px;
-moz-outline-radius: 4px;
border-radius: 4px;
}
/* Hover style for form buttons */
form input.form-submit:hover,
form input.form-submit.hover,
form input.form-submit:focus {
background-position: 0 100%;
cursor: pointer;
}
.transparency {
position: absolute;
bottom: 5px;
left: 0;
width: 700px;
height: 100px;
background-color: #000;
filter: alpha(opacity=80);
opacity: 0.8;
-moz-opacity: 0.8;
}
.slideshow {
position: absolute;
bottom: 10px;
left: 10px;
width: 700px;
}
.slideshow h2 {
padding-bottom: 0px;
margin-bottom: 5px;
}
.slideshow p {
margin-top: 0px;
}
.page-node .transparency {
bottom: 15px;
}
.page-node .slideshow {
bottom: 20px;
}