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
;
282 #upload_image_email {
283 padding-bottom: 15px;
285 background: url
(email.png) no-repeat
;
288 /* ==========================================================================
290 ========================================================================== */
292 textarea
[readonly
="readonly"] {
295 font-family: 'Open Sans', sans-serif
;
301 textarea
[readonly
="readonly"] + p
,
302 textarea
[readonly
="readonly"] + p
+ p
{
303 font-family: 'Open Sans', sans-serif
;
308 textarea
[readonly
="readonly"] + p a
,
309 textarea
[readonly
="readonly"] + p
+ p a
{
310 font-family: 'Open Sans', sans-serif
;
312 text-decoration: none
;
316 textarea
[readonly
="readonly"] + p
a:hover
,
317 textarea
[readonly
="readonly"] + p
+ p
a:hover
,
318 textarea
[readonly
="readonly"] + p
a:focus
,
319 textarea
[readonly
="readonly"] + p
+ p
a:focus
{
320 font-family: 'Open Sans', sans-serif
;
321 text-decoration: underline
;
324 /* ==========================================================================
326 ========================================================================== */
329 #install + fieldset
{
332 border: 7px dashed
#bcaaa4;
336 #install + fieldset table
{
338 border-collapse: collapse
;
342 #install + fieldset td
{
351 #install table
form:nth-child
(odd
),
352 #install + fieldset
tr:nth-child
(odd
) {
356 #install fieldset
> form
{
366 #install td:last-child
{ text-align: left
; }
368 #install .info
{ width: 19em; }
370 #install input
[type
="submit"] {
374 #install + fieldset table
{
378 #install + fieldset
td:first-child input
[type
="submit"] {
386 #install + fieldset
td:first-child input
[type
="submit"]:hover
,
387 #install + fieldset
td:first-child input
[type
="submit"]:focus
{
388 text-decoration: underline
;
391 /* ==========================================================================
393 ========================================================================== */
399 border: 7px dashed
#ffffff;
403 #admin + fieldset table
{
405 border-collapse: collapse
;
406 border-bottom: 2px solid
#FFF;
410 #admin + fieldset td
{
412 border: 0px solid
#FFF;
413 border-bottom: 2px solid
#FFF;
420 #admin table
form:nth-child
(odd
),
421 #admin + fieldset
tr:nth-child
(odd
) {
422 background: transparent
;
425 #admin fieldset
> form
{
435 #admin td:last-child
{ text-align: left
; }
437 #admin .info
{ width: 19em; }
439 #admin input
[type
="submit"] {
440 font-family: 'Lobster', cursive
;
444 #admin + fieldset table
{
448 #admin + fieldset
td:first-child input
[type
="submit"] {
449 font-family: 'Lobster', cursive
;
457 #admin + fieldset
td:first-child input
[type
="submit"]:hover
,
458 #admin + fieldset
td:first-child input
[type
="submit"]:focus
{
459 font-family: 'Lobster', cursive
;
460 text-decoration: underline
;
463 /* ==========================================================================
465 ========================================================================== */
468 font-family: 'Lobster', cursive
;
471 background-image: url
('pixel_bomb.png');
472 background-size: 40px 40px;
473 background-repeat: no-repeat
;
476 padding-bottom: 10px;