From aa857c3a40708a1e26736b4bb39d04a7b7a6a119 Mon Sep 17 00:00:00 2001 From: julien Date: Mon, 19 Sep 2011 10:56:34 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20d=E2=80=99un=20th=C3=A8me=20perso.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: julien --- themes/gui.net/bkgd-border.png | Bin 0 -> 1039 bytes themes/gui.net/gui.net.css | 92 +++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 themes/gui.net/bkgd-border.png create mode 100644 themes/gui.net/gui.net.css diff --git a/themes/gui.net/bkgd-border.png b/themes/gui.net/bkgd-border.png new file mode 100644 index 0000000000000000000000000000000000000000..d4e5256635c01366187770286acf257f904e17a4 GIT binary patch literal 1039 zcmaJ=OK1~87~ZtC+R_KTwbH||6;Eb&HZj>|O|f|L}d^|D3B+lP9`6 z4|Y-%)t#6SlVtBBtK&dB`EPE&=px$yj;HaonZ-rfMpRTaGYBMfIfs%+Ru?Y5LSc$( zrL|NVr=`<^V(N_SVwjR{5jI7IM@yEh%pwdjD5n__`rF218fa>SJ{yprWW`Wkn<(38 zx;&Xu%CkyHrAJ3VxFiq(9bp-i^f|*3N)fuME0D8$&C;L>!Lt#1H>k8U1!AU+K!AZ> z1qLAqat!A`%JcjY;Da1wp^xQ!UXB<1J^?~d`)K0LRdfa1UY>Ckrd}NSmx5-$ae7$j=Jc%m_F`6oU$o#BSMq5Y1 zxi_~f%bQzkH&$0~QO_%vANJf44z~|dA6vj$@2B9{ue4|AeJFo?W~SV->Unwh_vd%_ zr0u1CX8l<4>!rc=E!?+qYLVIAmyCBUdseR9eEV#%zZITqoA2mgo_wLR0|V=o{XK&Z iRM0#8eP@TK+WM)dh3h{aojK%jpJ*aJDc&Euu=EG7m`wEm literal 0 HcmV?d00001 diff --git a/themes/gui.net/gui.net.css b/themes/gui.net/gui.net.css new file mode 100644 index 00000000..cfff49d2 --- /dev/null +++ b/themes/gui.net/gui.net.css @@ -0,0 +1,92 @@ +/* ------ DISPLAY ------ */ +body.simplemenu-enabled{margin-top:23px;} +.simplemenu-block{height:23px;position:fixed;top:0;left:0;width:100%;} +ul#simplemenu,ul#simplemenu *{margin:0;padding:0;list-style:none;} +ul#simplemenu{line-height:1.0;position:relative;width:100%;z-index:9999;} +ul#simplemenu ul{position:absolute;top:-999em;width:14em;font-size:1em;line-height:1em;} +ul#simplemenu ul li{width:100%;} +ul#simplemenu a{width:auto;} +ul#simplemenu li{float:left;position:relative;z-index:99;} +ul#simplemenu a{display:block;} +ul#simplemenu li:hover ul, +ul#simplemenu li.sfHover ul{left:0px;top:30px;} +ul#simplemenu li:hover li ul, +ul#simplemenu li.sfHover li ul{top:-999em;} +ul#simplemenu li li:hover ul, +ul#simplemenu li li.sfHover ul{left:14em;top:-1px;} +.superfish li:hover ul, +.superfish li li:hover ul{top:-999em;} +ul#simplemenu:after{ + clear: both; + content: '.'; + display: block; + height:0px; + overflow:hidden; + visibility:hidden; + width:0px; +} + + +/* ------ STYLE ------ */ +ul#simplemenu { + background-color:#333; + border-bottom: 1px dotted #9A9A9A; + box-shadow: 0 0 15px #000000 inset; + -moz-box-shadow: 0 0 15px #000000 inset; + -webkit-box-shadow: 0 0 15px #000000 inset; +} +.simplemenu-block:after{ + content:'by g.u.i.'; + color:#fff; + font: italic 600 1em 'Baskerville',serif; + display:block; + position:fixed; + top:6px; + right:1em; + z-index:10000; +} +ul#simplemenu li:hover ul, +ul#simplemenu li.sfHover ul{ + background:#1a1a1a; + border: 1px dotted #9A9A9A; + padding: 6px 0; +} +ul#simplemenu li:hover ul:before, +ul#simplemenu li.sfHover ul:before{ + background:url('bkgd-border.png') 15px 0 no-repeat; + content:''; + display:block; + height:9px; + margin-top:-15px; + width:100%; +} + + + +/* ------ FONT ------ */ +.simplemenu-block{font:normal normal 100 11px/1em 'Monaco','Lucida Console','Consolas',monospace;color:#fff;} +ul#simplemenu a{color:#fff;margin:4px;padding:2px;text-decoration:none;word-spacing:-.35em; + transition: background-color .5s, color .5s; + -moz-transition: background-color .5s, color .5s; + -o-transition: background-color .5s, color .5s; + -webkit-transition: background-color .5s, color .5s; +} +ul#simplemenu>li.first a{color:#777;} + +ul#simplemenu li.sfHover>a, +ul#simplemenu a:focus, +ul#simplemenu a:hover, +ul#simplemenu a:active{ + color: #000; + background-color:#fff; + transition-duration:0s; + -moz-transition-duration:0s; + -o-transition-duration:0s; + -webkit-transition-duration:0s; +} +ul#simplemenu>li.first a:focus, +ul#simplemenu>li.first a:hover, +ul#simplemenu>li.first a:active{ + color: #000; + background-color:#cc3733; +} \ No newline at end of file