-
Notifications
You must be signed in to change notification settings - Fork 0
/
mindjet.css
167 lines (156 loc) · 2.79 KB
/
mindjet.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
@import url(http://weloveiconfonts.com/api/?family=fontawesome);
/* fontawesome */
[class*="fontawesome-"]:before {
font-family: 'FontAwesome', sans-serif;
}
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
line-height: 0;
content: "";
}
.clearfix:after {
clear: both;
}
a {text-decoration:none;
color:#C93682}
h1,h2,h3{font-family:'Playball',sans-serif;}
#top h1{font-size:40px;margin-top:20px;}
#top h2{margin-top:-20px;}
h3 {font-size:24px;line-height:24px;}
.stripe {
width:100%;
background:url('images/effect_2.png');
display:block;
}
#ribbon {
display:block;
float:right;
margin-right:-50px;
height:68px;
margin-top:-30px;
background-color:rgba(201, 54, 130, 0.22);
width:330px;
-moz-transform: rotate(5deg); /* FF3.5+ */
-o-transform: rotate(5deg); /* Opera 10.5 */
-webkit-transform: rotate(5deg); /* Saf3.1+, Chrome */
transform: rotate(5deg); /* CSS3 (for when it gets supported) */
}
#subhead {
font-style:italic;
color:#888;
font-size:13px;
color:#fff;
}
#nombre {
font-family:'Codystar',sans-serif;
font-size: 22px;
margin-top:-10px;
color:#fff;
}
#container {
width:220px;
height:200px;
}
html {
text-align:center;
background:url('images/effect_binding_light.png');
padding:30px;
font-family:'Open Sans', sans-serif;
}
#intro{
display:block;
width:100%;
padding:10px;
text-align:left!important;
}
#intro p {margin-top:-10px;}
#outer-container {
display:block;
width:100%;
text-align:center;
}
a#speedup {
display:inner-block;
padding:10px 40px;
background:#E1259B;
color:#fff;
font-size:18px;
line-height:50px;
text-align:center;
margin-top:120px;
text-decoration:none;
font-weight:600;
font-family:'Open Sans', sans-serif;
border-radius:10px;
}
#unicorn {
display:inline-block;
width:184px;
height:240px;
background:url('images/unicorn.png') no-repeat;
}
.esplode {
background:url('images/unicorn2.png') no-repeat!important;
}
.chiclet {
color:#fff;
font-family:'Open Sans',sans-serif;
font-size:13px;
border:1px solid #888;
width:160px;
padding:10px;
margin-bottom:10px;
box-shadow: -1px 3px 2px rgba(69, 69, 69, 0.80);
text-align:left;
}
.ui-draggable-dragging {
box-shadow: -1px 8px 17px rgba(69, 69, 69, 0.60);
}
.big {
font-size:34px;
}
.bad {
font-size:30px;
display:block;
float:left;
padding:2px;
margin-right:10px;
}
.chiclet:hover .bad {
color:#FFE000;
}
.good {
font-size:30px;
display:block;
float:left;
padding:2px;
margin-right:10px;
}
#oldstack .chiclet {
border:3px dotted #F5DCE7;
background:rgb(250, 92, 92);
}
#newstack .chiclet {
border:3px dotted #B1E9B1;
background:rgb(47, 189, 81);
}
.stack {
width:180px;
padding:10px;
text-align:left;
}
#oldstack {
}
#newstack {
}
#notes {
width:600px;
padding:10px;
display:block;
background:#444;
color:#eee;
}