Difference between revisions of "User:Jen-Hsun Huang/common.css"

From EVE University Wiki
Jump to: navigation, search
(Created page with "→‎Don't display some stuff on the main page: .page-Main_Page #deleteconfirm, .page-Main_Page #t-cite, .page-Main_Page #footer-info-lastmod, .action-view.page-Main_Page #sit...")
 
Line 1: Line 1:
/* Don't display some stuff on the main page */
+
/* Vanilla theme for Vector 2010 */
.page-Main_Page #deleteconfirm,
 
.page-Main_Page #t-cite,
 
.page-Main_Page #footer-info-lastmod,
 
.action-view.page-Main_Page #siteSub,
 
.action-view.page-Main_Page #contentSub,
 
.action-view.page-Main_Page #contentSub2 {
 
display: none !important;
 
}
 
  
/* Position coordinates */
+
body {  
#coordinates {
+
background-color: rgb(255, 210, 150); /* vanilla */
position: absolute;
+
background-image: linear-gradient(100deg, rgb(255, 210, 150), rgb(255, 255, 255) );
top: 0;
+
background-repeat: no-repeat;
right: 0;
 
float: right;
 
margin: 0;
 
padding: 0;
 
line-height: 1.5em;
 
text-align: right;
 
text-indent: 0;
 
font-size: 85%;
 
text-transform: none;
 
white-space: nowrap;
 
 
}
 
}
/* correct position for VE */
+
#firstHeading { font-family: 'ubuntu', 'noto sans', 'segoe ui', verdana, tahoma, 'trebuchet ms', arial, helvetica, sans-serif }
.ve-ce-surface #coordinates {
+
.mw-body {  
margin-right: 2em;
+
border:1px solid darkorange;
margin-top: -1em;
+
border-right-width:0;
 
}
 
}
.mw-indicator #coordinates {
+
#mw-page-base { background:none; }
position: absolute;
+
 
top: 3.5em;
+
.vector-menu-tabs,
right: 0;
+
.vector-menu-tabs a { background:none ; }
line-height: 1.6;
+
.left-navigation { margin-bottom: 10px; }
text-align: right;
+
.vector-menu-tabs li { border-radius: 100px; }
font-size: 92%;
+
.vector-menu-tabs li  { padding: 1px; margin: 1px; }
white-space: nowrap;
+
 
 +
#content {
 +
border-radius: 30px 0 0 30px;
 +
box-shadow: -5px 5px 10px -7px #000000;
 
}
 
}
  
#mw-indicator-coordinates {
+
.vector-menu-tabs li {  
font-size: 13px;
+
background-image:none;
 +
background-color:white; /* fallback */
 +
background-color:rgba(255,255,255,0.5) }
 +
.vector-menu-tabs li a { padding-top: 0; height:20px; }
 +
.vector-menu-tabs { padding-left: 30px; }
 +
 
 +
/* group 1 */
 +
a:link, .vector-menu-portal .vector-menu-content li a,
 +
.skin--responsive #p-personal li a {
 +
  color: #C80;
 
}
 
}
  
/* FR topicon position */
+
/* group 2 */
body.skin-vector-legacy div.flaggedrevs_short {
+
.vector-menu-portal .vector-menu-content li a,
position: absolute;
+
.skin--responsive #p-personal li a,
top: -3em;
+
#p-personal a,
right: 100px;
+
#footer a {
z-index: 1;
+
color: brown;
 
}
 
}
  
/* Make "From Wikipedia, the free encyclopedia" a bit smaller */
+
/* selection */
body.skin-vector-legacy #siteSub {
+
::selection {  background-color: rgb(255, 210, 150); } /* vanilla */
font-size: 92%;
+
::-moz-selection { background-color: rgb(255, 210, 150); } /* Firefox 61 and earlier */
}
 
  
 +
/* edit summaries */
 +
.autocomment a { color: grey; }
  
/* Move page status indicators down slightly */
+
/* legacy MediaWiki */
body.skin-vector-legacy .mw-indicators {
+
.vectorTabs { margin-left: 30px; }
padding-top: 0.4em;
+
.vectorTabs,
}
+
.vectorTabs a { background:none ; }
 +
.left-navigation { margin-bottom: 10px; }
 +
.vectorTabs li { border-radius: 100px; }
 +
.vectorTabs li  { padding: 1px; margin: 1px; }
  
/* Override [[phab:T265947]] */
+
.vectorTabs li {
.mw-body-content blockquote {
+
background-image:none;
border-left: none;
+
background-color:white; /* fallback */
 +
background-color:rgba(255,255,255,0.5);
 
}
 
}
 +
.vectorTabs li a { padding-top:0; height:20px; }
 +
.vectorTabs { padding-left: 30px; }
 +
.mw-panel a,
 +
#mw-panel .portal .body li a{ color: brown; }
 +
div.vectorTabs ul,
 +
div.vectorTabs ul li { background-image: none; height:20px;}
 +
div.vectorTabs span a { padding-top: 0; }
 +
div.vectorTabs,
 +
div.vectorTabs span{ background-image: none; }
 +
div.vectorTabs ul li { margin-left: 5px; }

Revision as of 08:55, 9 February 2024

/* Vanilla theme for Vector 2010 */

body { 
	background-color: rgb(255, 210, 150); /* vanilla */
	background-image: linear-gradient(100deg, rgb(255, 210, 150), rgb(255, 255, 255) );
	background-repeat: no-repeat;
}
#firstHeading { font-family: 'ubuntu', 'noto sans', 'segoe ui', verdana, tahoma, 'trebuchet ms', arial, helvetica, sans-serif } 
.mw-body { 
	border:1px solid darkorange;
	border-right-width:0;
}
#mw-page-base { background:none; }

.vector-menu-tabs,
.vector-menu-tabs a { background:none ; }
.left-navigation { margin-bottom: 10px; }
.vector-menu-tabs li { border-radius: 100px; }
.vector-menu-tabs li  { padding: 1px; margin: 1px; }

#content { 
	border-radius: 30px 0 0 30px;
	box-shadow: -5px 5px 10px -7px #000000;
}

.vector-menu-tabs li { 
	background-image:none;
	background-color:white; /* fallback */
	background-color:rgba(255,255,255,0.5) }
.vector-menu-tabs li a { padding-top: 0; height:20px; }
.vector-menu-tabs { padding-left: 30px; }

/* group 1 */
a:link, .vector-menu-portal .vector-menu-content li a,
.skin--responsive #p-personal li a {
  color: #C80;
}

/* group 2 */
.vector-menu-portal .vector-menu-content li a,
.skin--responsive #p-personal li a,
#p-personal a,
#footer a {
	color: brown;
}

/* selection */
::selection {  background-color: rgb(255, 210, 150); } /* vanilla */
::-moz-selection {  background-color: rgb(255, 210, 150); } /* Firefox 61 and earlier */

/* edit summaries */
.autocomment a { color: grey; }

/* legacy MediaWiki */
.vectorTabs { margin-left: 30px; }
.vectorTabs,
.vectorTabs a { background:none ; }
.left-navigation { margin-bottom: 10px; }
.vectorTabs li { border-radius: 100px; }
.vectorTabs li  { padding: 1px; margin: 1px; }

.vectorTabs li { 
	background-image:none;
	background-color:white; /* fallback */
	background-color:rgba(255,255,255,0.5);
}
.vectorTabs li a { padding-top:0; height:20px; }
.vectorTabs { padding-left: 30px; }
.mw-panel a,
#mw-panel .portal .body li a{ color: brown; }
div.vectorTabs ul,
div.vectorTabs ul li { background-image: none; height:20px;}
div.vectorTabs span a { padding-top: 0; }
div.vectorTabs,
div.vectorTabs span{ background-image: none; }
div.vectorTabs ul li { margin-left: 5px; }