Un forum de teste dédier au Centre de recherche et de développement du Corps de Défense Francophone
 
AccueilTESTERechercherDernières imagesS'enregistrerConnexion
Une mise à jour du forum est prévu très prochainement.
Derniers sujets
» Les alertes
Code css phpbb3 I_icon_minitimeLun 2 Jan - 15:19 par Mystors

» Serveur Statut
Code css phpbb3 I_icon_minitimeLun 2 Jan - 14:20 par Mystors

» Responsive
Code css phpbb3 I_icon_minitimeSam 15 Oct - 17:07 par Mystors

» Code css phpbb3
Code css phpbb3 I_icon_minitimeSam 15 Oct - 11:10 par Mystors

Choix un thème :
 Fédération |   Empire Klingon
-20%
Le deal à ne pas rater :
Ecran PC GIGABYTE 28″ LED M28U 4K ( IPS, 1 ms, 144 Hz, FreeSync ...
399 € 499 €
Voir le deal

 

 Code css phpbb3

Aller en bas 
AuteurMessage
Mystors
Admin



Messages : 21
Date d'inscription : 26/09/2016

Code css phpbb3 Empty
MessageSujet: Code css phpbb3   Code css phpbb3 I_icon_minitimeSam 15 Oct - 11:10

Code:


/*onglets catégories*/
#cat-onglets {
  margin: 5px auto;
  text-align: center; }
 
.co-item {
  background: #000;
  color: #fdf;
  border: 1px solid  #fdf;
  display: inline;
  cursor: pointer;
  margin: 0 5px;
  padding: 3px;
  border-radius: 10px;
}
 
.co-item:hover{
  background: #fff;
  border: 1px solid #fff;
  color:#000;
  display: inline;
  cursor: pointer;
  margin: 0 5px;
  padding: 3px;
  border-radius: 10px;
}
 
.co-actif {
  background: #fdf;
  color: #000;
  border:1px solid #000; }
#content-container div#left {
   width: 180px;
   float: left;
   margin-right: 0px;
   overflow: hidden;
    border:1px solid;
   }
span.head{
    background-color: #333;
    background-image: url(http://2img.net/s/t/16/08/39/i_back_catg.jpg);
    border: #262626;
    border-style: solid;
    height: 28px;
}
@import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
.my-notify-info, .my-notify-success, .my-notify-warning, .my-notify-error {
    padding:10px;
    margin:10px 0;
}
.my-notify-info:before, .my-notify-success:before, .my-notify-warning:before, .my-notify-error:before {
    font-family:FontAwesome;
    font-style:normal;
    font-weight:400;
    speak:none;
    display:inline-block;
    text-decoration:inherit;
    width:1em;
    margin-right:.2em;
    text-align:center;
    font-variant:normal;
    text-transform:none;
    line-height:1em;
    margin-left:.2em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.my-notify-info:before {
    content:"\f05a";
}
.my-notify-success:before {
    content:'\f00c';
}
.my-notify-warning:before {
    content:'\f071';
}
.my-notify-error:before {
    content:'\f057';
}
.my-notify-info {
    color: #00529B;
    background-color: #BDE5F8;
}
.my-notify-success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.my-notify-warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.my-notify-error {
    color: #D8000C;
    background-color: #FFBABA;
}
.info, .success, .warning, .error, .validation {
   border: 1px solid;
   margin: 10px 0px;
   padding:15px 10px 15px 50px;
   background-repeat: no-repeat;
   background-position: 10px center;
   width:600px;
}
.info {
   color: #00529B;
   background-color: #BDE5F8;
   background-image: url('info.png');
}
.success {
   color: #4F8A10;
   background-color: #DFF2BF;
   background-image:url('success.png');
}
.warning {
   color: #9F6000;
   background-color: #FEEFB3;
   background-image: url('http://startreksansfrontiere.org/images/aides-jeu/operation-tactique/procedure/alerte-rouge.gif');
}
.error {
   color: #D8000C;
   background-color: #FFBABA;
   background-image: url('error.png');
}
#wrap{
background: transparent;
border: none;
}
#widget-arrows {
  height: 13px;
}
.widget-arrow {
  height: 13px;
  width: 16px;
  border-radius: 4px;
  float: left;
  cursor: pointer;
  background: #f5ebf7 url(http://i.imgur.com/zVQMs.png) no-repeat 0 -13px;
}
.widget-arrow.isright {
  float: right;
}
.widget-arrow.isleft.isclosed, .widget-arrow.isright.isopened {
  background-position: 0 0;
}
@media (max-width 1380)
/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #143969;
  visibility:hidden;
}

/* Float the list items side by side */
ul.topnav li {float: left; margin-left:0px;}

/* Style the links inside the list items */
ul.topnav li a {
    display: block;
    color: #fff;
  background-color:#143969;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #000;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}
/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
   
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
   
  }
 
}

@media all and (max-width: 1024px)

 

  #wrap {
   height:auto;
   margin: 0px auto;   
   border: 1px solid #;
  position:relative;
   padding: 5px;
   min-width: auto;
   }
 

 
 
  ul.topics dt,ul.topics dd.dterm {
   padding-left: 45px;
   display: block;
   float: left;
   width: 8.333333%;
   }
  .hierarchy {
   display: block;
   text-transform: none;
   border: none;
   font-size: 1em !important;
   }
 
  dd.lastpost {
   width: auto;
   font-size: 1.1em;
   }
  ul.linklist li a img {
   vertical-align: middle;
    display:none;
   }


  /**** Sujet & Vue *****/
 
  dd.posts, dd.topics, dd.views {

   text-align: center;
   visibility:hidden;
   font-size: 1.2em;
   border: none;
  }
 
 
  ul.topiclist {
   list-style-type: none;
   margin: 0;
   color: #536482;
    margin-bottom: 1em;
    display:block-inline;
   
   }
 
  dl.icon {
   min-height: 35px;
   background-position: 10px 50%;
   background-repeat: no-repeat;
    margin-bottom: 1em;
    dislay:block;
  }

dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
   display:grid;
   padding-left:5px;
   }



/*******************************************DEBUT CHATBOX MOBILE********************/
 
/* -- 22. CHATBOX -- */
body.chatbox { background-color:#FFF; }

#chatbox_members, #chatbox_members:after, #chatbox { transition:200ms; }
#chatbox_header, #chatbox_footer, #chatbox_members, #chatbox {
  position:absolute;
  left:0;
  right:0;
}

#chatbox_header { top:0; }
#chatbox_footer { bottom:0; }
#chatbox_header, body #chatbox_footer {
  color:#FFF;
  background:#69C;
  height:40px;
  line-height:40px;
  padding:0 3px;
  overflow:hidden;
}

#chatbox_header a { color:#FFF; }

.chatbox-title, .chatbox-options li { float:left; }
.chatbox-options { float:right; }
.chatbox-options li { list-style-type:none; }

/* buttons */
body #divcolor { line-height:15px; }
#divsmilies > img { vertical-align:middle; }
#divcolor, #divsmilies, #help-button, #submit_button, .format-message + label {
  margin:8px 1px 0 1px;
  cursor:pointer;
  overflow:hidden;
}

.text-field { padding-left:6px; }
#message, body #submit_button {
  height:auto;
  padding:3px;
}

/* messages */
#chatbox {
  top:70px;
  bottom:40px;
  padding:3px;
  overflow:hidden;
  overflow-y:auto;
  border:1px solid #69C;
}

body #chatbox > p {
  margin:3px 0;
  border:none;
}

/* member lists */
#chatbox_members {
  top:40px;
  height:30px;
  overflow:hidden;
  border-left:1px solid #69C;
  border-right:1px solid #69C;
}

#chatbox_members:after {
  content:"Hover over to see who is online.";
  color:#FFF;
  font-size:16px;
  line-height:30px;
  text-align:center;
  background:rgba(0, 0, 0, 0.3);
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity:1;
}

#chatbox_members > h4 {
  color:#FFF;
  background:#69C;
  position:absolute;
  top:0;
  left:0;
  width:50%;
  height:30px;
  line-height:30px;
  text-align:center;
  display:block !important;
}

#chatbox_members > h4.online { background:#8B5; }
#chatbox_members > h4.away {
  background:#E53;
  border-left:1px solid #69C;
  left:auto;
  right:0;
}

#chatbox_members > ul {
  position:absolute;
  top:30px;
  left:0;
  width:50%;
  height:120px;
  overflow:hidden;
  overflow-y:auto;
}

#chatbox_members > ul:empty:after {
  content:"";
  display:block;
  padding:3px;
  text-align:center;
}

#chatbox_members > ul.away-users:empty:after { content:"No members are currently away."; }
#chatbox_members > ul.online-users:empty:after { content:"No members are currently online."; }

#chatbox_members > ul.away-users {
  border-left:1px solid #69C;
  left:auto;
  right:0;
}

#chatbox_members > ul > li { padding:3px; }
#chatbox_members li span { cursor:pointer; }

#chatbox_members:hover + #chatbox { top:190px; }
#chatbox_members:hover { height:150px; }
#chatbox_members:hover:after {
  opacity:0;
  visibility:hidden;
}

body #chatbox_contextmenu {
  background:#FFF;
  border:1px solid #CCC;
  padding:3px;
  min-width:100px;
}

/* embedded chatbox */
.panel #chatbox_bottom, .panel #chatbox_top {
  height:400px !important;
}

/* cb-avatar */
body #chatbox .cb-avatar {
  border:2px solid #69C !important;
  box-shadow:none;
}

body #chatbox .cb-avatar, body #chatbox .cb-avatar img {
  height:34px;
  width:34px;
}
 
  /* CHATBOX */
  label[for="message"] { display:none; }
  #message { width:80%; }
  #submit_button {
    width:15%;
    float:right;
  }

  #chatbox { bottom:80px; }
  #chatbox_footer { height:80px !important; }
  #chatbox_footer .style-buttons {
    display:block;
    float:none;
  }
  #content-container div#left {
   width: 180px;
   float: left;
   margin-right: 0px;
   overflow: hidden;
    border:1px solid;
   }
}
  /*******************************************************FIN CHATBOX MOBILE*******/
 
@media (min-width:0px) and (max-width:640px) {
  #content-container div#left {
   width: 180px;
   float: left;
   margin-right: 0px;
   overflow: hidden;
    border:1px solid;
   }
 
  #logo {display:none;}
 
  .info, .success, .warning, .error, .validation {
   border: 1px solid;
   margin: 10px 0px;
   padding:15px 10px 15px 50px;
   background-repeat: no-repeat;
   background-position: 10px center;
   width:auto;
}

  .panel-mob {
   margin-bottom: 4px;
   padding: 0px 10px;
   background-color: #10161f;
   color: #73757a;
  display:none;
   }
  dd.topics, dd.views,dd.dterm {
   width: 8.3333333%;
   font-size:0.5rem;
   border: none;
    display:none;
 
   }
  #smiley-box, .smile-status-box {
    background-color: #10161f;
    float: right;
    margin-top: 25px;
    width: 18%;
    display:none;
}
  dl.icon dd.dterm, dl.icon dt {
    background-position: 5px 50%;
    background-repeat: no-repeat;
   
}
dd.dterm {
    display: block;
    float: left;
    font-size: 1.1em;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    ;
   
}
  dd.info span{display:none;}

}

Revenir en haut Aller en bas
https://teste-mystors.kanak.fr
 
Code css phpbb3
Revenir en haut 
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Projet Nemesis I :: Catégorie 1-
Sauter vers: