1 /* ==========================================================================
2 Elegantish Template for Jirafeau V1.1
3 Based on the standard Courgette template, re-styled by JordyV
7 Css moved from 'style.css.php', This makes editing things a little nicer, because the Atom editor's sytax highlighting works
8 better in a plain css file. This is a personal preference, you can move it back to 'style.css.php' and it will work fine.
10 Images moved to a seperate 'img' directory, this is also personal preference.
13 Provided under the same licence as Jirafeau, as this is originally the 'Courgette' stylesheet, just edited.
14 ========================================================================== */
17 /* ==========================================================================
29 ========================================================================== */
31 /* ==========================================================================
33 ========================================================================== */
35 /* Call Google Fonts */
36 @import url
(https://fonts
.googleapis
.com
/css?family
=Open
+Sans|Lobster
);
40 background-image: url
("bg1.png"), url
("bg2.png");
41 background-repeat: repeat-x
, repeat
;
42 font-family: 'Lobster', cursive
;
49 font-family: 'Lobster', cursive
;
52 background: url
(logo.png) no-repeat
;
53 background-size: 100% 100%;
63 font-family: 'Lobster', cursive
;
74 border: 7px dashed rgba
(255, 255, 255, 0.7);
96 text-decoration: none
;
99 input
[type
="submit"] {
100 font-family: 'Lobster', cursive
;
103 padding: 0.4em 2.2em;
106 border-bottom: 5px solid
#085B69;
113 input
[type
="password"] {
114 font-family: 'Lobster', cursive
;
120 select
{ width: 100%; }
122 input
[type
="submit"]:hover
,
123 input
[type
="submit"]:focus
{
124 font-family: 'Lobster', cursive
;
136 background: url
(upload.png) no-repeat center
;
137 -webkit-transition: all
0.5s ease
;
138 -moz-transition: all
0.5s ease
;
139 -ms-transition: all
0.5s ease
;
140 -o-transition: all
0.5s ease
;
141 transition: all
0.5s ease
;
144 #upload fieldset:hover
{
145 border-color: #ffffff;
159 #upload.file-selected #file_select
{
163 #upload.file-selected fieldset
{
164 background-image: none
;
167 /* ==========================================================================
169 ========================================================================== */
172 font-family: 'Open Sans', sans-serif
;
180 font-family: 'Open Sans', sans-serif
;
182 text-decoration: none
;
187 text-decoration: underline
;
190 /* ==========================================================================
192 ========================================================================== */
197 background: transparent
;
202 #options tr
{ height: 2.7em; }
204 #option_table tr:first-child
{
209 #option_table td:first-child
{
212 #options input
[type
="submit"] {
217 /* ==========================================================================
219 ========================================================================== */
226 font-family: 'Lobster', cursive
;
232 #upload_finished > p:nth-child
(1) {
233 font-family: 'Lobster', cursive
;
238 #upload_finished div
p:nth-child
(1) {
239 font-family: 'Lobster', cursive
;
244 font-family: 'Lobster', cursive
;
245 text-decoration: none
;
250 font-family: 'Lobster', cursive
;
252 text-decoration: none
;
256 #uploaded_percentage {
257 font-family: 'Lobster', cursive
;
262 #upload_finished a:hover
,
264 #upload_finished a:focus
,
266 font-family: 'Lobster', cursive
;
267 text-decoration: underline
;
272 font-family: 'Lobster', cursive
;
278 #upload_image_email {
281 background: url
(email.png) no-repeat
;
284 /* ==========================================================================
286 ========================================================================== */
288 textarea
[readonly
="readonly"] {
291 font-family: 'Open Sans', sans-serif
;
297 textarea
[readonly
="readonly"] + p
,
298 textarea
[readonly
="readonly"] + p
+ p
{
299 font-family: 'Open Sans', sans-serif
;
304 textarea
[readonly
="readonly"] + p a
,
305 textarea
[readonly
="readonly"] + p
+ p a
{
306 font-family: 'Open Sans', sans-serif
;
308 text-decoration: none
;
312 textarea
[readonly
="readonly"] + p
a:hover
,
313 textarea
[readonly
="readonly"] + p
+ p
a:hover
,
314 textarea
[readonly
="readonly"] + p
a:focus
,
315 textarea
[readonly
="readonly"] + p
+ p
a:focus
{
316 font-family: 'Open Sans', sans-serif
;
317 text-decoration: underline
;
320 /* ==========================================================================
322 ========================================================================== */
325 #install + fieldset
{
328 border: 7px dashed
#bcaaa4;
332 #install + fieldset table
{
334 border-collapse: collapse
;
338 #install + fieldset td
{
347 #install table
form:nth-child
(odd
),
348 #install + fieldset
tr:nth-child
(odd
) {
352 #install fieldset
> form
{
362 #install td:last-child
{ text-align: left
; }
364 #install .info
{ width: 19em; }
366 #install input
[type
="submit"] {
370 #install + fieldset table
{
374 #install + fieldset
td:first-child input
[type
="submit"] {
382 #install + fieldset
td:first-child input
[type
="submit"]:hover
,
383 #install + fieldset
td:first-child input
[type
="submit"]:focus
{
384 text-decoration: underline
;
387 /* ==========================================================================
389 ========================================================================== */
395 border: 7px dashed
#ffffff;
399 #admin + fieldset table
{
401 border-collapse: collapse
;
402 border-bottom: 2px solid
#FFF;
406 #admin + fieldset td
{
408 border: 0px solid
#FFF;
409 border-bottom: 2px solid
#FFF;
416 #admin table
form:nth-child
(odd
),
417 #admin + fieldset
tr:nth-child
(odd
) {
418 background: transparent
;
421 #admin fieldset
> form
{
431 #admin td:last-child
{ text-align: left
; }
433 #admin .info
{ width: 19em; }
435 #admin input
[type
="submit"] {
436 font-family: 'Lobster', cursive
;
440 #admin + fieldset table
{
444 #admin + fieldset
td:first-child input
[type
="submit"] {
445 font-family: 'Lobster', cursive
;
453 #admin + fieldset
td:first-child input
[type
="submit"]:hover
,
454 #admin + fieldset
td:first-child input
[type
="submit"]:focus
{
455 font-family: 'Lobster', cursive
;
456 text-decoration: underline
;
459 /* ==========================================================================
461 ========================================================================== */
464 font-family: 'Lobster', cursive
;
467 background-image: url
('pixel_bomb.png');
468 background-size: 40px 40px;
469 background-repeat: no-repeat
;
472 padding-bottom: 10px;