• 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

Difference between revisions of "User:Simpsons88/wikisimpsons.css"

Wikisimpsons - The Simpsons Wiki
(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...")
 
Line 2: Line 2:
  
 
1. Background image and content
 
1. Background image and content
2. User panel
+
2. Search bar and User panel
 
3. Lateral menu
 
3. Lateral menu
 
4. Page content
 
4. Page content
Line 64: Line 64:
  
 
div#user_box ul li a:hover {
 
div#user_box ul li a:hover {
background:linear-gradient(-45deg, #FFCA2B, #FFDC76);
+
background:#F8D366;
 
color: black;
 
color: black;
 
}
 
}
Line 131: Line 131:
  
 
div#page-toolbar {
 
div#page-toolbar {
background-image: linear-gradient(to right, #FEEBBC, #FFCA2B, #FEEBBC);
+
background: #FEEBBC;
 
border-radius: 5px 5px 0px 0px;
 
border-radius: 5px 5px 0px 0px;
border: 3px solid #FFCA2B;
+
border: 3px solid #FFDC76;
 
color: #3D3D3D;
 
color: #3D3D3D;
 
padding-left:10px;
 
padding-left:10px;
Line 143: Line 143:
  
 
div#page-toolbar ul li a {
 
div#page-toolbar ul li a {
background-color: rgba(228,207,94,.8);
+
background:#FFDC76;
 +
border-radius:none;
 +
color: #3D3D56;
 +
font-size: 15px;
 +
font-weight:bold;
 +
text-shadow: none;
 +
list-style-type: none;
 +
margin: 1px;
 +
padding: 10px;
 +
}
 +
 
 +
div#page-toolbar ul li a:hover {
 +
background:#FFCA2B;
 
color: #3D3D56;
 
color: #3D3D56;
 
font-size: 15px;
 
font-size: 15px;
Line 151: Line 163:
 
margin: 1px;
 
margin: 1px;
 
padding: 10px;
 
padding: 10px;
box-shadow:0.5em 0.5em 3em #FFDC76;
 
 
}
 
}
  
Line 164: Line 175:
 
}
 
}
  
/* Page titles (to do) */
+
/* 4. Page titles (to do) */
 +
 
 +
div#primary_content h1.page_title {
 +
margin: 0px -6px 0 -12px;
 +
padding-left:15px;
 +
padding-top:20px;
 +
line-height: 1.5em;
 +
font-size: 1.7em;
 +
margin-bottom: 5px;
 +
font-weight: normal;
 +
color: black;
 +
text-shadow: 0px 1px 0px #fcfaee;
 +
background:linear-gradient(to bottom, #fff, #f2f2f2);
 +
border-radius: 0px;
 +
border-bottom: 1px solid gray !important;
 +
display: flex;
 +
}
 +
 
 +
div#primary_content h2 {
 +
margin: 0px 10px 0 0px;
 +
padding-left:0px;
 +
padding-bottom:1px;
 +
line-height: 1.5em;
 +
font-size: 1.3em;
 +
font-weight: normal;
 +
color: black;
 +
text-shadow: 0px 1px 0px #fcfaee;
 +
background:white;
 +
border-radius: 0px;
 +
border-bottom: 1px solid #A2A9B1 !important;
 +
display: flex;
 +
}
 +
 
 +
h3 {
 +
margin: 0px 10px 0 0px;
 +
padding-left:0px;
 +
padding-bottom:1px;
 +
display: block;
 +
font-size: 1.17em;
 +
margin-block-start: 1em;
 +
margin-block-end: 1em;
 +
margin-inline-start: 0px;
 +
margin-inline-end: 0px;
 +
font-weight: bold;
 +
border-bottom: 1px dotted #A2A9B1 !important;
 +
}
  
 
/* 5. Footer */
 
/* 5. Footer */
Line 176: Line 232:
 
float: left;
 
float: left;
 
vertical-align: middle;
 
vertical-align: middle;
 +
}
 +
 +
div#footer_content ul li {
 +
display: inline;
 +
color: white;
 +
text-shadow:none;
 +
font-size: 12px;
 
}
 
}
  

Revision as of 20:19, March 13, 2021

/******* Wikisimpsons Skin (by Simpsons88)

1. Background image and content
2. Search bar and 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:#F8D366;
	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: #FEEBBC;
	border-radius: 5px 5px 0px 0px;
	border: 3px solid #FFDC76;
	color: #3D3D3D;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	display: inline-table;
	width: 98%;
}

div#page-toolbar ul li a {
	background:#FFDC76;
	border-radius:none;
	color: #3D3D56;
	font-size: 15px;
	font-weight:bold;
	text-shadow: none;
	list-style-type: none;
	margin: 1px;
	padding: 10px;
}

div#page-toolbar ul li a:hover {
	background:#FFCA2B;
	color: #3D3D56;
	font-size: 15px;
	font-weight:bold;
	text-shadow: none;
	list-style-type: none;
	margin: 1px;
	padding: 10px;
}

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%;
}

/* 4. Page titles (to do) */

div#primary_content h1.page_title {
	margin: 0px -6px 0 -12px;
	padding-left:15px;
	padding-top:20px;
	line-height: 1.5em;
	font-size: 1.7em;
	margin-bottom: 5px;
	font-weight: normal;
	color: black;
	text-shadow: 0px 1px 0px #fcfaee;
	background:linear-gradient(to bottom, #fff, #f2f2f2);
	border-radius: 0px;
	border-bottom: 1px solid gray !important;
	display: flex;
}

div#primary_content h2 {
	margin: 0px 10px 0 0px;
	padding-left:0px;
	padding-bottom:1px;
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: normal;
	color: black;
	text-shadow: 0px 1px 0px #fcfaee;
	background:white;
	border-radius: 0px;
	border-bottom: 1px solid #A2A9B1 !important;
	display: flex;
}

h3 {
	margin: 0px 10px 0 0px;
	padding-left:0px;
	padding-bottom:1px;
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	border-bottom: 1px dotted #A2A9B1 !important;
}

/* 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 {
	display: inline;
	color: white;
	text-shadow:none;
	font-size: 12px;
}

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;
}