User:Spectrazzz/common.css: Difference between revisions

From GRAY RAVENS
Content added Content deleted
No edit summary
No edit summary
 
(42 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will only be applied to User:Spectrazzz */
/* CSS placed here will only be applied to User:Spectrazzz */


/* -- hide cookie warnign container -- */
/*@media only screen and (min-width: 850px) {*/
.mw-cookiewarning-container {
#catlinks div {
display: none !important;
display: initial !important;
}
}


.mw-datatable td, .mw-datatable td:hover { background-color: gray!important; }
a,
a:visited {
color: #FAB141 !important;
}


#mw-footer {
/* CSS For No History Tabber (Template:Tab) */
margin: 5px auto !important;
.no-history-tabber-panel .oo-ui-optionWidget {
color: black;
font-family: Verdana, sans-serif;
font-size: 12px;
font-weight: 700;
padding: 3px .5em;
}
}
/*
.no-history-tabber-panel .oo-ui-optionWidget:hover {
@media screen and (max-width: 850px) {
background-color: #e4e4e4 !important;
::after {
}
display:none !important;
.no-history-tabber-panel .oo-ui-optionWidget.oo-ui-widget-enabled {
border: 1px solid #e0e0e0;
}
.no-history-tabber-panel .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
border: 1px solid black;
cursor: pointer;
}
.no-history-tabber-panel .oo-ui-tabOptionWidget .oo-ui-labelElement-label {
border: 0 !important;
margin: 0;
padding: 0;
line-height: normal;
}
}
}*/


/*@media only screen and (min-width: 850px) {
.no-history-tabber-panel .oo-ui-tabSelectWidget-framed {
#catlinks div {
background-color: inherit;
display: none !important;
}
}*/
/*
@media screen and (max-width: 850px) {
div#mw-related-navigation {
display: none !important;
}
}*/


.no-history-tabber-panel .oo-ui-optionWidget {
color: black;
font-family: 'Lato',sans-serif !important;
font-size: 14px;
font-weight: 700;
padding: 3px .5em;
background: linear-gradient(to right, #d7e9fb 50%, white 50%);
background-size: 200% 100%;
background-position: right bottom;
transition: all .25s ease-out;
}
.no-history-tabber-panel .oo-ui-optionWidget:hover {
background-position: left bottom;
}
.no-history-tabber-panel .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
border: 1px solid #000;
}
/* End of No History Tabber CSS*/


/*div#mw-related-navigation {
display: none !important;
}*/


/*#mw-content a,
#mw-content a:visited {
color: #528259;
}*/



/* CSS For No History Tabber (Template:Tab) */
/* End of No History Tabber CSS*/




Line 151: Line 133:
display: none;
display: none;
}*/
}*/


/* CSS Typing Text
*
* @author: Unknown
* current version crafted together by [[User:Christharp]].
*/

Latest revision as of 13:12, 10 December 2022

/* CSS placed here will only be applied to User:Spectrazzz */

/* -- hide cookie warnign container -- */
.mw-cookiewarning-container {
	display: initial !important;
}

.mw-datatable td, .mw-datatable td:hover { background-color: gray!important; }

#mw-footer {
    margin: 5px auto !important;
}
/*
@media screen and (max-width: 850px) {
::after {
	display:none !important;
}
}*/

/*@media only screen and (min-width: 850px) {
#catlinks div {
    display: none !important;
}*/
 
/*
@media screen and (max-width: 850px) {
	div#mw-related-navigation {
		display: none !important;
	}
}*/


/*div#mw-related-navigation {
	display: none !important;
}*/

/*#mw-content a,
#mw-content a:visited {
    color: #528259;
}*/


/* CSS For No History Tabber (Template:Tab) */
/* End of No History Tabber CSS*/


/* JS Tab System, Jacked and Hacked from the jsprefs in monobook/main.css -Dantman */
/*.tabtoc {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
}
 
.tabtoc li {
	background-color: #f0f0f0;
	color: #000;
}
 
.tabtoc li {
	margin: 1px -2px 1px 2px;
	float: left;
	padding: 2px 0 3px 0;
	border: 1px solid #fff;
	border-right-color: #716f64;
	border-bottom: 0;
	position: relative;
	white-space: nowrap;
	list-style-type: none;
	list-style-image: none;
	z-index: 3;
}
 
.tabtoc li.selected {
	font-weight: bold;
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	border-bottom: none;
	cursor: default;
	top: 1px;
	padding-top: 2px;
	margin-right: -3px;
}
 
.tabtoc > li.selected {
	top: 2px;
}
 
.tabtoc a,
.tabtoc a:active {
	display: block;
	color: #000;
	padding: 0 .7em;
	position: relative;
	text-decoration: none;
}
 
.tabtoc li.selected a {
	cursor: default;
	text-decoration: none;
}
 
.tabcontainer {
	margin: 0;
	border: 1px solid #aaa;
	clear: both;
	padding: 1.5em;
	background-color: #F9F9F9;
}
 
 
.tabsection {
	border: none;
	padding: 0;
	margin: 0;
}
 
.tabsection .tabbox {
	border: 1px solid #aaa;
	float: left;
	margin-right: 2em;
}
 
.tabsection .tab {
	font-weight: bold;
}
 
.tabsection table, .tabsection .tab {
	background-color: #F9F9F9;
}
 
.mainTab {
	display: none;
}*/


/* CSS Typing Text
 * 
 * @author: Unknown
 * current version crafted together by [[User:Christharp]].
 */