Wiki Warframe

Utilisation du Wiki

Pour une meilleure utilisation du Wiki Warframe FR, merci d'activer les scripts Javascript lors de la consultation de certains pages, pour assurer le fonctionnement de certaines fonctionnalités.
Si vous souhaitez contribuer au Wiki, rejoignez-nous sur le Discord Warframe FR (espace wiki)

- Yazu 17:00 01/10/2022

EN SAVOIR PLUS

Wiki Warframe
Advertisement

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/***** Le CSS placé ici sera appliqué à tous les habillages autres que Wikia *****/
@import url("/MediaWiki:Tooltips.css?ctype=text/css&action=raw");/*Current Tooltips.js */

/* Polices importées */
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Michroma&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Philosopher&display=swap');
@import url('https://fonts.googleapis.com/css?family=Manjari&display=swap');

/* Marque les redirections dans Special:Allpages et Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

/* Templates */
/** Navbox template **/
.navbox {
     background-color: rgba(109, 97, 72, 0.25);
     border: 1px solid #6D6148;
     margin-bottom: 10px;
     text-align: center;
     width: 100%;
}

.navboxhead {
     background-color: #6D6148;
     color: white;
     font-size: 14px;
     margin: 0 auto;
     padding: 2px 0;
     text-align: center;
}

.navboxhead a {
     color: white;
}

.navboxgroup {
     background-color: #6D6148;
     color: white;
     font-weight: bold;
     text-align: center;
     width: 15%;
}

.navboxfooter {
     background-color: #6D6148;
     color: white;
     font-size: 14px;
     margin: 0 auto;
     padding: 2px 0;
     text-align: center;
}

 /* TabView extension */
.yui-content {
    background-color: #EDF5FF;
    text-align:center !important;
    padding: 0px;
}
 
.yui-nav {
    border-color:#EDF5FF;
    border-style:solid;
    text-align:center !important;
}
  
.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
    border-color:#EDF5FF;
    border-style:solid;
}
 
.yui-navset .yui-nav .selected {
    background-color: #EDF5FF;
}
 
/* Style des tabview non sélectionnées */
.yui-navset .yui-nav li {
    color:black !important; /* couleur du texte de l'onglet inactif */
    border:none !important; /* contour des onglets inactifs */
    background-color:#EDF5FF !important; /* fond de l'onglet inactif */
}

/* Personnalisation de TabView */
ul.tabs {
    border:none !important; /* bordure autour des onglets */
    background-color:#474747 !important;
    text-align:center !important;
    color:black !important;
    font-weight:normal !important;
    text-transform:uppercase !important;
}

/** Onglet actif **/
ul.tabs li.selected a {
    color:black !important; /* couleur du texte de l'onglet actif */
    font-weight:normal !important; /* typographie du texte de l'onglet actif */
    border:none !important; /* contour de l'onglet actif */
    background-color:white !important; /* fond de l'onglet actif */
}
 
/** Onglet inactif **/
ul.tabs li a {
    color:white !important; /* couleur du texte de l'onglet inactif */
    border:none !important; /* contour des onglets inactifs */
    background-color:#474747 !important; /* fond de l'onglet inactif */
}
 
/** Contenu de l'onglet actif **/
div.tabBody.selected {
    color: white !important;
    border: 2px solid #474747 !important;
    border-top: none !important;
}

/** Infobox template **/
.infobox {
     width: 270px;
     background-color: rgba(109, 97, 72, 0.25);
     border: 1px solid #6D6148;
     color: white;
     float: right;
     font-size: 12px;
     margin:0px 0px 10px 2em;

}
 
.infobox .name {
     text-align:center; 
     background-color:#6D6148; 
     font-size:18px; 
     height:50px
}
 
.infobox .image {
     height: 200px;
     padding:0.5em; 
     text-align:center;
}
 
.infobox .category {
     background:#6D6148;
     font-size:13px;
}
 
.infobox .category a {
     color:#afd8ff;
}
 
.infobox .left {
     width:50%; 
     background-color:#6D6148; 
     text-align:right; 
     padding:0px 5px;
     color: white;
}
 
.infobox .left a {
     color:#afd8ff;
}
 
.infobox .right {
     width:50%; 
     text-align:left; 
     padding:0px 5px; 
}

/** Infobox horizontal**/
.infobox-hori {
     background-color: rgba(109, 97, 72, 0.25);
     border: 1px solid #6D6148;
     color: white;
     float: left;
     font-size: 12px;
     margin: 0px 0px 10px 2em;
     width: 660px;
}
 
.infobox-hori .name {
     background: none repeat scroll 0% 0% #6D6148;
     color: white;
     font-size: 18px;
     padding: 3px;
     text-align: center;
}
 
.infobox-hori .image {
     height: 200px;
     padding: 0.5em;
     text-align: center;
}
 
.infobox-hori .category {
     background: none repeat scroll 0% 0% #6D6148;
     color: white;
}
 
.infobox-hori .category a {
     color:white;
}
 
.infobox-hori .left {
     background: none repeat scroll 0% 0% #6D6148;
     color: white;
     text-align: right;
     padding-right: 5px;
}
 
.infobox-hori .left a {
     color:white;
}
 
.infobox-hori .right {
     padding: 1px 5px;
     text-align: left;
     width: 110px;
}

.htt .tooltip-content .tooltip-hide, .hidden { 
    display:none; 
}
 
.tooltip-ready {
    visibility:hidden;
    display:block;
    z-index:999;
}

/* Prise en compte des titres de section dans Tabber */
.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 { 
    display:block !important; 
}

/* Personnalisation des onglets Tabber */

/** Personnalisation générale des onglets (navigation) **/
ul.tabbernav {
    border: none !important; /* bordure autour des onglets */
    background-color: #3A2E15 !important;
    padding: 0px !important; /*8px*/
    text-align: center !important;
    color: black !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}
ul.tabbernav li {
    margin: 0px !important;
    display: inline-grid !important;
}

/** Personnalisation des onglets inactifs **/
ul.tabbernav li:not(.tabberactive) a {
    color: white !important; /* couleur du texte de l'onglet inactif */
    padding: 8px !important;
    border: none !important; /* contour des onglets inactifs */
    background-color: #3A2E15 !important; /* fond de l'onglet inactif */
}

/** Personnalisation des onglets actifs **/
ul.tabbernav li.tabberactive a {
 color: black !important; /* couleur du texte de l'onglet actif */
 padding: 8px !important;
 font-weight: normal !important; /* typographie du texte de l'onglet actif */
 border: none !important; /* contour de l'onglet actif */
 background-color: white !important; /* fond de l'onglet actif */
}

/** Personnalisation générale du tabber **/
.tabberlive {
 width: 100% !important; /* longueur du tabber */
}
.tabberlive .tabbertab {
 border: 2px solid #3A2E15 !important; /* contour du contenu de l'onglet */
 border-top: none !important; /* bordure au dessus du contenu de l'onglet (donc sous les onglets) */
}

/* Void drop table*/
table.voidtable {
    width:100%;
    text-align:left;
    border:1px solid #6D6148;
    border-collapse: collapse;
    background:rgba(246,246,231,0.2);
}
 
table.voidtable th {
    background-color: #6D6148;
    color:white;
    width:50%;
    padding:0px 4px;
    border:1px solid #6D6148;
}
 
table.voidtable td {
    width:50%;
    border:1px solid #6D6148;
    vertical-align: top;
}

/* Custom list table*/
table.listtable {
    width:100%;
    border-collapse: collapse;
    text-align:center;
}
 
table.listtable th {
    background-color: black;
}
 
table.listtable tr:nth-child(odd) td{
    background-color: rgba(109, 97, 72, 0.5);
}
table.listtable tr:nth-child(even) td{
    background-color: rgba(58, 46, 21, 0.5);
}

/* Custom Foundry table*/
table.foundrytable {
    color:white;
    text-align:center;
    max-width:calc(100% - 305px);
    border-collapse: collapse;
}

table.article-table {
    color:white;
    text-align:center;
    border-collapse: collapse;
}

table.foundrytable th,
table.foundrytable td,
table.article-table th,
table.article-table td {
    border:1px solid #6D6148;
}

table.foundrytable th,
table.article-table th {
    background-color: #6D6148;
    color: white;
}

table.foundrytable td,
table.article-table td {
    background-color: rgba(109, 97, 72, 0.25);
}
table.foundrytable th a,
table.article-table th a{
    color: white;
}

/* Custom Mod table*/
.emodtable, .emodlist, .bigmodtable {
    text-align: center;
    border-collapse: collapse;
}
.bigmodtable {
    width: 100%;
}
.emodtable th, .bigmodtable th {
    background-color: black;
    border: 1px solid #6D6148;
    color: #FF8000;
    width: 65px;
}
.emodtable th a, .bigmodtable th a{
    color: #FF8000;
}
.emodtable td, .bigmodtable td {
    background-color: #353535;
    background-color: rgba(109, 97, 72, 0.3);
    border: 1px solid #6D6148;
}

/* ----- Widget : Forum ----- */
/*#ForumActivityModule .activity-items {
    background-color: rgba(109, 97, 72, 0.25);
    border: 1px solid #6D614852;
    padding: 5px 10px;
    margin: 0;
}*/
.mw-content-ltr .forum-activity-module h2 {
    display:none;
}
.mw-content-ltr .forum-activity-module ul {
    background-color: rgba(28, 27, 27, 0.58); /*rgba(109, 97, 72, 0.25);*/
    border: 1px solid #4b423e52; /*#6D614852;*/
    padding: 5px 10px;
    margin: 0;
}
.mw-content-ltr .forum-activity-module {
    width: initial !important;
}
.mw-content-ltr .forum-activity-module .page-title {
    font-family: 'Prototype', serif;
}
.mw-content-ltr .forum-activity-module .edit-info {
    font-family: 'Manjari', serif;
    font-size: 13px;
}

/* Main page */
/** General **/
.mainpage-header {
    position:relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #6D6148;
    padding-top: 14px;
    padding-left: 22px;
    height: 54px;
    width: 97.5%;
    width: -moz-calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: -o-calc(100% - 35px);
    width: calc(100% - 35px);
    margin-bottom: 5px;
    margin-top: 19px;
    font-size: 20px;
    color: white;
    font-family: 'Michroma', serif;
    font-weight: bold;
}
 
.mainpage-header-right {
    position: absolute;
    top: 0px;
    right: -20px;
    height: 100%; 
    width: 50px;
    background: #6D6148;
    transform: skew(30deg);
}
 
.mainpage-header-sub {
    font-size: 18px;
    color: orange;
    font-family: 'Michroma', serif;
    font-weight: 700;
}
 
.mainpage-header-news {
    margin-bottom: 10px;
    font-size:25px;
    color: orange;
    font-family:'Open Sans';
    font-weight:700;
}

.mainpage-box-blogs .WikiaBlogListing {
    border: 1px solid #6d614842;
    margin-top: 9px;
    background: #6d61482e;
}

.mainpage-box-blogs .recent {
    float: left;
    margin-top: 7px;
    width: 50%;
}
.recent {
    width: 49.25% !important;
    height: 100%;
}

.mainpage-box-blogs .popular {
    float: right;
    margin-top: 7px;
    width: 48%;
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
}
.popular {
    width: 49.25% !important;
    height: 100%;
    float: right;
}

.author-details h2 a {
    font-family: 'Michroma', serif;
    font-size: 18px;
    font-weight: bold;
    color: orange;
}
.author-details span {
    font-family: 'Manjari', serif;
    font-size: 15px;
}

/***** Portable Infobox - styles for new class names *****/
/***** (changes to be announced soon) *****/
 
.portable-infobox {
     width: 270px;
     background-color: rgba(109, 97, 72, 0.25);
     border: 1px solid #6D6148;
     color: white;
     float: right;
     font-size: 11px;
     /*padding: 0 0 5px 0;*/
}
 
.portable-infobox .item-type-key-val {
    box-sizing: border-box;
    display:table;
    width: 100%;
}

.portable-infobox .pi-data-label,
.portable-infobox .pi-data-value {
    display: table-cell !important; /* needed for proper handling of tabber */
    padding-left: 7px;
    font-size: 11px;
}
 
.portable-infobox .pi-data-value {
    padding-top: 2px;
}
 
.tabberlive .tabbertab .portable-infobox h3.pi-data-label {
    display: table-cell !important; /* needed for proper handling of tabber */
}
 
/* Custom Tabber style*/
.WikiaArticle .tabbertab-borderless ul.tabbernav,
.WikiaArticle .tabbertab-bordered ul.tabbernav {
    /*background-color: #2c3e45;*/
    padding: 8px;
    border: none;
    text-align: center;
    color: #FFF;
    font-weight:normal;
    text-transform:uppercase;
}
 
.WikiaArticle .tabbertab-borderless ul.tabbernav li a,
.WikiaArticle .tabbertab-bordered ul.tabbernav li a {
    border: none;
    background: none;
    text-decoration: none;
    color: white; 
}
 
.WikiaArticle .tabbertab-borderless ul.tabbernav li a:link,
.WikiaArticle .tabbertab-bordered ul.tabbernav li a:link {
    color: white; 
}
 
.WikiaArticle .tabbertab-borderless ul.tabbernav li a:hover,
.WikiaArticle .tabbertab-bordered ul.tabbernav li a:hover {
    background-color:transparent;
}
 
.WikiaArticle .tabbertab-borderless ul.tabbernav li.tabberactive a,
.WikiaArticle .tabbertab-bordered ul.tabbernav li.tabberactive a {
    border-bottom: none;
    /*background-color: #517783;*/
    padding: 8px;
    color: white;
}
 
.WikiaArticle .tabbertab-borderless .tabberlive,
.WikiaArticle .tabbertab-bordered .tabberlive {
    width: 100%;
}
 
.WikiaArticle .tabbertab-borderless .tabberlive .tabbertab {
    border: none;
    padding: 0px;
}
 
.WikiaArticle .tabbertab-bordered .tabberlive .tabbertab {
    /*border: #878894 solid 1px;*/
}
 
.tabbertab-borderless .tabberlive .tabbertab {
    border: 0 !important;
}
 

/* Portable Infobox */
 
.portable-infobox .pi-data-label {
    width: 89px;
    background: none repeat scroll 0% 0% #6D6148;
    color: #FFFFFF;
    text-align: right;
    padding: 0 5px 0 10px;
    vertical-align: middle;
}
 
.portable-infobox .pi-data-label a {
    color: #FFFFFF;
}
 
.portable-infobox .pi-item:not(:last-of-type) {
    border-bottom: 0px;
}
 
/** Styling section headers **/
 
.portable-infobox .pi-header.pi-secondary-font {
    font-size: 13px;
    padding: 5px;
    color: #FFFFFF;
}
 
.portable-infobox .pi-item-spacing {
    /*padding: 2px 4px 0px 4px;
    min-height: 24px;*/
    padding: 0;
    padding-top: 1px;
}
 
.portable-infobox .pi-header {
    background-color: #6D6148;
    /*margin: 2px 4px 0px 4px;
    height: 24px;*/
    text-align: center;
    min-height: 0px;
}
 
.portable-infobox .pi-title {
    background-color: #6D6148;
    color: #FFFFFF;
    font-size: 18px;
    padding: 1em;
    text-align: center;
    margin: 4px;
}

.portable-infobox .pi-data .pi-data-value:only-child {
    /*background-color:rgba(56,45,20,0.75);*/
    text-align: center;
    width: 100%;
}

.pi-theme-Voile-Rouge .pi-image {background:#3D1839;}
.pi-theme-Arbitres-d_Hexis .pi-image, .pi-theme-Méridien-d_Acier .pi-image {background:#374045;}
.pi-theme-Céphalon-Suda .pi-image {background:#3D375D;}
.pi-theme-La-Séquence-Perrin .pi-image {background:#3D4963;}
.pi-theme-Céphalon-Simaris .pi-image {background:#5F3C0D;}
.pi-theme-Conclave .pi-image {background:black;}
.pi-theme-Nouveau-Loka .pi-image {background:#2A3C2E;}


/*--PERSONNAL CSS Yazuh--*/
.goldy {
    background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
}

.goldy:hover {
    filter: brightness(150%);
    transition: 0.3s;
}

.goldy a {
    text-decoration:none;
}

.profile_container_15 {
    border: solid;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-image: linear-gradient(167deg, #68602d 1%, #605425 25%, #eee3a1 50%, #6d684b 75%, #aa953e 100%) 30;
    background: radial-gradient(ellipse at center, #443501 0%,#000000 100%);
}
/*----*/


/** Discord box **/
.mainpage-box-discord {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -user-select: none;
    cursor: pointer;
    display: inline-flex;
    transform: skew(30deg);
    width: 260px;
    margin: 0 25px 15px auto;
    padding:10px 0px;
    text-align: center;
}
 
.mainpage-box-discord a {
    vertical-align:middle;
    font-family:'Open Sans';
    font-weight: lighter;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
    color: #FFFFFF;
}
/* ------------------ */

/** Cross-fade img **/
.fadein {
    top:0px;
    left:50%;
    margin:auto;
    float:right;
}
.fadein img {
    vertical-align:middle;
    position:absolute;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 0.5;}
    33% {opacity: 1;}
    53% {opacity: 0.5;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 0.5;}
    33% {opacity: 1;}
    53% {opacity: 0.05;}
    100% {opacity: 0;}
}

.f1 {

}
.f2 {
    -webkit-animation-delay: -2s;
}
/* ------------------ */

/* ================ Ceci est un test pas très convainquant :P  !!!!!! ===================== */
.navigation {
    position: fixed;
    left: 0px;
    top: 55px;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;
    font-family: 'Open Sans', serif;
    font-size: 14px;
    height: 100vh;
    width: 13em;
    background: #002a32; /*#212121;*/
    zoom: 1;
}

.navigation:before {
  content: '';
  display: block;
}

.navigation:after {
  content: '';
  display: table;
  clear: both;
}

.navigation a,
.navigation .btn-nav {
  display: block;
  padding: 8px 1.3em;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation ul,
.navigation ul li,
.navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation ul {
  position: relative;
  z-index: 500;
  float: left;
}

.navigation ul li {
  float: left;
  min-height: 0.05em;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}

.navigation ul li.hover,
.navigation ul li:hover {
  position: relative;
  z-index: 510;
  cursor: default;
}

.navigation ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 520;
  width: 100%;
}

.navigation ul ul li { float: none; }

.navigation ul ul ul {
  top: 0;
  right: 0;
}

.navigation ul li:hover > ul { visibility: visible; }

.navigation ul ul {
  top: -1px;
  left: 100%;
}

.navigation ul li { float: none; }

.navigation ul ul { margin-top: 0.05em; }

.navigation > ul { width: 13em; }

.navigation ul ul { width: 15em; }

.navigation > ul > li > a {
    border-left: 2px solid transparent;
    /*border-right: 0.3em solid #6D6148;*/
    color: #ffffff;
    transition: .5s;
}

.navigation > ul > li > a:hover { color: #ffffff; }

.navigation > ul > li a:hover,
.navigation > ul > li:hover a,
.navigation > ul > li:hover .btn-nav { 
    background: #002A32; 
    border-left: 2px solid #00b5b6;
}

.navigation li { position: relative; }

.navigation ul li.has-sub > a:after,
.navigation ul li > .btn-nav:after {
  content: '»';
  position: absolute;
  right: 1em;
}

.navigation ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.navigation ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}

.navigation ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/*.navigation ul ul { 
    border: 1px solid #031D22; 
}*/

.navigation ul ul a { 
    color: #ffffff; 
}
.navigation ul ul a:hover { 
    color: #ffffff; 
}

.navigation ul ul li { 
    /*border-bottom: 1px solid #031D22;*/
    /*transition: .5s;*/
}
.navigation ul ul li:hover > a,
.navigation ul ul li:hover > .btn-nav {
    background: #0e5968;
    color: #ffffff;
}

.navigation.align-right > ul > li > a {
  border-left: 0.3em solid #6D6148;
  border-right: none;
}

.navigation.align-right { float: right; }

.navigation.align-right li { text-align: right; }

.navigation.align-right ul li.has-sub > a:before,
.navigation.align-right ul li.has-sub > .btn-nav:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}

.navigation.align-right ul li.has-sub > a:after,
.navigation.align-right ul li.has-sub > .btn-nav:after { 
    content: none; 
}

.navigation.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}

.navigation.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.navigation.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}

.navigation.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
Advertisement