scratch/content/css/gen_webkit.css

183 lines
3.1 KiB
CSS
Raw Normal View History

-----
2010-06-23 14:08:45 +00:00
-----
2010-06-23 14:08:45 +00:00
$rouge_clair: #cc0000
$rouge_fonce: #6c0000
$blanc_fonce: #dddddd
$gris_fonce: #888888
$texte_normal: #222222
$texte_attenue: #666666
$tiny_radius: 10px
$small_radius: 20px
$large_radius: 27px
=tinyround
2010-06-23 14:08:45 +00:00
-webkit-border:
top-left-radius: 1px
top-right-radius: $tiny_radius
bottom-left-radius: $tiny_radius
bottom-right-radius: $tiny_radius
=downsmallround
2010-06-23 14:08:45 +00:00
-webkit-border:
top-left-radius: 0px
top-right-radius: 0px
bottom-left-radius: $small_radius
bottom-right-radius: $small_radius
=smallround
2010-06-23 14:08:45 +00:00
-webkit-border:
top-left-radius: 1px
top-right-radius: $small_radius
bottom-left-radius: $small_radius
bottom-right-radius: $small_radius
=largeround
2010-06-23 14:08:45 +00:00
-webkit-border:
top-left-radius: 1px
top-right-radius: $large_radius
bottom-left-radius: $large_radius
bottom-right-radius: $large_radius
=first_round_base
2010-06-23 14:08:45 +00:00
-webkit-border:
top-left-radius: 1px
bottom-left-radius: 1px
bottom-right-radius: 1px
=large_first_round
2010-06-23 14:08:45 +00:00
-webkit-border:
top-right-radius: $large_radius
bottom-right-radius: 1px
=small_first_round
2010-06-23 14:08:45 +00:00
-webkit-border:
top-right-radius: $small_radius
bottom-right-radius: 1px
=tiny_first_round
2010-06-23 14:08:45 +00:00
-webkit-border:
top-right-radius: $tiny_radius
bottom-right-radius: 1px
.corps h1
2010-06-23 14:08:45 +00:00
-webkit-border:
top-left-radius: 0px
top-right-radius: 29px
bottom-left-radius: 0px
bottom-right-radius: 29px
.corps h2
2010-06-23 14:08:45 +00:00
-webkit-border:
top-left-radius: 0px
top-right-radius: $small_radius
bottom-left-radius: 0px
bottom-right-radius: $small_radius
.corps h3,
.corps h4
2010-06-23 14:08:45 +00:00
-webkit-border:
top-left-radius: 0px
top-right-radius: $tiny_radius
bottom-left-radius: 0px
bottom-right-radius: $tiny_radius
.corps h1,
.corps h2,
.corps h3,
.corps h4
2010-06-23 14:08:45 +00:00
-webkit-box-shadow: 0 1px white
// ------- Fin des definitions ------------
#entete
+downsmallround
#titre
+largeround
2010-05-05 12:38:04 +00:00
.encadre,
.black,
.red,
.shadow,
.return a,
#liens ul li a:hover,
2010-06-25 14:39:33 +00:00
#liens ul li span.active,
2010-06-24 05:43:49 +00:00
#content > #choix > #choixlang ul li a,
2010-06-24 15:06:16 +00:00
#clickcomment,
#rss,
blockquote
+smallround
img
+tinyround
#sousliens,
pre.twilight,
#bottom,
#blocMessage,
#presentation,
#Menu,
table.description tr td,
.corps
+tinyround
.nojsbutton,
.corps
+largeround
// --- bords arrondis
2010-06-23 14:08:45 +00:00
#content
+largeround
// --- les ombres
#choix ul li.activelang
+tinyround
.impact, .darkimpact
+largeround
#rss a
+smallround
#menuMessage
+downsmallround
2010-06-23 14:08:45 +00:00
2010-04-18 08:45:29 +00:00
.corps h1.first
+large_first_round
.corps h2.first
+small_first_round
2010-06-23 14:08:45 +00:00
/* Shadows
2010-04-27 23:08:42 +00:00
.corps, #bottom, #sousliens
2010-06-23 14:08:45 +00:00
-webkit-box-shadow: 0px 2px 5px #333333
2010-05-08 13:33:26 +00:00
#titre, #entete, .date
2010-06-23 14:08:45 +00:00
-webkit-box-shadow: 0px 0px 5px black
=white
2010-06-23 14:08:45 +00:00
background-image: -webkit-gradient(radial, 30% 150, 0, 30% 150, 300, from(white), to(#dddddd))
#entete, #sousliens, .corps
+white
2010-05-08 13:33:26 +00:00
.date
2010-06-23 14:08:45 +00:00
-webkit-border:
top-left-radius: 1px
top-right-radius: $tiny_radius
bottom-left-radius: $tiny_radius
bottom-right-radius: $tiny_radius
2010-05-08 13:33:26 +00:00
.month
2010-06-23 14:08:45 +00:00
-webkit-border:
top-right-radius: $tiny_radius
2010-05-08 13:33:26 +00:00
.year
2010-06-23 14:08:45 +00:00
-webkit-border:
top-right-radius: 1px
bottom-left-radius: $tiny_radius
bottom-right-radius: $tiny_radius