Spaces:
Runtime error
Runtime error
File size: 6,144 Bytes
e3f06ac |
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 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 |
#about_view {
color: #ffffff;
font-family: "Helvetica Neue", Impact, sans-serif;
font-size: 1.1em;
text-align: center;
margin: 0 0 0 0;
clear: both;
height: 100%;
}
#about_view h3 {
text-shadow: 0px 1px 0px rgb(204, 204, 204), 0px 2px 0px rgb(201, 201, 201),
0px 3px 0px rgb(187, 187, 187), 0px 4px 0px rgb(185, 185, 185),
0px 5px 0px rgb(170, 170, 170), 0px 6px 1px rgba(0, 0, 0, 0.1),
0px 0px 5px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3),
0px 3px 5px rgba(0, 0, 0, 0.2), 0px 5px 10px rgba(0, 0, 0, 0.25),
0px 20px 20px rgba(0, 0, 0, 0.15);
letter-spacing: 0.02em;
text-transform: uppercase;
text-align: center;
font-size: 1.5em;
margin: 0 0 20px 0;
}
#about_view div {
margin: 0 0 5px 0;
}
.background-1 {
background: #282537;
background-image: -webkit-radial-gradient(
top,
circle cover,
#3c3b52 0%,
#252233 80%
);
background-image: -moz-radial-gradient(
top,
circle cover,
#3c3b52 0%,
#252233 80%
);
background-image: -o-radial-gradient(
top,
circle cover,
#3c3b52 0%,
#252233 80%
);
background-image: radial-gradient(top, circle cover, #3c3b52 0%, #252233 80%);
}
.background-2 {
background: #092756;
background: -moz-radial-gradient(
0% 100%,
ellipse cover,
rgba(104, 128, 138, 0.4) 10%,
rgba(138, 114, 76, 0) 40%
),
-moz-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4)
100%),
-moz-linear-gradient(-45deg, #670d10 0%, #092756 100%);
background: -webkit-radial-gradient(
0% 100%,
ellipse cover,
rgba(104, 128, 138, 0.4) 10%,
rgba(138, 114, 76, 0) 40%
),
-webkit-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(
42,
60,
87,
0.4
)
100%),
-webkit-linear-gradient(-45deg, #670d10 0%, #092756 100%);
background: -o-radial-gradient(
0% 100%,
ellipse cover,
rgba(104, 128, 138, 0.4) 10%,
rgba(138, 114, 76, 0) 40%
),
-o-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4)
100%),
-o-linear-gradient(-45deg, #670d10 0%, #092756 100%);
background: -ms-radial-gradient(
0% 100%,
ellipse cover,
rgba(104, 128, 138, 0.4) 10%,
rgba(138, 114, 76, 0) 40%
),
-ms-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4)
100%),
-ms-linear-gradient(-45deg, #670d10 0%, #092756 100%);
background: -webkit-radial-gradient(
0% 100%,
ellipse cover,
rgba(104, 128, 138, 0.4) 10%,
rgba(138, 114, 76, 0) 40%
),
linear-gradient(
to bottom,
rgba(57, 173, 219, 0.25) 0%,
rgba(42, 60, 87, 0.4) 100%
),
linear-gradient(135deg, #670d10 0%, #092756 100%);
}
.background-3 {
background-image: linear-gradient(#8b9da9, #fff6e4);
box-shadow: inset 0 0 100px hsla(0, 0%, 0%, 0.3);
}
.background-4 {
background: rgb(105, 155, 200);
background: -moz-radial-gradient(
top left,
ellipse cover,
rgba(105, 155, 200, 1) 0%,
rgba(181, 197, 216, 1) 57%
);
background: -webkit-gradient(
radial,
top left,
0px,
top left,
100%,
color-stop(0%, rgba(105, 155, 200, 1)),
color-stop(57%, rgba(181, 197, 216, 1))
);
background: -webkit-radial-gradient(
top left,
ellipse cover,
rgba(105, 155, 200, 1) 0%,
rgba(181, 197, 216, 1) 57%
);
background: -o-radial-gradient(
top left,
ellipse cover,
rgba(105, 155, 200, 1) 0%,
rgba(181, 197, 216, 1) 57%
);
background: -ms-radial-gradient(
top left,
ellipse cover,
rgba(105, 155, 200, 1) 0%,
rgba(181, 197, 216, 1) 57%
);
background: radial-gradient(
ellipse at top left,
rgba(105, 155, 200, 1) 0%,
rgba(181, 197, 216, 1) 57%
);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699bc8', endColorstr='#b5c5d8',GradientType=1 );
}
.background-5 {
background-image: linear-gradient(
45deg,
rgba(194, 233, 221, 0.5) 1%,
rgba(104, 119, 132, 0.5) 100%
),
linear-gradient(-45deg, #494d71 0%, rgba(217, 230, 185, 0.5) 80%);
}
.background-6 {
background: rgb(244, 226, 156);
background: -moz-linear-gradient(
-45deg,
rgba(244, 226, 156, 0) 0%,
rgba(59, 41, 58, 1) 100%
),
-moz-linear-gradient(left, rgba(244, 226, 156, 1) 0%, rgba(130, 96, 87, 1)
100%);
background: -webkit-linear-gradient(
-45deg,
rgba(244, 226, 156, 0) 0%,
rgba(59, 41, 58, 1) 100%
),
-webkit-linear-gradient(left, rgba(244, 226, 156, 1) 0%, rgba(
130,
96,
87,
1
)
100%);
background: -o-linear-gradient(
-45deg,
rgba(244, 226, 156, 0) 0%,
rgba(59, 41, 58, 1) 100%
),
-o-linear-gradient(left, rgba(244, 226, 156, 1) 0%, rgba(130, 96, 87, 1)
100%);
background: -ms-linear-gradient(
-45deg,
rgba(244, 226, 156, 0) 0%,
rgba(59, 41, 58, 1) 100%
),
-ms-linear-gradient(left, rgba(244, 226, 156, 1) 0%, rgba(130, 96, 87, 1)
100%);
background: linear-gradient(
135deg,
rgba(244, 226, 156, 0) 0%,
rgba(59, 41, 58, 1) 100%
),
linear-gradient(
to right,
rgba(244, 226, 156, 1) 0%,
rgba(130, 96, 87, 1) 100%
);
}
|