Guilty Crown Wiki
(Created page with "div.picture-attribution { display:none !important; } .WikiHeader { margin:0 0 0px; →‎remove 15 px margin: padding:10px 10px 24px; /* add 15 margin to 9 padding, header now 10...")
 
No edit summary
Tag: sourceedit
Line 1: Line 1:
  +
/* ============
  +
Site Styling
  +
============ */
  +
  +
/* ========
  +
Pre Slay
  +
======== */
  +
 
div.picture-attribution { display:none !important; }
 
div.picture-attribution { display:none !important; }
   
Line 9: Line 17:
 
height: 65px;
 
height: 65px;
 
}
 
}
  +
  +
/* ====
  +
Slay
  +
==== */
  +
  +
/* =============
  +
USER MASTHEAD
  +
============= */
  +
  +
.masthead-avatar:hover img {
  +
border-radius: 100%;
  +
box-shadow:0 0 20px black;
  +
-webkit-transform: rotate(360deg);
  +
-moz-transform: rotate(360deg);
  +
-o-transform: rotate(360deg);
  +
-ms-transform: rotate(360deg);
  +
transform: rotate(360deg);
  +
}
  +
.masthead-avatar img {
  +
-webkit-transition: all 1.2s ease;
  +
-moz-transition: all 1.2s ease;
  +
-o-transition: all 1.2s ease;
  +
-ms-transition: all 1.2s ease;
  +
transition: all 1.2s ease;
  +
}
  +
  +
/* ===========
  +
USERPAGE LI
  +
=========== */
  +
.WikiaUserPagesHeader .tabs li {
  +
background: rgba(255, 255, 255, .3);
  +
}
  +
.WikiaUserPagesHeader .tabs li:hover {
  +
background: rgba(255, 255, 255, .6);
  +
}
  +
.WikiaUserPagesHeader .tabs li {
  +
-moz-osx-font-smoothing: grayscale;
  +
-webkit-backface-visibility: hidden;
  +
-webkit-transform: translateZ(0);
  +
-webkit-transition-duration: 0.3s;
  +
-webkit-transition-property: transform;
  +
backface-visibility: hidden;
  +
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  +
display: inline-block;
  +
position: relative;
  +
transform: translateZ(0);
  +
transition-duration: 0.3s;
  +
transition-property: transform;
  +
vertical-align: middle;
  +
}
  +
.WikiaUserPagesHeader .tabs li:before {
  +
-webkit-transition-duration: 0.3s;
  +
-webkit-transition-property: transform, opacity;
  +
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
  +
content: '';
  +
height: 10px;
  +
left: 5%;
  +
opacity: 0;
  +
pointer-events: none;
  +
position: absolute;
  +
top: 100%;
  +
transition-duration: 0.3s;
  +
transition-property: transform, opacity;
  +
width: 90%;
  +
z-index: -1;
  +
}
  +
.WikiaUserPagesHeader .tabs li:hover,
  +
.WikiaUserPagesHeader .tabs li:focus,
  +
.WikiaUserPagesHeader .tabs li:active {
  +
-webkit-transform: translateY(-5px);
  +
transform: translateY(-5px);
  +
}
  +
.WikiaUserPagesHeader .tabs li:hover:before,
  +
.WikiaUserPagesHeader .tabs li:focus:before,
  +
.WikiaUserPagesHeader .tabs li:active:before {
  +
-webkit-transform: translateY(5px);
  +
opacity: 1;
  +
transform: translateY(5px);
  +
}
  +
  +
.WikiaUserPagesHeader .tabs li a,
  +
.WikiaUserPagesHeader .tabs li a:hover {
  +
color:#000000;
  +
text-decoration:none;
  +
}
  +
  +
.WikiaUserPagesHeader .tabs .selected a {
  +
border:none;
  +
}
  +
  +
  +
  +
#myhome-activityfeed > li {
  +
border:none;
  +
padding-left:40px;
  +
border-radius:7px;
  +
background:rgba(211,211,211,0.6);
  +
margin-bottom:15px;
  +
}
  +
#myhome-activityfeed > li:nth-child(1) { margin-bottom:15px; }
  +
  +
#myhome-activityfeed > li > cite > span { color:black !important; }

Revision as of 16:42, 2 September 2016

/* ============
   Site Styling
   ============ */
   
/* ========
   Pre Slay
   ======== */

div.picture-attribution { display:none !important; }

.WikiHeader {
margin:0 0 0px; /* remove 15 px margin */
padding:10px 10px 24px; /* add 15 margin to 9 padding, header now 1000x99 */
background: url(http://images4.wikia.nocookie.net/guiltycrown/images/b/b0/Guilty_Crown_Header.png);
}
.WikiHeader .wordmark.graphic {
height: 65px;
}

/* ====
   Slay
   ==== */
   
/* =============
   USER MASTHEAD
   ============= */
   
.masthead-avatar:hover img {
  border-radius: 100%;
  box-shadow:0 0 20px black;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.masthead-avatar img {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

/* ===========
   USERPAGE LI
   =========== */
.WikiaUserPagesHeader .tabs li {
	background: rgba(255, 255, 255, .3);
}
.WikiaUserPagesHeader .tabs li:hover {
	background: rgba(255, 255, 255, .6);
}
.WikiaUserPagesHeader .tabs li {
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: transform;
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	position: relative;
	transform: translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
	vertical-align: middle;
}
.WikiaUserPagesHeader .tabs li:before {
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
	content: '';
	height: 10px;
	left: 5%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transition-duration: 0.3s;
	transition-property: transform, opacity;
	width: 90%;
	z-index: -1;
}
.WikiaUserPagesHeader .tabs li:hover,
.WikiaUserPagesHeader .tabs li:focus,
.WikiaUserPagesHeader .tabs li:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.WikiaUserPagesHeader .tabs li:hover:before,
.WikiaUserPagesHeader .tabs li:focus:before,
.WikiaUserPagesHeader .tabs li:active:before {
	-webkit-transform: translateY(5px);
	opacity: 1;
	transform: translateY(5px);
}
 
.WikiaUserPagesHeader .tabs li a,
.WikiaUserPagesHeader .tabs li a:hover {
color:#000000;
text-decoration:none;
}

.WikiaUserPagesHeader .tabs .selected a {
	border:none;
}



#myhome-activityfeed > li { 
    border:none;
    padding-left:40px;
    border-radius:7px;
    background:rgba(211,211,211,0.6);
    margin-bottom:15px;
}
#myhome-activityfeed > li:nth-child(1) { margin-bottom:15px; }

#myhome-activityfeed > li > cite > span { color:black !important; }