Wiki Assassin's Creed
Wiki Assassin's Creed
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 25 : Ligne 25 :
 
border:1px solid #D9D9D9 !important;
 
border:1px solid #D9D9D9 !important;
 
margin: 1em 0 1em 1em;
 
margin: 1em 0 1em 1em;
  +
padding: 0;
 
width: 245px;
 
width: 245px;
 
z-index: 150;
 
z-index: 150;

Version du 8 juin 2012 à 17:43

/**********/
/* portal */
/**********/
.portal_container { }
.portal_section ul  { list-style: disc; }
.portal_section { border: 1px solid rgb(135,206,250); margin: 0 0 10px 0; background: transparent; background-image: -moz-linear-gradient(top, rgba(149,213,255, 0.1) 0, rgba(0,26,43,0.4) 100%); -moz-border-radius: 1em; -moz-box-shadow:0px 0px 4px rgba(240,248,255,0.5); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, rgba(149,213,255, 0.1)), color-stop(100%, rgba(0,26,43,0.4))); -webkit-border-radius: 1em; -webkit-box-shadow: 0px 0px 4px rgba(240,248,255,0.5); border-radius: 1em; box-shadow: 0px 0px 4px rgba(240,248,255,0.5); }
.portal_header { padding: 0 1em; position: relative; }
.portal_header_text { display: table; width: 100%; padding: 0.6em 0 0 0; border-bottom: 1px dotted rgb(240,248,255); text-align: center; font-family: IMFELLDWPicaPRORegular; font-size: 2em; }
.portal_headerlinks { font-size: 0.8em; position: absolute; right: 1em; bottom: -2em; }
.portal_header, .portal_header a:link, .portal_header a:visited, .portal_header a:hover, .portal_header a:active { color: rgb(240,248,255) !important; }
.portal_body { padding: 0.8em; }
.portal_subheader { padding: 0 1em; position: relative; font-size: 0.9em; }
.portal_subheader, .portal_subheader a:link, .portal_subheader a:visited, .portal_subheader a:hover, .portal_subheader a:active { color: rgb(240,248,255) !important; }
.portal_subheader_text { display: table; width: 100%; padding: 0.4em 0 0 0; border-bottom: 1px dotted rgb(240,248,255); text-align: left; font-family: IMFELLDWPicaPRORegular; font-size: 1.8em; color: rgb(240,248,255) ; }

/* Infoboxes */
.infobox {
  float: right;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border:1px solid #D9D9D9 !important;
  margin: 1em 0 1em 1em;
  padding: 0;
  width: 245px;
  z-index: 150; 
}
.infobox .barre_haut {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  text-align: center;
  line-height: 23px;
  height: 23px;
  font-size: 93%;
  color: #FFF !important;
}
.infobox .contenu { padding: 2px 0; text-align: center; }
.infobox table { 
  border-collapse: collapse;
  font-size: 75%;
  width: 100%;
  background-color: transparent;
  table-layout: fixed;
}
.infobox table a, .infobox table a:visited { text-decoration: underline; color: inherit; }
.infobox td, .infobox th { vertical-align: top; padding: 0; }
.infobox th { text-align: left; font-weight: bold; color: #FFF }
.infobox td { text-align: right; }
.infobox table.bloc { font-size: 100%; }
.infobox table.bloc th, .infobox table.bloc td { text-align: center; width: 50%; }
.infobox tr.un th, .infobox tr.un td { text-align: center; }
.infobox tr.deux { border-top: 1px solid #B5B7CF; border-bottom: 1px solid #B5B7CF; }
.infobox tr.deux th { padding-left: 2px; }