Template:WikiProject Rusyns header/styles.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>KaerbaqianRen at 20:45, 10 January 2022 (KaerbaqianRen moved page Template:WikiProject Rusyns Header/styles.css to Template:WikiProject Rusyns header/styles.css without leaving a redirect). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* BANNER */

style + table *{
	border:0px solid transparent !important;	
}

style + table td:first-child  { }
style + table table  {
background-image:linear-gradient(to bottom,rgb(50,51,102)50%,#f7f7f7 50%,#f7f7f7 75%,rgb(179,74,67)75%);
}

style + table table > tbody  {
background-image:repeating-linear-gradient(135deg,transparent 0, rgba(0,0,0,.2) 15%, transparent 30%);
}

style + table table td,
style + table table tr{
	display:block;
}

style + table table tr{
	display:flex;
}

style + table table td:first-child{
	width:auto !important;
	flex-grow: 5;
	align-self: center;
	justify-content: center;
	display: flex;
}

style + table table td:nth-child(2){
	flex-grow: 95;
	padding-left:0 !important;
}

style + table table td:nth-child(2):first-line{
	color:white !important;
}


/* TABS */

.template-page-tabs{
	background-image: linear-gradient(to top,transparent 4px,#e8f2f8 4px,transparent 2.6em,#f6f6f6 2.7em,transparent 100%) !important;
	flex-wrap:wrap-reverse !important;
}

.template-page-tabs,
.template-page-tabs *{
	background-color:transparent !important;
	font-weight:normal !important;
}

.template-page-tabs span {
    border: solid #a7d7f9 !important;
    border-width: 0px 1px 1px 1px !important;
/*    margin:0px !important;
    background-image:linear-gradient(to top,#77c1f6,#e8f2f8 1px,transparent) !important;
*/
}

/* First Tab (when unselected) */
.template-page-tabs span:first-child {
    border-left-width: 0px !important;
}

/* Current Selection */
.template-page-tabs span[style="background-color:white;border-bottom:0;font-weight:bold"] {
    border-width: 1px !important;
    border-bottom-color:transparent;
    background-color:white !important;
    border-bottom-color: white !important;
    background-image:none !important;
}

.template-page-tabs span.spacer {
    border-width: 0px 0px 1px 0px !important
}