• Wikisimpsons needs more Featured Article, Picture, Quote, Episode and Comprehensive article nominations!
  • Wikisimpsons has a Discord server! Click here for your invite! Join to talk about the wiki, Simpsons and Tapped Out news, or just to talk to other users.
  • Make an account! It's easy, free, and your work on the wiki can be attributed to you.
TwitterFacebookDiscord

User:Simpsons88/wikisimpsons.css

Wikisimpsons - The Simpsons Wiki
< User:Simpsons88
Revision as of 17:46, March 13, 2021 by Simpsons88 (talk | contribs) (Created page with "****** Wikisimpsons Skin (by Simpsons88) 1. Background image and content 2. User panel 3. Lateral menu 4. Page content 5. Footer *******: 1. Background image: body...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/******* Wikisimpsons Skin (by Simpsons88)

1. Background image and content
2. User panel
3. Lateral menu
4. Page content
5. Footer

********/

/* 1. Background image */

body, body #mw-head {
	background-image: radial-gradient(#F2F2F2, #FFF, #F2F2F2);
	margin:none;
}

div#main_container {
	background: #53A0CA url(https://static.simpsonswiki.com/images/8/80/Simp2.jpg);
	border: 3px solid #FFCA2B;
	box-shadow:-0.5em -0.5em 3em #53A0CA;
}

/* 2. Search bar and User panel */

.search_box input {
	width: 300px;
	height: 30px;	
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: rgba(255,255,255,.5);
	border: 2px solid #FFCA2B;
	float: left;
	color: #000;
	border-radius: 5px;
}

::placeholder {
	font-style: italic;
	color:#404040 !important;
}


div#user_box {
	background-color: rgba(0,0,0,.5);
	border-radius: 5px;
	float: right;
	height: none;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	text-shadow: 0px;
	font-size: 13px;
	font-weight:bold;
	text-align: middle;
	vertical-align: middle;
}

div#user_box ul li {
	margin-right:5px;
}

div#user_box ul li a:hover {
	background:linear-gradient(-45deg, #FFCA2B, #FFDC76);
	color: black;
}

div#user_box ul li#pt-logout a:hover {
	background:linear-gradient(-45deg, #FF5151, #FFAC93);
	color: black;
}

/* 3. Lateral Menu (Sidebar) */

div.sidebar_header {
	width:93%;
	text-align: center;
	padding: 2px;
	padding-bottom: 1px;
	font-size: 17px;
	color: white;
	font-weight:bold;
	text-shadow: 2px 2px gray;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:3px;
	border:1px dotted #A2A9B1;
	border-radius:5px;
	background-color: rgba(162,169,177,.9);
}

div.sidebar {
	width:93%;
	background-color: rgba(254,235,188,.8);
	border: 3px solid #FFDC76;
	border-radius:10px;
	color: #0645AD;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:center;
}

div.sidebar li {
	background-color:#FFDC76;
	border-bottom:3px solid #FEEBBC;
	border-radius:5px;
	list-style-image: none;
	padding: 2px;
	margin-bottom: 3px;

}

div.sidebar a {
	font-size:85%;
	font-weight:bold;
	color: #0645AD;
}

div.sidebar li:hover {
	background:#FFCA2B;
}

div.sidebar a:hover {
	color: black;
}

/* 4. Page content */

div#page-toolbar {
	background-image: linear-gradient(to right, #FEEBBC, #FFCA2B, #FEEBBC);
	border-radius: 5px 5px 0px 0px;
	border: 3px solid #FFCA2B;
	color: #3D3D3D;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	display: inline-table;
	width: 98%;
}

div#page-toolbar ul li a {
	background-color: rgba(228,207,94,.8);
	color: #3D3D56;
	font-size: 15px;
	font-weight:bold;
	text-shadow: none;
	list-style-type: none;
	margin: 1px;
	padding: 10px;
	box-shadow:0.5em 0.5em 3em #FFDC76;
}

div#primary_content {
	background-color: white;
	border-radius: 0px 0px 5px 5px;
	border: 3px solid #FFDC76;
	color: #3D3D3D;
	padding-left:10px;
	display: inline-table;
	width: 98%;
}

/* Page titles (to do) */

/* 5. Footer */

div#footer_content ul {
	background-color: rgba(0,0,0,.5);
	border-radius: 5px;
	list-style-type: none;
	margin: 0px;
	padding: 2px;
	float: left;
	vertical-align: middle;
}

div#footer_content ul li a {
	display: inline;
	color: white;
	text-shadow:none;
	font-size: 12px;
}

footer {
	padding-top: 5px;
	border: 3px solid #FFCA2B;
	border-radius:5px;
	background-color: rgba(254,235,188,.8);
	box-shadow:-0.5em -0.5em 3em #53A0CA;
	color: #736313;
	text-shadow: 0px 1px 0px #f1e6aa;
	text-align: center;
	font-size: 12px;
	width:98%;
	margin-left:8px;
}