Author: cedric@yterium.com
Date: Mon Jul 31 18:44:52 2006
New Revision: 4325
Log:
css plus a mon gout avec les onglets verticaux a droite de l'article
Modified:
_plugins_/_squelettes_/pagination_article/tabs.css
Modified: _plugins_/_squelettes_/pagination_article/tabs.css
--- _plugins_/_squelettes_/pagination_article/tabs.css (original)
+++ _plugins_/_squelettes_/pagination_article/tabs.css Mon Jul 31 18:44:52 2006
@@ -1,23 +1,24 @@
/* tabs */
.anchors {
+ float: right;
list-style: none;
margin: 0;
- padding: 0 0 1px;
-}
-.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
- display: block;
- clear: both;
- content: " ";
+ padding: 0px;
+width:17%;
+margin-left:0.5em;
+background: #EEE;
+border-left:1px solid white;
+border-bottom:1px solid #eee;
}
.anchors li {
- float: left;
margin: 0 1px 0 0;
+border-bottom:1px solid white;
}
.anchors a {
display: block;
position: relative;
top: 1px;
- border: 1px solid #eaeaea;
+ border: 1px solid #EEE;
border-bottom: 0;
z-index: 2;
padding: 2px 9px 1px;
@@ -31,9 +32,13 @@
.anchors a:focus, .anchors a:active {
outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}
-.anchors .on a, .anchors a:hover, .anchors a:focus, .anchors a:active,
+.anchors .on a, .anchors a:hover, .anchors a:focus, .anchors a:active{
+background:#fff;
+border-left:1px solid #ccc;
+border-bottom:1px solid #ccc;
+}
.anchor {
- background: #eaeaea;
+ background: #EEE;
}
.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
cursor: text;