Difference between revisions of "User:KamranMackey/common.css"

From Industrial-Craft-Wiki
Jump to navigation Jump to search
(Whoops. Added something which shouldn't have been there.)
(Fixed the CSS, again.)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/*Fixed links changing color if you follow them*/
/*Fixed links changing colour if you follow them*/
a,
a.new:visited, #p-personal a.new, a.new:visited{
  color: #BA0000 !important;
}
 
div.vectorTabs li.new a {
    color: #BA0000 !important;
}
 
a:visited,
a:visited,
   .mw-body a.external,
   .mw-body a.external,
Line 8: Line 15:
}
}


a.new:visited, #p-personal a.new:visited{
.pops a {
  color: #BA0000 !important;
    background-color: #FFF !important;
}
}


/** Styling for links in grids **/
 
.grid .image > a:hover, .gridContainer .gridImage > a:hover{
/*************************************
border-radius:0 !important;
* Tooltip Testing                    *
-webkit-border-radius:0 !important;
*************************************/
-moz-border-radius:0 !important;
.a1 {
-khtml-border-radius:0 !important;
height: 32px;
box-shadow:none !important;
margin: 0;
-webkit-box-shadow:none !important;
padding: 0;
-moz-box-shadow:none !important;
position: absolute;
background-color: rgba(0, 0, 0, 0) !important;
width: 32px;
}
.gridContainer .gridImage .gridNumber a:hover{
background-color: rgba(0, 0, 0, 0) !important;
background:none !important;
border-radius:0 !important;
-webkit-border-radius:0 !important;
-moz-border-radius:0 !important;
-khtml-border-radius:0 !important;
box-shadow:none !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
}
.gridContainer a.new, .gridContainer a, .gridContainer a:hover, .gridContainer a.new:hover{
    color: rgba(0,0,0,0) !important; 
}
.gridNumber a.new, .gridNumber a, .gridNumber a:hover, .gridNumber a.new:hover{
    color: #FFF !important;
    text-decoration: none !important;
    font-weight: normal !important;
}
.gridContainer *, .CraftingGrid *{ 
    font-weight: normal !important;
}
.flaggedrevs-color-1 {
    background-color: #DFF;
}
.flaggedrevs-color-2 {
    background-color: #CEC;
}
.fr-unreviewed-unwatched {
    background-color: #FAA;
}
.flaggedrevs-pending {
    background-color: #FEA;
}
.flaggedrevs-unreviewed {
    background-color: #FCF;
}
#pagehistory li {
    border: none;
}
div#site-notice p{
    margin: 0;
}
/* New Menu design testing */
.navTabs > ul > li > ul > li > ul li {
border-left:1px solid #751D17;
}
}
#tooltip-display {
    font-family: Minecraftia;
font-size: 16px;
    line-height: 1.25em;
   
   
.navTabs > ul > li > ul li:hover, .navTabs > ul > li > ul li:hover {
background-color: rgba(16,0,16,0.94);
background-color:#751D17;
    color: #fff;
}
    text-shadow: 0.125em 0.125em 0 #3f3f3f;
   
   
/******************************************/
    border-top: 0.125em solid rgba(80,0,255, 0.31);
/*                                        */
    border-bottom: 0.125em solid rgba(40, 0, 127, 0.31);
/*          /--------------------/        */
/*        /      Hotfixes      /        */
/*        /--------------------/          */
/*                                        */
/******************************************/
/*  Please include in next skin release  */
/******************************************/
.diff { line-height: 1.5em; }
   
   
#utcdate a {
    position: absolute;
font-weight: normal !important;
padding: 0 0.25em 0.25em 0.25em;
font-size: 13px !important;
    margin: 0.25em 0.375em;
}
z-index: 98;
   
   
hr {
    white-space: nowrap;
height: 1px;
    pointer-events: none;
border: 0;
margin: 0.2em 0;
}
   
   
.footer #footer-info-copyright{
    content: attr(data-tooltip);
margin-top: 1em;
}
}
   
   
.footer #footer-icons li {
#tooltip-display:before {
float: left;
    content: "";
margin-left: 0.5em;
    position: absolute;
line-height: 2em;
    top: -0.25em;
text-align: right;
right: -0.125em;
bottom: -0.25em;
left: -0.125em;
border: 0.125em solid rgba(16, 0, 16, 0.94);
}
}
   
   
.footer #footer-info-copyright a{
#tooltip-display:after {
display: inline;
content: "";
}
position: absolute;
top: -0.125em;
#contentContainer a:link, #contentContainer a:hover, #contentContainer a:visited {
right: -0.25em;
color: #024D87;
bottom: -0.125em;
}
left: -0.25em;
#mw-content-text a:hover {
background-image: -webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)),
background-color: #fff;
-webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31));
}
background-image: linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)), linear-gradient(rgba(80, 0, 255, 0.31),
#mw-content-text a.new {
rgba(40, 0, 127, 0.31));
color: #A12820;
background-size: 0.125em 100%;
font-weight: normal;
background-repeat: no-repeat;
background-position: left, right;
border: solid rgba(16, 0, 16, 0.94);
border-width: 0 0.125em;
}
}

Latest revision as of 04:40, 22 February 2015

/*Fixed links changing colour if you follow them*/
a.new:visited, #p-personal a.new, a.new:visited{
   color: #BA0000 !important;
}

div.vectorTabs li.new a {
    color: #BA0000 !important;
}

a:visited,
   .mw-body a.external,
   .mw-body a.external:visited,
   .mw-body a.extiw {
   color: #024EA1 !important;
}

.pops a {
    background-color: #FFF !important;
}


/*************************************
* Tooltip Testing                    *
*************************************/
.a1 {
	height: 32px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 32px;
}

#tooltip-display {
    font-family: Minecraftia;
	font-size: 16px;
    line-height: 1.25em;
 
	background-color: rgba(16,0,16,0.94);
    color: #fff;
    text-shadow: 0.125em 0.125em 0 #3f3f3f;
 
    border-top: 0.125em solid rgba(80,0,255, 0.31);
    border-bottom: 0.125em solid rgba(40, 0, 127, 0.31);
 
    position: absolute;
	padding: 0 0.25em 0.25em 0.25em;
    margin: 0.25em 0.375em;
	z-index: 98;
 
    white-space: nowrap;
    pointer-events: none;
 
    content: attr(data-tooltip);
}
 
#tooltip-display:before {
    content: "";
    position: absolute;
    top: -0.25em;
	right: -0.125em;
	bottom: -0.25em;
	left: -0.125em;
	border: 0.125em solid rgba(16, 0, 16, 0.94);
}
 
#tooltip-display:after {
	content: "";
	position: absolute;
	top: -0.125em;
	right: -0.25em;
	bottom: -0.125em;
	left: -0.25em;
	background-image: -webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)), 
	-webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31));
	background-image: linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)), linear-gradient(rgba(80, 0, 255, 0.31), 
	rgba(40, 0, 127, 0.31));
	background-size: 0.125em 100%;
	background-repeat: no-repeat;
	background-position: left, right;
	border: solid rgba(16, 0, 16, 0.94);
	border-width: 0 0.125em;
}