CSSSSSsssssssssssssss
Sam 29 Aoû - 18:08
Sauvegarde
- Code:
/*===================================================
HEADER + corps
===================================================*/
Header
===================================================*/
#logo {
/* display: inline-block; */
/* float: left; */
margin-left: -270px; margin-top: 0px; }
.headerbar {
background-color: #b0bfbc;
background-image: url(https://2img.net/i/fa/empty.gif);
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
height: 680px;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
}
.HAhead1 {
background-image: url(https://i.imgur.com/xZQDGAX.jpg);
background-position: center top;
background-repeat: no-repeat;
height: 880px;
position: relative;
width: 100%;
}
.HAheadcentre{
position: absolute;
z-index: 60;
width: 600px;
margin: auto;
height:560px;
}
HAheadcentre img {height:600px;}
.selectCode { float:right; text-transform: uppercase; cursor:pointer; }
.HAheadcentre{
position: absolute;
z-index: 60;
width: 600px;
margin: auto;
height:740px;
}
dl.codebox code {
color: #0086b3;}
a.mainmenu[href="/faq"]
{
display: none;
}
.chatbox-title, .chatbox-title a.chat-title {
color: #939687!important;
}
.content h1, .panel h1 {
border-bottom: 1px solid #282828;}
div.cont_code { clear: right; }
::selection {
background: #282828;
color: #d9d5b4;
}
select {
background-color: #d9d5b4;}
.boutonhautbas {
bottom: 40px;
right: 30px; /* remplacez right par left pour afficher les boutons à gauche */
position: fixed;
z-index: 100;
width:20px;
}
.boutonhautbas img {width:30px; filter: sepia(1);}
dl.codebox code {
color: #4d3333;
}
.panel {
background-color: #282828; border-radius: 0px;}
.navbar a:hover {background-color:#333;}
.profile-icons i hover {background-color:#333;}
/****************************************** SCROLLBAR ******************************************/
::-webkit-scrollbar { /*taille dans les messages ou fiches */
height: 2px;
width: 5px;
background-color: #f1eec5; /* couleur de fond */
}
html > ::-webkit-scrollbar {
width: 7px; /* largeur de la barre du forum */
}
::-webkit-scrollbar-thumb {
background: #444444; /* couleur de la barre qui se déplace */
border-radius: 50px; /* Arrondis */
}
::-webkit-scrollbar-track-piece {
background-color: #f1eec5; /* couleur de fond */
}
blockquote {
background-color: #fffdea;
border-color: rgba(44,53,59,0.61);
}
/*===================================================
Toolbar
===================================================*/
.ligne1{
background: linear-gradient(#bdbdb3,#b3b198c9);
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 25px;
z-index: 9;
}
.ligne2{
position: fixed;
right: 0;
top: 0;
height: 100%;
width: 25px;
background: linear-gradient(#bdbdb3,#b3b198c9);}
.ligne3{
background: linear-gradient(#b3b198c9,#b3b198c9);
bottom: 0;
height: 25px;
position: fixed;
width: 100%;
z-index: 12;}
/* NAVBAR - ARTEMIS POUR EPICODE */
:root
{
--couleur-bleue: #56696d;;
}
.bodylinewidth
{
margin-top: 72px;
}
.navbar_arte
{
background: #bdbdb3;
/* box-shadow: 0 2px 1px #e6e6e6; */
box-sizing: border-box;
height: 30px;
left: 0;
padding: 5px 15px 0 5px;
position: fixed;
top: 0;
width: 100%;
z-index: 999;}
.avatar_navbar
{
box-sizing: border-box;
display: inline-block;
float: left;
height: 60px;
padding: 5px;
width: 60px;
}
.avatar_navbar img
{
width: 48px;
height: 48px;
-o-object-fit: cover;
object-fit: cover;
}
.navbar_arte form
{
height: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
background: white;
padding: 0;
margin-top: 8px;
}
.navbar_arte form input[type="submit"]
{
border: none!important;
background: var(--couleur-bleue)!important;
color: white !important;
padding: 0 10px!important;
margin:0!important;
border-radius:0!important;
-webkit-box-shadow:none!important;
box-shadow:none!important;
}
.navbar_arte form input[type="text"]
{
cursor: text;
border: none!important;
width: 100%;
min-width: 150px;
padding: 0 8px!important;
margin:0!important;
background: rgba(255,255,255,0.05)!important;
color: lightgray;
font-size:11px;
border-radius:0!important;
-webkit-box-shadow:none!important;
box-shadow:none!important;
text-transform: uppercase !important;
font: 10px calibri !important;
letter-spacing: 2px !important;
}
.navbar_arte form input
{
outline: none;
font-size:11px;
}
.link_navbar
{
-webkit-box-sizing: border-box;
box-sizing: border-box;
float: right;
font-family: montserrat;
font-size: 10px;
font-style: normal;
font-variant: normal;
font-weight: normal;
padding: 5px 15px;
text-transform: uppercase;
}
.link_navbar a
{
text-decoration: none;
margin: 0 5px;
color: var(--couleur-bleue);
font-weight: 600;
}
.link_navbar a img
{
display: none;
}
.link_navbar a:hover
{
text-decoration: none !important;
color: var(--couleur-bleue);
}
.link_navbar a::before,.link_navbar a::after
{
display: inline-block;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
-webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
transition: opacity 0.2s, -webkit-transform 0.3s;
-o-transition: transform 0.3s, opacity 0.2s;
transition: transform 0.3s, opacity 0.2s;
transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s}
.link_navbar a::before
{
content: '[';
-webkit-transform: translateX(25px);
-ms-transform: translateX(25px);
transform: translateX(25px);
}
.link_navbar a::after
{
content: ' ]';
-webkit-transform: translateX(-25px);
-ms-transform: translateX(-25px);
transform: translateX(-25px);
}
.link_navbar a:hover::before,.link_navbar a:hover::after
{
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.link_navbar a[href^="/search"]
{
display: none;
}
.link_navbar li
{
list-style-type: none;
display: inline-block;
}
#fa_toolbar {
background-color: #92a1a4;
color: #91a0a3;height: 0px;}
#fa_toolbar #fa_fb, #fa_toolbar #fa_gp, #fa_toolbar #fa_hide, #fa_toolbar #fa_mail, #fa_toolbar #fa_rss, #fa_toolbar #fa_twitter, #fa_toolbar_hidden #fa_show {
display: none!important;}
#fa_left {
display: none!important;}
#fa_search {
display: none!important;}
#fa_share {
display: none!important;}
#fa_menu #fa_welcome, #fa_right a.rightHeaderLink {
border-radius: 3px; margin-top:0px;
color: #56696d;}
#fa_right #fa_notifications {
display: none!important;}
#fa_right {
float: left;
font-size: 1.3rem;
margin-left: 30px;
text-transform: uppercase;
font-weight: 900;
}
#fa_usermenu {
background-color: rgba(0,0,0,0.03);
border-radius: 0 0 0 3px;
border-right: 1px solid rgba(0,0,0,0.06);
bottom: 0;
display: none!important;}
#fa_menulist {
background-color: #c2ced0;
border: none;
margin-left: 200px;
border-radius: 0 0 3px 3px;
box-shadow: 0 0 9px rgba(0, 0, 0, 0), 0 0 1px 1px rgba(0, 0, 0, 0);
display: none;
font-size: 1.3rem;
line-height: 32px;
list-style-type: none;
margin: 0;
min-width: 175px;
padding: 9px 18px 9px 18px;
position: absolute;
top: 42px;
width: 200px;
z-index: 999;
left: 100px;
}
#fa_menulist :link, #fa_menulist :visited {
color: #313a3a!important;font-weight: 600;
}
#fa_right.welcome #fa_menu #fa_welcome {
background-color: #a5b4b800;
color: #333;
}
/*===================================================
Navi
===================================================*/
.navbar a {
display: inline-block;
font-family: Roboto, sans-serif;
font-size: 1.2rem;
font-weight: 500;
line-height: 1.3846;
margin-bottom: 5px;
margin-left: 10px;
overflow: hidden;
padding: 6px;
position: relative;
text-decoration: none;
text-transform: uppercase;
vertical-align: middle; width:
}
.navbar {
text-align: center;
margin: auto;
}
.navbar img {
display: inline-block;
height: 50px!important; filter: invert(0%);
margin-right: 3px;
vertical-align: -4px; width:auto!important;
}
/*===================================================
PA
===================================================*/
.PApia{ background-color: #bab8a2b3;
display: flex;
flex-wrap: wrap;
height: 250px;
justify-content: center;
margin: auto;
position: relative;
box-shadow: 0 0 9px 0 #75817fa8;
margin-top: -100px;
width: 980px;
border-radius: 25px;
}
/*===================================================
Catégorie
===================================================*/
.DMLAnavig{
text-align: center;
text-transform: uppercase;margin-bottom:30px;}
.hoccate{
width: 880px;
background-color: #bab8a2b3;
/* border-radius: 25px; */
box-shadow: 0 0 9px 0 #75817fa8;
/* display: flex; */
/* flex-wrap: wrap; */
/* height: 250px; */
/* justify-content: center; */
margin-bottom: 150px;
position: relative;
width: 980px;}
.inline{
display:inline-block;
vertical-align:top;
}
.catCentre{
padding:10px;
}
.HOCcentrecate{ border-bottom-right-radius: 15px;
width:800px;
background-color:#9e977b;
}
.HOCtitrecateho{
color: #282828;
font-size: 20px;
letter-spacing: 10px;
padding: 10px;
text-align: right;
text-transform: uppercase;
width: 100%;}
h2 {
color: #282828;
font-family: perpetua;
font-size: 20px;
font-weight: 700;
margin: 0;
}
.categorie h2 + .catCentre{
padding-top:10px;
}
.HOCbout{
margin-left: 442px;
margin-top: 30px;
position: absolute;
}
.HOCcentrecate{
background-color: #9e977b;
height: 140px;
margin-left: -21px;
padding: 10px;
position: absolute;
width: 780px;}
.catGauche{
background-color: #a9a08b;
box-sizing: border-box;
/* margin-right: 10px; */
padding: 10px;
width: 800px;
margin-left: -20px;
}
.catStats{
color: #654f3f;
font-size: 15px;
letter-spacing: 1px;
margin-top: 29px;
margin-left: 70px;
position: absolute;
text-transform: uppercase;
}
.catLast{
width:130px;
height:120px;
padding:5px;
box-sizing:border-box;
background-color:#ccc6b8;
text-align:center;
line-height:20px;
overflow:auto;
}
.catAvatar{
width:80px;
height:120px;
margin:0 10px;
overflow:hidden;
background-color:#ccc6b8;
}
.catAvatar img{
width:100%;
}
.sousForums{
color: var(--colortwo);
font-size: 0;
height: 100px;
margin-left: 580px;
overflow: auto;
position: relative;
width: 270px;
}
.sousForums a{
background: #282828;
color: #d9d5b4;;
display: block;
font-size: 12px;
margin-bottom: 2px;
text-align: center;
}
.catDroite{
width:350px;
background-color:#a9a08b;
padding:10px;
box-sizing:border-box;
}
.catTitreForum {
letter-spacing: 1px;
text-transform: uppercase;
border-bottom: 1px solid #282828;
color: #000!important;
letter-spacing: 5px;
margin-bottom: 10px;
text-align: center;
text-transform: uppercase;
}
.catTitreForum a {color:#7D7847;}
.catDescrip{
box-sizing: border-box;
color: #282828;
height: 100px;
line-height: 12px;
margin-top: px;
overflow: auto;
position: absolute;
text-align: justify;
width: 350px;
}
.catDescrip img {border: 5px double #a19d82;
margin-right: 10px;
position: relative;
width: 100px;
}
.HOCdersu{ color: #000;
height: auto;
margin-left: 400px;
margin-top: 25px;
padding: 20px;
position: absolute;
text-align: center;
width: 190px;
}
.hocdersu a:link {color: black!important;}
.HOCbout img {width:100px;}
.HOCavatar { margin-left: 360px;
/* margin-top: -155px; */
position: absolute;
}
.HOCavatar img{ width: 55px;
border: 5px double #a19d82;
}
.titre_cat {
margin-bottom: -5px;
}
.cateHocimg img {
border-bottom-right-radius: 15px;}
/*==================================================
QEEL
===================================================*/
.QEEL {
font-size: 1.3rem;
height: 275px;
margin-bottom: 50px;
/* margin-left: -10px; */
/* overflow: hidden; */
/* margin-top: 50px; */
background-color: #d9d5b4;
}
.nephQEEL{
height: 290px;
position: relative;
/* width: 805px; */
background-color: var(--colorfond);
}
.QEELus{ color: #333333;
font-size: 11px;
height: 85px;
margin-top: -7px;
overflow: auto;
/* padding: 15px; */
/* margin-left: 0px; */
text-align: justify;
/* background-color: #282828; */
border-bottom: 1px solid #282828;
text-transform: uppercase;
}
.HAqeelon1{ border-radius: 15px;
height: 230px;
margin-left: 300px;
margin-top: 40px;
padding-bottom: 10px;
position: absolute;
text-align: center;
width: 250px;}
.SUBstat { font-size: 14px;
font-weight: 900;
/* height: 170px; */
margin-left: 5px;
margin-top: 50px;
padding: 30px 10px 10px;
position: absolute;
text-align: center;
text-transform: uppercase;
width: 150px;}
.SUBstat1 { margin-left: 705px;
margin-top: 85px;
position: absolute;
width: 200px;
}
.SUBstat2 { margin-left: 705px;
margin-top: 50px;
position: absolute;
width: 200px;
}
.SUBuser {
background-color: #333333;
/* border-radius: 3px; */
/* box-shadow: 0 1px 2px rgba(0,0,0,0.3); */
/* color: var(--colortxt); */color: #d9d5b4;
float: left;
margin: 5px;
padding: 5px;
text-align: center;
width: 160px;
}
.SUBmess { background-color: #333333;
/* border-radius: 3px; */
/* box-shadow: 0 1px 2px rgba(0,0,0,0.3); */
/* color: var(--colortxt); */
float: left;
margin: 5px;
padding: 5px;
text-align: center;color: #d9d5b4;
width: 160px;
}
.SUBgrpe1 {
font-weight: 600;
height: 20px;
margin-left: -10px;
margin-top: 30px;
position: absolute;
text-transform: uppercase;
width: 250px;
font-size: 20px;
text-align: center;
line-height: 35px;
}
.HAqeelon2{ background-color: #21301463;
border-radius: 15px;
height: 280px;
margin-left: 575px;
margin-top: 40px;
padding-bottom: 10px;
position: absolute;
text-align: center;
width: 220px;}
.QEELus1{ color: #333333;
font-size: 11px;
height: 100px;
margin-top: -2px;
overflow: auto;
padding: 15px;
text-align: justify;
text-transform: uppercase;
margin-left: -15px;
}
.nephco{ height: 170px;
margin-left: 170px;
margin-top: 50px;
position: absolute;
width: 500px;}
.SUBderscrit{ color: #000;
font-size: 15px;
margin-left: 710px;
margin-top: 130px;
position: absolute;
text-align: center;
text-transform: uppercase;
width: 160px;
}
#page-footer {
background-color: #356361; margin-top: -10px; margin-bottom: -30px;
}
.tiqeel{ border-bottom: 1px #2c353b85 solid;
color: #2c353b;
/* font-family: "Open Sans", sans-serif; */
font-size: 20px;
letter-spacing: 7px;
/* margin: 0 0 0 10px; */
position: absolute;
text-align: center!important;
text-transform: uppercase;
background-color: #333;
color: #d9d5b4;
font-size: 20px;
letter-spacing: 7px;
padding: 10px;
text-align: center;
text-transform: uppercase;
width: 100%;
width: 880px;
}
#page-footer {
background-color: #282828;
background-image: url(https://i.imgur.com/NNGcH1i.png);
background-position: center;
background-repeat: no-repeat;
margin-top: -10px;
height: 502px;
}
.footerbar-system {
padding: 24px 0 0;
padding-top: 120px;
}
.footerbar-system a, .footerbar-user a {
color: #d9d5b4;
}
.copyright-body {
border-color: #e9ebed73;
border-style: solid;
border-width: 1px 0 0;
margin: 18px 0 0;
padding: 18px 0 0;
}
.PARTOFOOT {margin:auto; width: 870px; padding-top:100px; text-align:center;}
.PARTOFOOT img {margin:5px;}
.TITREFOOT{color: #d9d5b4;
font-size: 20px;
letter-spacing: 7px;
padding: 10px;
text-align: center;
text-transform: uppercase;
width: 100%;}
/*==================================================
Liste rp
===================================================*/
.lastpost-avatar:after {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
background: rgba(0,0,0,0.1);
border-color: #333;
border: 5px double #a19d82;
border-radius: 0px;
border-style: solid;
border-width: 2px;
box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.3);
content: "\f47e";
display: block;
font-family: Ionicons;
font-size: 1.8rem;
font-style: normal;
font-variant: normal;
font-weight: 400;
height: 46px;
left: 0;
line-height: 34px;
position: absolute;
speak: none;
text-align: center;
text-rendering: auto;
text-transform: none;
top: 11px;
width: 25px;
}
li.header dd, li.header dt {
color: #d9d5b4;
font-family: perpetua, perpetua;
font-size: 1.3rem;
line-height: 1;
olor: #d9d5b4;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 7px;}
ul.topiclist {
background-image: url(https://2img.net/i/fa/empty.gif);
background-repeat: repeat-x;
color: #333333;
list-style-type: none;
margin: 0;}
li.row {
border-color: #333333;
border-style: solid;
border-width: 3px 0 0;
}
.button, .button1, .button2, input[type="submit"] {
background-color: #d9d5b4;
border-radius: 0px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0);}
.button1:active, .button1:hover, .button1:link, .button1:visited, .button2:active, .button2:hover, .button2:link, .button2:visited, .button:active, .button:hover, .button:link, .button:visited, input[type="submit"]:active, input[type="submit"]:hover, input[type="submit"]:link, input[type="submit"]:visited {
color:#282828!important;
}
.button, .button1, .button2, input[type="submit"] {
color: #282828;}
.forumbg {
background-color: #333333!important;
background-image: url(https://2img.net/i/fa/empty.gif);
background-position: 0 0;
background-repeat: repeat-x;
border-radius: 0px;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0);
clear: both;
margin-bottom: 24px;
padding: 0;
}
.lastpost-avatar img {
border-radius: 0px;
display: block;
height: auto;
padding: 2px;
position: relative;
width: 25px;
z-index: 1;
}
dl.icon {
background-position: left 0 top 50%;
background-repeat: no-repeat;
background-size: 80px!important;
height: auto;
min-height: 35px;}
/*==================================================
Sujet rp
===================================================*/
.sub-header {
clear: both;
width: 100%;
background-color: #333;
padding: 20px;
}
h1.page-title {
color: #878470;
font-family: perpetua;
font-size: 20px;
text-transform: uppercase;}
.postprofile-avatar img {
border: 5px double #a19d82;
border-radius: 0px;
box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.3);
height:400px;
width: 200px;
}
.post-head {
background-color: #d9d5b4;
border-color: #d9d5b4;
border-radius: 0px 0px 0 0; text-align: center;
border-style: solid;
border-width: 0 0 1px;
padding: 18px;
}
.postprofile-avatar {
font-size: 20px;
line-height: 1.125;
/* margin-left: -15px; */
/* text-align: right; */
text-transform: uppercase;
}
.postprofile {
background-color: #333333;
color: #b0ad93cf;
display: block;
float: left;
font-size: 20px;
padding: 15px;
position: relative;
width: 250px;
word-wrap: break-word;;}
.postprofile-name, .postprofile-rank {
font-size: 20px;
line-height: 1.125;
text-transform: uppercase;
}
.postprofile-rank {
border-color: #616b71;
border-style: none;
}
.postprofile-info {
font-size: 15px;
line-height: 15px;
text-align: justify;
border-left: 1px solid rgb(91, 89, 75);
padding-left: 5px;
margin-left: 10px;
}
.postprofile-info img {width:200px;}
.postbody .content {
font-size: 17px;
text-align: justify;
padding: 30px;
}
.postprofile-contact {
/* position: absolute; */
text-align: center;
/* height: 40px; */
/* padding-left: 30px; */
width: 20px;
margin-left: -12px;
}
.postprofile .label {
font-weight: 500;
color: #e9ebed!important;
text-transform: uppercase;
}label {
color: #878470;
cursor: pointer;
margin-right: 18px;
}
.post {
background-position: 100% 0;
background-repeat: no-repeat;
/* border-color: rgba(0,0,0,0.18); */
/* border-radius: 3px; */
border-style: none;}
.postbody {
color: #45443f;
float: none;
font-size: 1.2rem;
width: 650px;
margin-left: 240px;}
.profile-icons {
float: right;
list-style: none;
margin-right: -0px;
margin-top: -13px !important;
}
.post .post-head .topic-title {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-top: 20px;
text-align: center;
font-size: 30px;
text-transform: uppercase;
}
/*===================================================
fiche type
===================================================*/
.fichetype{
background-color: #f5f5f56e;
border-radius: 3px; padding-top: 20px;
box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 0 2px rgba(0,0,0,0.1);
width: 100%;
position: relative;
}
.infoCI { width: 200px;
height: 320px; text-align: center;
float: left;}
.infoCI f1{padding: 2px;
width: 190px!important;
background-color: #333333; height: 27px;
overflow: auto;
margin-bottom: 10px;
display: inline-block;
color: #d9d5b4;}
.vava{float: left;}
.vava img {width:150px; border: 5px double #a19d82;}
.infocara {width: 200px;
height: 320px; text-align: center;
float: left;}
.infocara f1{padding: 2px;
width: 190px!important;
background-color: #333333;
height: 27px;
margin-bottom: 10px;
overflow: auto;
display: inline-block;
color: #d9d5b4;}
.anedocte { background-color: #d9d5b4;
float: left;
font-size: 15px;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
width: 190px;
border: 1px solid #28282887;}
.titrean{ text-transform: uppercase;
text-align: center;
border-bottom: 1px solid #333333;}
.titreh{ background-color: #333;
color: #d9d5b4;
text-transform: uppercase;
text-align: center;
/* padding: 10px; */
width: 330px;
margin-left: 200px;
margin-top: 20px;}
.histoire {margin-top: 275px; padding: 15px;
width: 555px;}
.histoiree { padding: 5px;
width: 555px;}
.fin{idth: 550px;
padding: 15px;}
.fint{text-transform: uppercase;
background-color: #333333;
text-align: center;
color: #d9d5b4;
}
.fin f2{ font-weight: 900;}
.fin averto{text-align:center;}
/*===================================================
Divers
===================================================*/
#tabs ul a span {
color: #d9d5b4;
display: block;
float: left;
padding: 0 9px;
white-space: nowrap;
text-transform: uppercase;
letter-spacing: 3px;
}
.panel:last-child {
background-color: #333333!important; color: #d9d5b4;}
.postbody .content PIA {
color: #988800;
font-weight: 700;
}
.postbody .content a {
color: #968b34;
font-weight: 800;
}
dd.mark {
float: right!important;
font-size: 1.2em;
line-height: 200%;
text-align: center;
width: 25%; }
.TITRE { text-transform: uppercase;
text-align: center;
font-size: 20px;
border-bottom: 1px solid #333333;}
.SOUSTITRE{ font-size: 18px;
text-transform: uppercase;
margin-left: 20px;}
.h3, h3 {
border-color: #333333!important;
border-style: solid;
border-width: 0 0 1px;
color: #333333;
font-family: perpetua;
font-size: 1.6rem;
font-weight: 400;
letter-spacing: .3px;
margin-bottom: 12px;
}
.button-round {
background-color: #2c353b;}
#picture_legend, #privmsgs-menu {
background-color: #fff0;
border-radius: 0px;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0);}
#privmsgs-menu {
float: none;
padding: 0 9px;
}
.forabg {background-color: #2c353b;
}
content h2, .panel h2 {
border-color: #557791;
border-style: solid;
border-width: 0 0 1px;
color: #557791;}
/*===================================================
Liste membre
===================================================*/
.membreho{ background-color: #333;
color: #d9d5b4;
height: 100px;
padding: 20px;
text-align: center;}
.h33, h33 {
border-color: #d9d5b4;
border-style: solid;
border-width: 0 0 1px;
color: #d9d5b4;
/* font-family: Roboto, sans-serif; */
font-size: 1.6rem;
font-weight: 400;
letter-spacing: 3px;
margin-bottom: 12px;
padding-bottom: 3px;
text-transform: uppercase;
}
.inputbox, input[type="text"] {
background-color: transparent;
border-bottom: 1px solid #BCBCBC;
color: #777777!important;
cursor: text;
font-size: 1.2rem;
padding: 10px 0 9px;
}
.profiLEU {
background-color: #d9d5b4;
float: left;
height: 180px;
margin: 5px;
/* position: relative; */
width: 150px;
margin-left: 18px;
}
.vavali{ padding-left: 5px;
padding-top: 10px;
float: left;
}
.vavali img { width: 60px;
border: 5px double #a19d82;}
.forumbg {
background-color: #e9ebed;}
.nomli{ border-color: #d9d5b4;
border-style: solid;
border-width: 0 0 3px;
font-size: 10px;
/* margin-bottom: 10px; */
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
text-transform: uppercase;
background-color: #b1ae95;
}
.icoli{text-align:center;}
.zou{ background-color: #282828;
color: #d9d5b4;
margin: 5px;
text-align: center;
margin-top: 12px;}
/*===================================================
profiles perso
===================================================*/
.Profper{ position: relative;
background-color: white;
padding: 10px;
height: 500px;
background-color: #bab8a2b3;
/* border-radius: 25px; */
box-shadow: 0 0 9px 0 #75817fa8;}
.Profv{text-align: center;
text-transform: uppercase;
letter-spacing: 5px;
font-size: 20px;}
.Prova{ position: absolute;
margin: auto;
margin-left: 380px;
margin-top: 40px;}
.mentiontag {
background-color: #3330;}
.mentiontag:hover {background-color:#3330;}
.tooltip-content img{border: 5px double #a19d82;
border-radius: 0px;
height:170px;
width:90px;}
#profile-tab-field-profil dl img{
width:20px;
}
.pagination span a:active, .pagination span a:link, .pagination span a:visited {
background-color: #333333;}
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum