MediaWiki

Foreground.css: Difference between revisions

From The Rockman EXE Zone Wiki

No edit summary
No edit summary
Line 1: Line 1:
html, body {
html, body {
height: 100%;
height: 100% !important;
}
}


body, #page-content {
body, #page-content {
background: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_TilesGrain.png');
background: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_TilesGrain.png') !important;
background-repeat: repeat;
background-repeat: repeat !important;
background-position: top center;
background-position: top center !important;
background-attachment: fixed;
background-attachment: fixed !important;
}
}


#page-content {
#page-content {
padding: 30px 1% 0 1%;
padding: 30px 1% 0 1% !important;
background: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_TilesGrain.png');
background: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_TilesGrain.png') !important;
background-repeat: repeat;
background-repeat: repeat !important;
background-position: top center;
background-position: top center !important;
background-attachment: fixed;
background-attachment: fixed;
}
}
Line 21: Line 21:
margin-bottom: 0 !important;
margin-bottom: 0 !important;
background: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_header.png') !important;
background: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_header.png') !important;
box-shadow: 0 4px 0 rgba(0,0,0,0.25);
box-shadow: 0 4px 0 rgba(0,0,0,0.25) !important;
height: 88px !important;
height: 88px !important;
}
}


.top-bar .title-area {
.top-bar .title-area {
height: 100%;
height: 100% !important;
z-index: 9999;
z-index: 9999 !important;
}
}


Line 35: Line 35:


.top-bar .name h1 {
.top-bar .name h1 {
height: 100%;
height: 100% !important;
}
}


.top-bar .name h1 a {
.top-bar .name h1 a {
height: 100%;
height: 100% !important;
}
}


Line 53: Line 53:


.top-bar-section {
.top-bar-section {
height: 100%;
height: 100% !important;
}
}


Line 89: Line 89:


#searchform>div.row>div.columns {
#searchform>div.row>div.columns {
line-height: 88px;
line-height: 88px !important;
}
}


#page-content>div.row {
#page-content>div.row {
max-width: 1340px;
max-width: 1340px !important;
background-color: #FFF;
background-color: #FFF !important;
padding: 45px 0;
padding: 45px 0 !important;
margin-bottom: 30px;
margin-bottom: 30px !important;
background-image: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_content_header.png');
background-image: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_content_header.png') !important;
background-position: left top;
background-position: left top !important;
background-repeat: no-repeat;
background-repeat: no-repeat !important;
border: 1px solid #CCCCCC;
border: 1px solid #CCCCCC !important;
border-top: 1px solid #DADADA;
border-top: 1px solid #DADADA !important;
border-bottom: 4px solid #E0E0E0;
border-bottom: 4px solid #E0E0E0 !important;
border-radius: 4px;
border-radius: 4px !important;
}
}


#page-content>div.row:first-child {
#page-content>div.row:first-child {
display: none;
display: none !important;
}
}


#p-cactions #drop1 {
#p-cactions #drop1 {
right: 15px !important;
right: 15px !important !important;
left: initial !important;
left: initial !important !important;
}
}


#wpTextbox1 {
#wpTextbox1 {
width: 100%;
width: 100% !important;
}
}


/* @media only screen and (min-width: 58.75em) {
/* @media only screen and (min-width: 58.75em) {
#toc {
#toc {
position: fixed;
position: fixed !important;
bottom: 0;
bottom: 0 !important;
right: 1%;
right: 1% !important;
max-height: 100%;
max-height: 100% !important;
background: #DDD;
background: #DDD !important;
color: #333;
color: #333 !important;
overflow-x: hidden;
overflow-x: hidden !important;
overflow-y: auto;
overflow-y: auto !important;
border-top-left-radius: 1em;
border-top-left-radius: 1em !important;
border-top-right-radius: 1em;
border-top-right-radius: 1em !important;
}
}
#toc ul {
#toc ul {
margin: 5pt 1em 1em 1em;
margin: 5pt 1em 1em 1em !important;
overflow: hidden;
overflow: hidden !important;
}
}
#toctitle {
#toctitle {
position: relative;
position: relative !important;
padding: 1em 1em 0 1em;
padding: 1em 1em 0 1em !important;
}
}
#toctitle h2 {
#toctitle h2 {
margin: 0;
margin: 0 !important;
overflow: hidden;
overflow: hidden !important;
padding-bottom: 5pt;
padding-bottom: 5pt !important;
border-bottom: 1px solid black;
border-bottom: 1px solid black !important;
min-width: 6em;
min-width: 6em !important;
}
}
#toctitle h2::after {
#toctitle h2::after {
content: '×';
content: '×' !important;
font-size: 100%;
font-size: 100% !important;
float: right;
float: right !important;
}
}
#toctitle .toctoggle {
#toctitle .toctoggle {
color: transparent;
color: transparent !important;
float: left;
float: left !important;
height: 0;
height: 0 !important;
overflow: hidden;
overflow: hidden !important;
}
}
#togglelink {
#togglelink {
position: absolute;
position: absolute !important;
top: 0;
top: 0 !important;
right: 0;
right: 0 !important;
bottom: 0;
bottom: 0 !important;
left: 0;
left: 0 !important;
color: transparent;
color: transparent !important;
}
}
.tochidden {
.tochidden {
padding: 0 !important;
padding: 0 !important;
width: 5em;
width: 5em !important;
height: 5em;
height: 5em !important;
overflow: hidden !important;
overflow: hidden !important;
}
}
.tochidden #toctitle {
.tochidden #toctitle {
height: 100%;
height: 100% !important;
width: 100%;
width: 100% !important;
padding: 0 !important;
padding: 0 !important;
}
}
.tochidden #toctitle::before {
.tochidden #toctitle::before {
content: '📑';
content: '📑' !important;
font-size: 3em;
font-size: 3em !important;
float: right;
float: right !important;
overflow: hidden;
overflow: hidden !important;
height: 100%;
height: 100% !important;
width: 100%;
width: 100% !important;
line-height: 170%;
line-height: 170% !important;
text-align: center;
text-align: center !important;
vertical-align:middle;
vertical-align:middle !important;
}
}
.tochidden #toctitle h2::after {
.tochidden #toctitle h2::after {
display: none;
display: none !important;
}
}
} */
} */

Revision as of 04:41, 3 December 2015

html, body {
	height: 100% !important;
}

body, #page-content {
	background: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_TilesGrain.png') !important;
	background-repeat: repeat !important;
	background-position: top center !important;
	background-attachment: fixed !important;
}

#page-content {
	padding: 30px 1% 0 1% !important;
	background: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_TilesGrain.png') !important;
	background-repeat: repeat !important;
	background-position: top center !important;
	background-attachment: fixed;
}

.top-bar {
	margin-bottom: 0 !important;
	background: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_header.png') !important;
	box-shadow: 0 4px 0 rgba(0,0,0,0.25) !important;
	height: 88px !important;
}

.top-bar .title-area {
	height: 100% !important;
	z-index: 9999 !important;
}

.top-bar .name {
	height: 88px !important;
}

.top-bar .name h1 {
	height: 100% !important;
}

.top-bar .name h1 a {
	height: 100% !important;
}

.top-bar .name h1 a img {
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
}

.top-bar .name h1 a div.title-name {
	display: none !important;
}

.top-bar-section {
	height: 100% !important;
}

.top-bar-section>ul>.divider {
	display: none !important;
}

.top-bar-section>ul {
	background: none !important;
	height: 100% !important;
}

.top-bar-section>ul>li {
	height: 100% !important;
}

.top-bar-section>ul>li>a {
	background: none !important;
	height: 100% !important;
}

@media only screen and (min-width: 58.75em) {
	.top-bar-section>ul>li>a {
		line-height: 88px !important;
	}
}

.top-bar-section>ul>li>a::after {
	top: 44px !important;
}

.top-bar-section .has-form {
	background: none !important;
}

#searchform>div.row>div.columns {
	line-height: 88px !important;
}

#page-content>div.row {
	max-width: 1340px !important;
	background-color: #FFF !important;
	padding: 45px 0 !important;
	margin-bottom: 30px !important;
	background-image: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_content_header.png') !important;
	background-position: left top !important;
	background-repeat: no-repeat !important;
	border: 1px solid #CCCCCC !important;
	border-top: 1px solid #DADADA !important;
	border-bottom: 4px solid #E0E0E0 !important;
	border-radius: 4px !important;
}

#page-content>div.row:first-child {
	display: none !important;
}

#p-cactions #drop1 {
	right: 15px !important !important;
	left: initial !important !important;
}

#wpTextbox1 {
	width: 100% !important;
}

/* @media only screen and (min-width: 58.75em) {
	#toc {
		position: fixed !important;
		bottom: 0 !important;
		right: 1% !important;
		max-height: 100% !important;
		background: #DDD !important;
		color: #333 !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		border-top-left-radius: 1em !important;
		border-top-right-radius: 1em !important;
	}
	#toc ul {
		margin: 5pt 1em 1em 1em !important;
		overflow: hidden !important;
	}
	#toctitle {
		position: relative !important;
		padding: 1em 1em 0 1em !important;
	}
	#toctitle h2 {
		margin: 0 !important;
		overflow: hidden !important;
		padding-bottom: 5pt !important;
		border-bottom: 1px solid black !important;
		min-width: 6em !important;
	}
	#toctitle h2::after {
		content: '×' !important;
		font-size: 100% !important;
		float: right !important;
	}
	#toctitle .toctoggle {
		color: transparent !important;
		float: left !important;
		height: 0 !important;
		overflow: hidden !important;
	}
	#togglelink {
		position: absolute !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		color: transparent !important;
	}
	.tochidden {
		padding: 0 !important;
		width: 5em !important;
		height: 5em !important;
		overflow: hidden !important;
	}
	.tochidden #toctitle {
		height: 100% !important;
		width: 100% !important;
		padding: 0 !important;
	}
	.tochidden #toctitle::before {
		content: '📑' !important;
		font-size: 3em !important;
		float: right !important;
		overflow: hidden !important;
		height: 100% !important;
		width: 100% !important;
		line-height: 170% !important;
		text-align: center !important;
		vertical-align:middle !important;
	}
	.tochidden #toctitle h2::after {
		display: none !important;
	}
} */