Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.


 
AccueilAccueil  RechercherRechercher  Dernières imagesDernières images  S'enregistrerS'enregistrer  ConnexionConnexion  
Le Deal du moment :
Display Star Wars Unlimited Ombres de la Galaxie : ...
Voir le deal

 

 Pages de styles pour MyBookmarks

Aller en bas 
AuteurMessage
kaihansen
Admin
kaihansen


Nombre de messages : 134
Localisation : Dans les nuages

Pages de styles pour MyBookmarks Empty
MessageSujet: Pages de styles pour MyBookmarks   Pages de styles pour MyBookmarks Icon_minitimeVen 7 Jan - 17:05

Bonjour,

Je vais remettre les différentes pages de styles sous sous forme de page HTML.
Allez on commence :
Le style 2Mars :
Pages de styles pour MyBookmarks 2011-011

Code:
body {
  width:100%;
  background: #dadce4 none repeat scroll 0% 50%;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 0.8em;
}
table {
width:80%;
  border: 0px solid #000000;
  margin: 0 auto;
  background-color: #ffffff;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
}
.folder {
  border: 2px solid #007fe0;
  padding: 0px;
  background-color: #e3e4e3;
  margin-bottom: 10px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}
h2 {
  border: 1px solid #ffffff;
  margin: 0;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #007fe0;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}
span {
  margin: 3px 0px 3px 0;
  display: block;
}
h2:hover {
  background-color: #0067c7;
  color: #ffffff;
}
.separator {
  margin: 1px 0;
  padding: 1px 0;
  background-color: black;
}
li {
  border: 1px dotted #ffffff;
  padding: 5px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}
li:hover {
  border: 1px solid #ffffff;
  background-color: #7abbff;
}
li a:hover {
  color: #654321;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}
td {
  padding: 15px;
  vertical-align: top;
}
img {
  border:  none;
  max-width: 16px;
  max-height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
ul {
  margin: 0;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  white-space: nowrap;
}
h2 a {
  color: #ffffcc;
}
h2 a:hover {
  color: #ffffff;
}
a {
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
a:hover {
  color: #3a84f7;
  background-color: transparent;
}
#folder li {
  border-style: solid;
  border-width: 2px;
}
#searchForm {
width:100% !important;
text-align: center !important;
margin-top:20px !important;
margin-bottom:5px !important;
}


Dernière édition par kaihansen le Ven 1 Avr - 8:11, édité 3 fois
Revenir en haut Aller en bas
kaihansen
Admin
kaihansen


Nombre de messages : 134
Localisation : Dans les nuages

Pages de styles pour MyBookmarks Empty
MessageSujet: Re: Pages de styles pour MyBookmarks   Pages de styles pour MyBookmarks Icon_minitimeVen 7 Jan - 17:08

Le style Barisko :

Pages de styles pour MyBookmarks 2011-012

Code:
body {
  margin: 0px;
  padding: 30px 0px 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 0.7em;
  background-color: #d4eef7;
 
}
table {
  border: 2px solid #003366;
  margin: 0 auto;
  background-color: #078fc2;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  padding-top: 25px;
  padding-right: 5px;
  padding-left: 5px;
}
table td {
  padding: 10px;
  vertical-align: top;
}
table .folder {
  border: 2px solid #003366;
  background-color: #f0f0f0;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 2px;
}
table h2 {
  margin: 0px 0px 1px;
  padding: 3px;
  font-weight: bold;
  text-align: center;
  background-color: #003366;
  font-size: 1em;
  font-family: "Trebuchet MS","Lucida Grande",sans-serif;
  font-style: italic;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}
h2,
h2 a {
  text-decoration: none;
  color: white;
}
h2 a:hover {
  color: #6680aa;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul li a {
  padding: 3px 5px 3px 10px;
  text-decoration: none;
  white-space: nowrap;
  color: #000000;
  list-style-position: inside;
  list-style-type: disc;
  display: list-item;
}
ul li a:hover {
  color: #ffffff;
  background-color: #8e2949;
}
ul li a:visited {
  color: #8e2949;
}
ul li a:visited:hover {
  color: #ffffff;
  background-color: #8e2949;
}
ul li a img {
  border:  none;
  margin: -1px 4px -1px -18px;
  padding: 1px;
  max-width: 14px;
  max-height: 14px;
  vertical-align: top;
  background-color: #f0f0f0;
}
.separator {
  border-top: 1px dashed #003366;
  height: 1px;
  margin-top: 1px;
}
#searchForm {
width:100% !important;
text-align: center !important;
margin-top:20px !important;
margin-bottom:5px !important;
}


Dernière édition par kaihansen le Ven 1 Avr - 8:11, édité 1 fois
Revenir en haut Aller en bas
kaihansen
Admin
kaihansen


Nombre de messages : 134
Localisation : Dans les nuages

Pages de styles pour MyBookmarks Empty
MessageSujet: Re: Pages de styles pour MyBookmarks   Pages de styles pour MyBookmarks Icon_minitimeVen 7 Jan - 17:18

Le style Matmac
Pages de styles pour MyBookmarks 2011-014
Code:
body {
  margin: 0px ! important;
  padding: 0px ! important;
  background-image: none ! important;
  background-repeat: repeat ! important;
  background-attachment: scroll ! important;
  background-position: 0% 50% ! important;
  width: 100% ! important;
  font-size: medium ! important;
  background-color: #c5c5c5;
}
table {
  margin: 20px;
  background-position:  center center;
  background-repeat: no-repeat;
  background-color: #dedfde; /*modif par kaihansen, dans l'original le background etait une photo*/
}
td {
  vertical-align: top;
  background-color: transparent;
}
.folder {
  border: 1px solid navy ! important;
  margin: 15px ! important;
  padding: 0px ! important;
  -moz-border-radius-topleft: 8px ! important;
  -moz-border-radius-topright: 8px ! important;
  width: 90% ! important;
}
.folder h2 {
  margin: 0px ! important;
  padding: 4px 2px ! important;
  background: #d2b48c none repeat scroll 0% 50% ! important;
  -moz-border-radius-topleft: 8px ! important;
  -moz-border-radius-topright: 8px ! important;
  font-family: hotdog;
  font-size: 1.1em ! important;
  color: black ! important;
  text-align: center ! important;
}
ul {
  margin: 3px ! important;
  padding: 0px ! important;
  list-style-type: none ! important;
  list-style-image: none ! important;
  list-style-position: outside ! important;
  line-height: 125% ! important;
  display: block ! important;
}
li {
  border-style: none none solid;
  background: #ff6600 none repeat scroll 0% 50% ! important;
  margin-bottom: 5px;
  list-style-position: inside;
  display: inline;
  border-bottom-width: 1px;
}
li:hover {
  background: #ffffcc none repeat scroll 0% 50%;
}
a {
  border-bottom: 1px solid #99cccc ! important;
  text-decoration: none;
  display: block;
  font-family: lucida calligraphy;
  color: black;
  font-size: 1em;
  background-color: transparent;
}
a:hover {
  font-family: lucida calligraphy;
  background-color: white;
  color: black;
  font-size: 1em;
}
.folder h2 a {
  color: white;
}
.folder h2 a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #cc6600;
}
img.favicon {
  border:  none;
  margin-right: 3px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: middle;
}
#searchForm {
width:100% !important;
text-align: center !important;
margin-top:20px !important;
margin-bottom:5px !important;
}


Dernière édition par kaihansen le Ven 1 Avr - 8:15, édité 1 fois
Revenir en haut Aller en bas
kaihansen
Admin
kaihansen


Nombre de messages : 134
Localisation : Dans les nuages

Pages de styles pour MyBookmarks Empty
MessageSujet: Re: Pages de styles pour MyBookmarks   Pages de styles pour MyBookmarks Icon_minitimeVen 7 Jan - 17:22

bubbles
Pages de styles pour MyBookmarks 2011-015
Code:
body {
  font-family: 'trebuchet ms',arial,helvetica,sans-serif;
  font-size: 0.8em;
  background-color: #ffffff;
}
table {
  margin: 0 auto;
  background-color: #e4ecec;
}
.folder {
  border-style: solid;
  border-color: #ffffff #aac3c3 #aac3c3 #ffffff;
  border-width: 1px;
  background-color: #c0dcdc;
  margin-bottom: 10px;
}
h2 {
  border-style: solid;
  border-color: #ffffff #aed48f #aed48f #ffffff;
  border-width: 1px;
  margin: 0;
  padding: 3px 5px;
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  background-color: #c4efa1;
}
h2 a {
  color: #1d9101;
}
.separator {
  margin: 1px 0;
  padding: 1px 0;
  background-color: #c4efa1;
}
li {
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-bottom: 1px solid #6600cc;
  padding: 3px 0;
}
td {
  padding: 15px;
  vertical-align: top;
}
img {
  border:  none;
  max-width: 16px;
  max-height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
ul {
  margin: 0;
  padding: 5px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  white-space: nowrap;
}
a {
  color: #6b5c78;
  text-decoration: none;
  white-space: nowrap;
}
a:hover {
  text-decoration: none;
  background-color: #aeccff;
  color: #9c73a4;
}
#searchForm {
width:100% !important;
text-align: center !important;
margin-top:20px !important;
margin-bottom:5px !important;
}


Dernière édition par kaihansen le Ven 1 Avr - 8:17, édité 1 fois
Revenir en haut Aller en bas
kaihansen
Admin
kaihansen


Nombre de messages : 134
Localisation : Dans les nuages

Pages de styles pour MyBookmarks Empty
MessageSujet: Re: Pages de styles pour MyBookmarks   Pages de styles pour MyBookmarks Icon_minitimeVen 7 Jan - 17:29

niKO
Pages de styles pour MyBookmarks 2011-016
Code:
body {
  background: #666666;
  margin: 20px;
  padding: 0px;
  font-size: 11px;
}
table {
  margin-top: 10px;
  background: #F0F0F0;
  -moz-border-radius: 8px;
}
td {
  vertical-align: top;
  padding: 5px;
}
.folder {
  -moz-border-radius: 10px;
  border: 1px dashed grey;
  margin-top: 10px;
  padding: 0px;
}
.folder h2 {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  margin:0px;
  //padding:4px 2px;
  font-size: small;
  background: #7F9E56;
  color: white;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
  margin: 6px;
  padding: 0px;
  line-height: 15px;
  list-style-type: none;
}
li {
  margin-bottom: 5px;
  line-height: 15px;
}
li:hover {
  background: #667E45;
}
a {
  text-decoration: none;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
  text-decoration: none;
  color:#ffffff;
}
ul li a:visited {
    color: #000000;
    font-weight: bold;
    //opacity:0.6;
    background-color: #cccccc;
}
ul li a:visited:hover {
    color: #ffffff;
    font-weight: bold;
    //opacity:0.6;
    background-color: #667E45;
}
ul li a {
    text-decoration: none;
    color: #000000;
    list-style-position: inside;
    list-style-type: disc;
    display: list-item;
    padding-left: 5px;
}
.folder h2 a {
  color:#000000;
}
.folder h2 a:hover {
  text-decoration: underline;
  color: #667E45;
}
img.favicon {
    max-width: 16px;
    max-height: 16px;
    vertical-align: top;
    border: 0;
    margin-right: 4px;
    margin-left: -20px;
    margin-top: 0px;
    margin-bottom: -1px;
    background-color: #F0F0F0;
    padding: 1px;
}
#searchForm {
width:100% !important;
text-align: center !important;
margin-top:20px !important;
margin-bottom:5px !important;
}


Dernière édition par kaihansen le Ven 1 Avr - 8:20, édité 1 fois
Revenir en haut Aller en bas
kaihansen
Admin
kaihansen


Nombre de messages : 134
Localisation : Dans les nuages

Pages de styles pour MyBookmarks Empty
MessageSujet: Re: Pages de styles pour MyBookmarks   Pages de styles pour MyBookmarks Icon_minitimeDim 9 Jan - 19:28

Mathieu
Pages de styles pour MyBookmarks 2011-017
Code:
body {
  margin: 0px;
  padding: 30px 0px 0px;
  height: 250px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 0.7em;
  background-color: #d7d7d7;
}
td {
  padding: 12px;
  vertical-align: top;
}
folder {
  border-left: 2px solid #7198fa;
  padding-bottom: 10px;
  margin-bottom: 50px;
  margin-top: 2px;
}
h2 {
  margin: 0px 0px 1px;
  padding: 3px;
  font-weight: bold;
  text-align: center;
  background-color: #7198fa;
  font-size: 1.3em;
  font-family: "Trebuchet MS","Lucida Grande",sans-serif;
  font-style: italic;
}
h2 a {
  text-decoration: none;
  color: #ffffff;
}
h2 a:hover {
  color: #0347fa;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul li a {
  padding: 3px 5px 3px 10px;
  text-decoration: none;
  white-space: nowrap;
  color: #000000;
  list-style-position: inside;
  display: list-item;
}
ul li a:hover {
  color: #ffffff;
  background-color: #6e6e6e;
}
ul li a:visited {
  color: #0347fa;
}
ul li a:visited:hover {
  color: #ffffff;
  background-color: #6e6e6e;
}
ul li a img {
  border:  none;
  margin: -1px 4px -1px -18px;
  padding: 1px;
  max-width: 14px;
  max-height: 14px;
  vertical-align: top;
  background-color: #f0f0f0;
}
#searchForm {
width:100% !important;
text-align: center !important;
margin-top:20px !important;
margin-bottom:5px !important;
}



Dernière édition par kaihansen le Ven 1 Avr - 8:22, édité 1 fois
Revenir en haut Aller en bas
kaihansen
Admin
kaihansen


Nombre de messages : 134
Localisation : Dans les nuages

Pages de styles pour MyBookmarks Empty
MessageSujet: Re: Pages de styles pour MyBookmarks   Pages de styles pour MyBookmarks Icon_minitimeDim 9 Jan - 19:32

zochblack

Pages de styles pour MyBookmarks 2011-018

Code:
body{
  background: black;
  margin: 0px;
  padding: 0px;
  font-size:11px;
  font-family:Verdana;
 
  }

/* ---------- Barre de recherche ----------*/


/* Tableau général */

table {
  margin: 20px 12px;
  background-color:black;
  width:700px;
  margin-left:auto;
  margin-right:auto;
 
}

td {
  vertical-align: top;
}

/* Liste des liens de chaque répertoire */

.folder {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border: 3px solid #CCC;
  margin-top: 2px;
  margin-bottom: 20px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0px;
  width:200px;
  background-color: black;
 /* background-image:url(chrome://mybookmarks/content/Bush.bmp); */
}

/* #folder_214 {
  border: 0p;
  padding: 0px;
  background-color: red;
} */

/* Titre des répertoire */

.folder h2 {
  -moz-border-radius-topleft:0px;
  -moz-border-radius-topright:0px;
  margin:0px;
  padding:2px 2px;
  background: #CCC;
  color: black;
  text-align: center;
  font-size:11px;
  border-bottom:0px solid #CCC;
}

/* liste des liens de chaque répertoire */

ul {
  margin: 3px;
  padding: 0px;
  list-style: none;
  line-height: 125%;
}
li {
  margin-bottom: 5px;
  border: 1px solid black;
}
li:hover {
  background: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 8px solid #ccc;
  -moz-border-radius-topright:6px;
  -moz-border-radius-bottomright:6px;
  padding-left: 2px;

}
a { font-size:10px;
  text-decoration: none;
  font-weight:bold;
  color:#CCC;
}
a:hover { font-size:10px;
  text-decoration: none;
 color: white;
}
.folder h2 a {
  color:black;
}
.folder h2 a:hover {
  text-decoration: underline;
  background: #ccc;
  color: #000;
  font-weight: bold;
}
img.favicon {
  border:0pt none;
  margin-right:3px;
  max-height:16px;
  max-width:16px;
  vertical-align:middle;
}


Dernière édition par kaihansen le Ven 1 Avr - 8:24, édité 1 fois
Revenir en haut Aller en bas
kaihansen
Admin
kaihansen


Nombre de messages : 134
Localisation : Dans les nuages

Pages de styles pour MyBookmarks Empty
MessageSujet: Re: Pages de styles pour MyBookmarks   Pages de styles pour MyBookmarks Icon_minitimeDim 9 Jan - 19:35

Rodolphe
Pages de styles pour MyBookmarks 2011-019
Code:
body {
  font-family: arial,helvetica lighter,sans-serif;
  font-size: 0.8em;
  font-weight: lighter;
  background-color: #333333;
}
table {
  margin: 0 auto;
  background-color: #666666;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}
h2 {
  padding: 3px 5px;
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  background-color: #494949;
  margin-bottom: 0;
  -moz-border-radius-topleft: 18px;
  -moz-border-radius-topright: 18px;
  -moz-border-radius-bottomright: 18px;
  -moz-border-radius-bottomleft: 18px;
color:gray;
}
li {
  padding: 3px 0;
}
td {
  padding: 9px;
  vertical-align: top;
}
td {
  border: 1px solid #6d6d6d;
  padding: 5px;
  vertical-align: top;
}
td:hover {
  border-color: #333333;
}
ul {
  margin: 10px;
  padding: 7px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  white-space: nowrap;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #f7aa12;
}
#folder {
  padding: 2.8em;
  width: 100%;
  background-color: #6d6d6d;
}
.separator {
  margin: 1px 0;
  padding: 1px 0;
  background-color: black;
}
img {
  border:  none;
  max-width: 16px;
  max-height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
#searchForm {
width:100% !important;
text-align: center !important;
margin-top:20px !important;
margin-bottom:15px !important;
}


Dernière édition par kaihansen le Ven 1 Avr - 8:26, édité 1 fois
Revenir en haut Aller en bas
kaihansen
Admin
kaihansen


Nombre de messages : 134
Localisation : Dans les nuages

Pages de styles pour MyBookmarks Empty
MessageSujet: Re: Pages de styles pour MyBookmarks   Pages de styles pour MyBookmarks Icon_minitimeLun 10 Jan - 18:10

Andrew
Pages de styles pour MyBookmarks 2011-021
Code:
body {
background-color: Background;
font: 12px verdana, helvetica, sans-serif;
padding-top: 4em;
margin: 2em;
}

a {
text-decoration: none;
display: block;
}


a img {
border: 0em;
width: 16px;
height: 16px;
padding-right: 5px }

.bar {
background-color: Menu;
color: MenuText;
border: dotted black 2px;
padding: 3px }

.bar * {
display: inline;
}

.bar li {
list-style: none;
}

.bar a {
color: MenuText;
white-space: nowrap;
padding-left: .5em;
}

.bar a:hover {
text-decoration: underline;
border-color: ThreedShadow;
}

table td {
-moz-column-count: 3;
border: 1px solid black;
vertical-align: top;
padding: 5px;
-moz-border-radius: 1em 1em 1em 1em;
background: #B7B7FF;
}

table td:hover {
background: #999FFF;
padding: 5px;
}

table td:hover {
border-color: #000000;
}

.folder {
border: 1px solid black;
-moz-border-radius: 10px 10px 10px 10px;
margin-bottom: 1em;
color: CaptionText;
background: #CCDFF4;
}

.folder h2 {
margin: 0em;
padding: 0em;

}

.folder h2 {
margin: 0em 0em .2em 0em;
padding: .3em;
background-color: #91BAE8;
color: CaptionText;
font-size: small;
font-weight: bold;
cursor: pointer;
border: dotted black 1.04px;
-moz-border-radius: 8px 8px 8px 8px;
}

.folder h2 span:after {
content: ' > ';
}

.folder h2 span:last-child:after {
content: '';
}

.folder h2:hover {
text-decoration: underline;
}

.folder:hover h2 {
background-color: HighLight;
}

.folder:hover h2 span:after {
color: #3333FF;
}

.folder li {
margin: 0em;
padding: 0em;
}

.folder li {
padding: .3em;
width: 100%;
}

folder li {
list-style: none;
margin: 0em;
-moz-border-radius: .3em;
}

.folder li:hover {
background-color: Highlight;
-moz-border-radius: 7px 7px 7px 7px;
color: #ffffff;
}



.folder li:hover a {
color: #ffffff;
}

table {
width: 100%;
background-color: #CCCCFF;
border-collapse: separate;
border-spacing: 2.5em;
padding: 1em;
}


Dernière édition par kaihansen le Ven 1 Avr - 8:31, édité 1 fois
Revenir en haut Aller en bas
kaihansen
Admin
kaihansen


Nombre de messages : 134
Localisation : Dans les nuages

Pages de styles pour MyBookmarks Empty
MessageSujet: Re: Pages de styles pour MyBookmarks   Pages de styles pour MyBookmarks Icon_minitimeLun 10 Jan - 18:23

Menard
Pages de styles pour MyBookmarks 2011-022
Code:
body {
font-family: 'trebuchet ms', arial, helvetica, sans-serif;
font-size: .8em;
background: #fff url(grgrad.gif) repeat-x;
}

.bar {
display: table;
}

table {
background-color: #FFF;
border: 1px solid #CCC;
margin: 0 auto 0 auto;
-moz-border-radius: 10px;
}

.folder {
background-color: #FFF;
margin-bottom: 10px;
border: 1px solid #CCC;
-moz-border-radius: 5px;
}

h2 {
font-size: inherit;
font-weight: bold;
text-align: center;
background-color: #003366;
border: 2px solid #003366;
padding: 3px 5px 3px 5px;
margin: 0;
-moz-border-radius: 5px;
color:white;
}

span {
display: block;
margin: 3px 0px 3px 0;
}

h2:hover {
background-color: #CCC;
}

.separator {
background-color: black;
padding: 1px 0 1px 0;
margin: 1px 0 1px 0;
}

li {
padding: 5px;
border: 1px solid #fff;
-moz-border-radius: 5px;
}

li:hover {
background-color: #CCC;
border: 1px solid #003366;
}

li a:hover {
color: #003366;
}

td {
vertical-align: top;
padding: 15px;
}

img {
max-width: 16px;
max-height: 16px;
vertical-align: middle;
border: 0;
margin-right: 5px;
}

ul {
list-style: none;
white-space: nowrap;
padding: 5px;
margin: 0;
}

h2 a {
color: #FFF;
}

h2 a:hover {
color: #003366;
}

a {
color: #000;
text-decoration: none;
white-space: nowrap;
}

a:hover {
color: #ED171F;
}


Dernière édition par kaihansen le Ven 1 Avr - 8:34, édité 1 fois
Revenir en haut Aller en bas
kaihansen
Admin
kaihansen


Nombre de messages : 134
Localisation : Dans les nuages

Pages de styles pour MyBookmarks Empty
MessageSujet: Re: Pages de styles pour MyBookmarks   Pages de styles pour MyBookmarks Icon_minitimeLun 10 Jan - 19:11

Image sur un folder

Code:
body {
margin: 2em;
background-color: #000066;
font-family: verdana,helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 12px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
padding-top: 4em;
}
a {
text-decoration: none;
display: block;
color: #ffccff;
}
a img {
border: none;
width: 16px;
height: 16px;
padding-right: 5px;
}
#folder_179 {
border: 1px solid black;
background: #cc33cc url(http://r11.imgfast.net/users/1112/36/36/10/album/fredtu11.png) no-repeat scroll right bottom;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
margin-bottom: 1em;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
color: captiontext;
}
.folder h2 {
margin: 0em;
padding: 0em;
}
.folder h2 {
border: 1.04px dotted black;
margin: 0em 0em 0.2em;
padding: 0.3em;
background-color: #91bae8;
color: captiontext;
font-size: small;
font-weight: bold;
cursor: pointer;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
}
.folder h2 span:after {
content: ' > ';
}
.folder:hover h2 {
background-color: highlight;
}
.folder li {
margin: 0em;
padding: 0em;
width: 100%;
-moz-border-radius-bottomleft: 0.3em;
list-style-image: none;
-moz-border-radius-topright: 0.3em;
list-style-type: none;
-moz-border-radius-bottomright: 0.3em;
list-style-position: outside;
-moz-border-radius-topleft: 0.3em;
}
.folder li:hover {
background-color: highlight;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
color: #ffffff;
}
.folder li:hover a {
color: white;
}
body {
margin: 2em;
padding-top: 4em;
}
#folder_179:hover {
border: 1px solid black;
background: #333333 none no-repeat scroll right bottom;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
margin-bottom: 1em;
color: #33ff33;
}

Comme d'hab, mes choix de couleurs sont très discutable...
Revenir en haut Aller en bas
kaihansen
Admin
kaihansen


Nombre de messages : 134
Localisation : Dans les nuages

Pages de styles pour MyBookmarks Empty
MessageSujet: Re: Pages de styles pour MyBookmarks   Pages de styles pour MyBookmarks Icon_minitimeMer 12 Jan - 21:37

Kaihansen

la photo du background du body est à modifier selon vos gouts...


Code:
body {
  background: #ffffff url(http://r11.imgfast.net/users/1112/36/36/10/album/nuitg11.jpg) repeat-x fixed 0% 50%;
  font-family: 'trebuchet ms',arial,helvetica,sans-serif;
  font-size: 0.8em;
}
table {
  border:  none;
  margin: 0 auto;
  background-color: transparent;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
}
.folder {
  border-right-width: 1px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  width: 300px;
}
h2 {
  border:  none;
  margin: 0;
  padding: 3px 5px;
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  background-color: #6666cc;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  color: white;
  width: 251px;
  height: 20px;
}
h2:hover {
  background-color: #cccccc;
  width: 251px;
  height: 20px;
}
.separator {
  margin: 1px 0;
  padding: 1px 0;
  background-color: black;
}
li {
  border:  none;
  padding: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  width: 251px;
  height: 20px;
}
li:hover {
  border:  none;
  background-color: transparent;
}
li a:hover {
  color: #003366;
}
td {
  padding: 15px;
  vertical-align: top;
  width: 300px;
  margin-right: auto;
  margin-bottom: auto;
}
img {
  border:  none;
  max-width: 16px;
  max-height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
ul {
  margin: 0;
  padding: 5px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  white-space: nowrap;
}
h2 a {
  color: #ffffff;
}
h2 a:hover {
  color: #003366;
}
a {
  color: white;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
}
a:hover {
  color: #ed171f;
  background-color: gray;
}
li {
  display: none;
}
.folder:hover li {
  display: list-item;
}
.folder:hover h2 {
  background-color: #cc66cc;
  font-family: Arial,Helvetica,sans-serif;
  color: #333333;
}
.folder *:hover {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  color: white;
}
Revenir en haut Aller en bas
kaihansen
Admin
kaihansen


Nombre de messages : 134
Localisation : Dans les nuages

Pages de styles pour MyBookmarks Empty
MessageSujet: Re: Pages de styles pour MyBookmarks   Pages de styles pour MyBookmarks Icon_minitimeMar 18 Jan - 17:54

Dimiter
Pages de styles pour MyBookmarks 2011-024
Code:
body {
  font-family: verdana,helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  background-color: silver;
}
table {
  margin: 0 auto;
  padding: 5px;
  background-color: white;
  border-spacing: 15px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
}
h2 {
  padding: 2px 3px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  background-color: gray;
  margin-bottom: 0;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 0;
  color: white;
}
h2:hover {
  background-color: navy;
  color: white;
}
li {
  padding: 3px 5px;
}
.folder * li:hover {
  background-color: navy;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
}
td {
  border: 1px solid white;
  padding: 5px;
  vertical-align: top;
  border-spacing: 30px;
  -moz-border-radius-topleft: 18px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 18px;
  -moz-border-radius-bottomleft: 0px;
}
td:hover {
  border-color: gray;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
}
img {
  border:  none;
  max-width: 16px;
  max-height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
ul {
  margin: 0;
  padding: 5px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  white-space: nowrap;
}
h2 a {
  font-weight: bold;
  color: white;
}
h2 a:hover {
  color: cyan;
}
a {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  white-space: nowrap;
}
.folder ul * a:hover {
  color: white;
}

Revenir en haut Aller en bas
kaihansen
Admin
kaihansen


Nombre de messages : 134
Localisation : Dans les nuages

Pages de styles pour MyBookmarks Empty
MessageSujet: Re: Pages de styles pour MyBookmarks   Pages de styles pour MyBookmarks Icon_minitimeDim 1 Mai - 16:37

Le Style Worms (dispo sur la page de l'auteur)
http://forum.cabane-libre.org/topic-623-1.html


Pages de styles pour MyBookmarks 2011-010

Code:
body {
   height:250px;
   width:100%;
   margin: 0px;
   padding: 0px;
   background:##FFFFFF;
   font-size: medium;
}
table {
   background-color: #dceafb;
   margin: 2px 6px 8px 6px;
   padding: 4px;
   border: 1px solid #77aadd;
   -moz-border-radius: 7px;
}
td {
   vertical-align: top;
}
.folder {
   border: 1px solid #77aadd;
   margin: 10px;
   padding: 10px;
   -moz-border-radius-topleft: 8px;
   -moz-border-radius-topright: 8px;
   width: 90%;
   background:#f6f9fd;
}
.folder h2 {
   margin: 0px;
   padding: 4px 2px;
   -moz-border-radius-topleft: 8px;
   -moz-border-radius-topright: 8px;
   font-size: 14px;
   color: #FF3B00;
   text-align: center;
   background:#dceafb;
}
ul {
   margin: 6px;
   padding: 0px;
   list-style-type: none;
   list-style-image: none;
   list-style-position: outside;
   line-height: 125%;
   display: block;
}
li {
   border-style: none none solid;
   margin-bottom: 5px;
   list-style-position: inside;
   display: inline;
   border-bottom-width: 1px;
   background:#FF6600;
}
li:hover {
   background: #ffffcc none repeat scroll 0% 50%;
}
a {
   border-bottom:1px solid #77aadd;
   padding: 2px;
   text-decoration: none;
   display: block;
   background:none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#000;
}
a:hover {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   background-color: #ECF1F7;
   color: black;
}
.folder h2 a {
   color: white;
}
.folder h2 a:hover {
   text-decoration: none;
   color: #ffff88;
   font-weight: bold;
}
img.favicon {
   border: none;
   margin-right: 3px;
   max-height: 16px;
   max-width: 16px;
   vertical-align: middle;
}
Revenir en haut Aller en bas
Contenu sponsorisé





Pages de styles pour MyBookmarks Empty
MessageSujet: Re: Pages de styles pour MyBookmarks   Pages de styles pour MyBookmarks Icon_minitime

Revenir en haut Aller en bas
 
Pages de styles pour MyBookmarks
Revenir en haut 
Page 1 sur 1
 Sujets similaires
-
» Quelques trucs pour l'extension Mybookmarks

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
 :: Informatique : FIREFOX et Excel :: Utilisation de Firefox, Thunderbird et Macro Excel-
Sauter vers: