Fais pas ci fais pas ça Wikia
Fais pas ci fais pas ça Wikia
Aucun résumé des modifications
Balise : sourceedit
Aucun résumé des modifications
Balise : sourceedit
Ligne 15 : Ligne 15 :
   
 
h1 {
 
h1 {
font-weight: 100;
+
font-weight: 400;
 
}
 
}
   
 
h2 {
 
h2 {
font-weight: 200;
+
font-weight: 500;
 
}
 
}
   
 
h3 {
 
h3 {
font-weight: 300;
+
font-weight: 600;
 
}
 
}
   
 
h4 {
 
h4 {
font-weight: 400;
+
font-weight: 700;
 
}
 
}
   
 
h5 {
 
h5 {
font-weight: 500;
+
font-weight: 800;
 
}
 
}
   
 
h6 {
 
h6 {
font-weight: 600;
+
font-weight: 900;
 
}
 
}
   

Version du 6 avril 2017 à 21:03

/* Typographie
    * Raleway
    * Roboto
    */
    @import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body {
    font-family: Roboto;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway;
}

h1 {
    font-weight: 400;
}

h2 {
    font-weight: 500;
}

h3 {
    font-weight: 600;
}

h4 {
    font-weight: 700;
}

h5 {
    font-weight: 800;
}

h6 {
    font-weight: 900;
}

img {
    margin: 0;
    padding: 0;
}

.episode {
    font-size: 10pt;
    line-height: 10pt;
    width: 100%;
    margin: 0;
    border: 1px solid #404040;
    text-align: center;
    border-collapse: collapse;
}

.episode table {
    width: 100%;
    border-collapse: collapse;
}

.episode table:nth-child(1) td {
    column-count: 3;
    column-width: 222px;
    font-size: 8pt;
    text-align: left;
}

.episode li a {
    font-style: italic;
}

.episode th {
    background: #404040;
    color: white;
}

.episode th a {
    color: white;
}

.episode .image {
    position: relative;
    overflow: hidden;
    border-collapse: collapse;
}

.episode .image img {
    width: 100%;
    height: auto;
    display: block;
}

.episode .image p {
    margin: 0;
    padding: 0;
}

.episode .bandeau {
    background-image: linear-gradient(-45deg, rgba(64, 64, 64, 1), rgba(64, 64, 64, 0));
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 1em;
    text-align: left;
    color: white;
}

.episode .bandeau p:nth-child(1) {
    font-size: 14pt;
    line-height: 14pt;
    font-style: italic;
    font-family: Raleway;
    font-weight: bold;
}

.episode .bandeau p:nth-child(2) {
    font-size: 12pt;
    line-height: 12pt;
}

.personnage {
    float: right;
    width: 300px;
    border: 1px dotted pink;
    margin: 0 0 10px 10px;
    font-size: 10pt;
    border-collapse: collapse;
    text-align: center;
    vertical-align: top;
    padding: 0;
}

.personnage a {
    color: #404040;
}

.personnage img {
    width: 100%;
    height: auto;
}

.personnage #titre {
    background-color: #808080;
    color: white;
    font-size: 14pt;
    padding-top: 1em;
    padding-bottom: 1em;
}

.personnage table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0;
}

.personnage table th {
    font-size: 12pt;
    text-align: center;
    background-color: pink;
    color: black;
}

.television {
  background: url("http://upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png")           no-repeat top right;
}

.imagefond {
  background: url("http://images.wikia.com/faispascifaispasca/fr/images/8/89/Wiki-wordmark.png")           no-repeat top right;
}

.img-large img { width: 100%; height: auto; }