Welcome to Assassin's Creed Wiki! Log in and join the community.
User:Soranin/mediawiki.css: Difference between revisions
Jump to navigation
Jump to search
imported>Soranin No edit summary |
imported>Soranin will ANYTHING change? Probably not. |
||
| Line 1: | Line 1: | ||
. | .tabbertab { | ||
border-bottom: 0 !important; | |||
ul.tabbernav li { | padding: 3px 0 !important; | ||
line-height: 20px !important; /*2lines tabber fix*/; | |||
. | } | ||
/* add spaces to tabview tabs */ | |||
.tabberlive > ul.tabbernav > li { | |||
} .tabberlive ul.tabbernav { | margin-right: 2px; | ||
} | |||
/* not applying on the last tabview tabs */ | |||
.tabberlive > ul.tabbernav > li:last-child { | |||
margin-right: 0; | |||
} | |||
.tabbernav { | |||
background: transparent; | |||
border-bottom: 0 !important; | |||
padding: 3px 0 !important; | |||
} | |||
/* inactive tabs when hovered */ | |||
ul.tabbernav li:hover a:link { | |||
opacity: 0.7; | |||
filter:alpha(opacity=70); | |||
border: 1px solid none !important; | |||
color:white !important; | |||
} | |||
ul.tabbernav li a { | |||
-moz-border-radius-topleft: 5px !important; | |||
-moz-border-radius-topright: 5px !important; | |||
background: #158A8A !important; | |||
border-top-left-radius: 5px !important; | |||
border-top-right-radius: 5px !important; | |||
border: 2px solid none !important; | |||
border-color:orange; | |||
color:white !important; | |||
font-size: 14px !important; | |||
font-weight: normal !important; | |||
margin-left: 0 !important; | |||
padding: 3px 0.5em !important; | |||
position: relative; | |||
} | |||
ul.tabbernav li.tabberactive a { | |||
background-color:orange !important; | |||
border: 2px solid none !important; | |||
border-color:darkorange; | |||
color:white !important; | |||
cursor: default; | |||
font-size: 14px !important; | |||
font-weight: bold !important; | |||
} | |||
ul.tabbernav li.tabberactive { | |||
line-height: 0 !important; | |||
} | |||
ul.tabbernav li.tabberactive:first-child a { | |||
margin-left: 0 !important; | |||
} | |||
.tabbertab .ajax-poll { | |||
border: none !important; | |||
} | |||
.tabberlive .tabbertab h2, | |||
.tabberlive .tabbertab h3 { | |||
display: block !important; | |||
} | |||
.tabbertab { | |||
border: none !important; | |||
} | |||
/* additional tab changes */ | |||
.tabs li a, | |||
ul.tabbernav li a, | |||
ul.tabbernav li a:link, | |||
ul.tabbernav li a:visited { | |||
background-image: none !important; | |||
} | |||
.tabs .selected a, | |||
.tabs .selected a:hover, | |||
ul.tabbernav li.tabberactive a, | |||
ul.tabbernav li.tabberactive a:hover { | |||
background-image: none !important; | |||
} | |||
ul.tabbernav li a:hover, | |||
.tabs li a:hover { | |||
background-image: none !important; | |||
} | |||
ul.tabbernav { | |||
border: none !important; | |||
} | |||
input.color-changer { | |||
margin-left:10px; | |||
margin-top:2px; | |||
} | |||
.WikiaActivityModule .edited-by a { | |||
padding-top: 8px; | |||
padding-bottom: 8px; | |||
} | |||
.noarticletext { | |||
border: none !important; | |||
} | } | ||
Revision as of 03:08, 20 July 2020
.tabbertab {
border-bottom: 0 !important;
padding: 3px 0 !important;
line-height: 20px !important; /*2lines tabber fix*/;
}
/* add spaces to tabview tabs */
.tabberlive > ul.tabbernav > li {
margin-right: 2px;
}
/* not applying on the last tabview tabs */
.tabberlive > ul.tabbernav > li:last-child {
margin-right: 0;
}
.tabbernav {
background: transparent;
border-bottom: 0 !important;
padding: 3px 0 !important;
}
/* inactive tabs when hovered */
ul.tabbernav li:hover a:link {
opacity: 0.7;
filter:alpha(opacity=70);
border: 1px solid none !important;
color:white !important;
}
ul.tabbernav li a {
-moz-border-radius-topleft: 5px !important;
-moz-border-radius-topright: 5px !important;
background: #158A8A !important;
border-top-left-radius: 5px !important;
border-top-right-radius: 5px !important;
border: 2px solid none !important;
border-color:orange;
color:white !important;
font-size: 14px !important;
font-weight: normal !important;
margin-left: 0 !important;
padding: 3px 0.5em !important;
position: relative;
}
ul.tabbernav li.tabberactive a {
background-color:orange !important;
border: 2px solid none !important;
border-color:darkorange;
color:white !important;
cursor: default;
font-size: 14px !important;
font-weight: bold !important;
}
ul.tabbernav li.tabberactive {
line-height: 0 !important;
}
ul.tabbernav li.tabberactive:first-child a {
margin-left: 0 !important;
}
.tabbertab .ajax-poll {
border: none !important;
}
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 {
display: block !important;
}
.tabbertab {
border: none !important;
}
/* additional tab changes */
.tabs li a,
ul.tabbernav li a,
ul.tabbernav li a:link,
ul.tabbernav li a:visited {
background-image: none !important;
}
.tabs .selected a,
.tabs .selected a:hover,
ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover {
background-image: none !important;
}
ul.tabbernav li a:hover,
.tabs li a:hover {
background-image: none !important;
}
ul.tabbernav {
border: none !important;
}
input.color-changer {
margin-left:10px;
margin-top:2px;
}
.WikiaActivityModule .edited-by a {
padding-top: 8px;
padding-bottom: 8px;
}
.noarticletext {
border: none !important;
}