-
Notifications
You must be signed in to change notification settings - Fork 0
/
sexy.css
113 lines (93 loc) · 1.56 KB
/
sexy.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
h1 {
text-align: center;
}
h3 {
color: #0d6efd;
}
body {
background: #fdfdfd;
}
.subtitle {
text-align: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.principal {
margin-top: 5%;
width: 70%;
margin-left: 15%;
margin-right: 15%;
}
.secundario {
padding-top: 5%;
padding-bottom: 5%;
background: #FFFFFF;
border-width: 1px;
border-style: solid;
border-radius: 5px;
border-color: #959595;
}
.instrucciones {
text-align: justify;
}
.secuencia {
text-align: justify;
background: #e2e2e2;
border-radius: 5px;
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
padding-top: 1em;
padding-bottom: 1em;
}
.aaCode {
padding-left: 0.25em;
padding-right: 0.25em;
display: inline-block;
}
.highlight {
background-color: #700000;
color: #FFFFFF;
}
.blocklight {
background-color: none;
color: black;
}
.slider {
padding-top: 1em;
padding-bottom: 1em;
}
.selector {
margin-top: 1em;
margin-bottom: 1em;
}
.aaOpts {
text-align: left;
}
.aaOpt label {
width: 2.5em;
}
.bild {
text-align: center;
vertical-align: middle;
}
.img {
display: inline-block;
text-align: center;
width: 110px;
height: 275px;
}
.run {
width: 100%;
}
.third {
text-align: center;
}
.spinning {
padding-top: 30px;
padding-bottom: 30px;
display: inline-block;
text-align: center;
width: 30%;
}
.spinning img {
width: 100%;
}