MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Schreck.Net
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 14: Zeile 14:
border: 1px solid #1e1e1e;
border: 1px solid #1e1e1e;
}
}
/* changes the background color of the content of articles/pages, including the title of the articles */
/* changes the background color of the content of articles/pages, including the of the articles */
#bodyContent {
#bodyContent {
background-color: #0b0b0b;
background-color: #0b0b0b;
color:#809581;
color:#809581;
}
}
/* changes the background color of the content of pages, without the title of the pages */
/* changes the background color of the content of pages, without the of the pages */
#catlinks {
#catlinks {
background-color: #1e1e1e;
background-color: #1e1e1e;
Zeile 28: Zeile 28:
background-color: #0b0b0b;
background-color: #0b0b0b;
}
}
/*changes the background color at the top of the screen, the area above the page title. It doesn't affect the color of the page tabs (e.g. Discussion, Edit, etc.) */
/*changes the background color at the top of the screen, the area above the page . It doesn't affect the color of the page tabs (e.g. Discussion, Edit, etc.) */
#mw-panel {
#mw-panel {
background-color: #0b0b0b;
background-color: #0b0b0b;
Zeile 57: Zeile 57:
}
}
.mw-page-title-main {
.mw-page-title-main {
font-family: "Courier New",Courier,monospace;
font-family: 'M PLUS 1 Code', monospace;
text-transform: uppercase;
text-transform: uppercase;
color: #fefefe;
color: #fefefe;
letter-spacing: 10px;
}
}
.mw-logo-container {
.mw-logo-container {
Zeile 73: Zeile 74:
border-bottom: 2px dashed #00CC00;
border-bottom: 2px dashed #00CC00;
}
}
/* page titles */
/* page s */
.mw-body-content h1 {
.mw-body-content h1 {
color: #65e165;
color: #65e165;
Zeile 117: Zeile 118:
text-transform: none!important;
text-transform: none!important;
}
}
/* changes the background color of the Tools menu but without changing the background color of the title of the menu. */
/* changes the background color of the Tools menu but without changing the background color of the of the menu. */
.vector-menu-heading, #p-tb-label {
.vector-menu-heading, #p-tb-label {
background-color: #1e1e1e;
background-color: #1e1e1e;
Zeile 128: Zeile 129:
border: 0px!important;
border: 0px!important;
}
}
/* changes the background color only of the title of the Tools menu on the left. The color of the actual menu is not changed. */
/* changes the background color only of the of the Tools menu on the left. The color of the actual menu is not changed. */
.vector-toc-not-collapsed .sidebar-toc::after {
.vector-toc-not-collapsed .sidebar-toc::after {
background:transparent!important;
background:transparent!important;
Zeile 148: Zeile 149:
border: 1px solid #1e1e1e;
border: 1px solid #1e1e1e;
}
}
.sidebar-toc-title {
.sidebar-toc- {
background-color: #1e1e1e;
background-color: #1e1e1e;
color: #ededed!important;
color: #ededed!important;

Version vom 12. Januar 2024, 12:59 Uhr

/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
body {
	background-color: #0b0b0b;
	color:#809581;
	background-image:url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/* in general the body is equal to the whole screen. However if you set a background color with it, it covers areas where there isn't any other element with specific background color set. In case of the Vector skin it affects the area under the page content and on the left of it. */
#content {
	background-color: #0b0b0b;
	color:809581;
	padding: 1em;
	border: 1px solid #1e1e1e;
}
/* changes the background color of the content of articles/pages, including the  of the articles */
#bodyContent {
	background-color: #0b0b0b;
	color:#809581;
}
/* changes the background color of the content of pages, without the  of the pages */
#catlinks {
	background-color: #1e1e1e;
	border: 0px;
}
/* changes the background color of the area in which are displayed the links to the categories to which the page belongs. If a page is assigned to categories, they are listed exactly under the content of the page in a rectangular container */
#mw-head-base {
	background-color: #0b0b0b;
}
/*changes the background color at the top of the screen, the area above the page . It doesn't affect the color of the page tabs (e.g. Discussion, Edit, etc.) */
#mw-panel {
	background-color: #0b0b0b;
	color: #339933;
	border: 1px solid #1e1e1e;
}
/* changes the background color of the menus on the left side of the screen (the area where the links Recent changes, Random page, etc., and the Tools menu are located) */

.mw-page-container {
	border: 0px dashed #339933;
	background-color:transparent;
}
.mw-header .vector-search-box {
	opacity: 0.5;
}
.vector-sticky-header {
	background-color: transparent;
	background-image:url(https://the-schreck.net/wiki_new/skins/Vector/image/bg.jpg);
	background-repeat: no-repeat;
	padding: 2em;
	border-bottom: 0px;
	max-width: 100%;
}
.vector-sticky-header-start {
	background-color: #transparent;
	padding: 0 0 0 25em;
	border: 0px;
}
.mw-page-title-main {
	font-family: 'M PLUS 1 Code', monospace;
	text-transform: uppercase;
	color: #fefefe;
	letter-spacing: 10px;
}
.mw-logo-container {
	font-family: "Courier New",Courier,monospace;
	text-transform: uppercase;
	color: #fefefe;
}
#firstHeading {
	background-color: #0b0b0b;
	color: #65e165;
	font-family: "Courier New",Courier,monospace;
	text-transform: uppercase;
	border-bottom: 2px dashed #00CC00;
}
/* page s */
.mw-body-content h1 {
	color: #65e165;
	font-family: "Courier New",Courier,monospace;
	text-transform: uppercase;
	padding: 0.5em;
	border: 2px dashed #339933;
}
.mw-body-content h2 {
	color: #65e165;
	font-family: "Courier New",Courier,monospace;
	text-transform: uppercase;
	padding: 0 0 0 0.5em;
	border-bottom: 1px solid #339933;
}
.mw-body-content h3 {
	color: #72b672;
	font-family: "Courier New",Courier,monospace;
	text-transform: uppercase;
	padding: 0 0 0 0.5em;
	border: 0px solid #339933;
}
.mw-body-content h4, .mw-body-content h5, .mw-body-content h6 {
	color: #ededed;
	font-family: "Courier New",Courier,monospace;
	padding: 0 0 0 0.5em;
	border: 0px solid #339933;
}
#p-logo {
	background-color: transparent;
	padding: 3.5em;
}
/* sets the background color of the area where the logo is located (the top left corner) */
#p-navigation {
	background-color: #0b0b0b;
	padding: 0 0 0 .5em;
	color: #339933;
	font-family: "Courier New",Courier,monospace;
}
/* this is for the background color of the Navigation menu in the left column. That's the menu with the links Main page, Recent changes, Random page, Help. */
.vector-menu-portal, .vector-menu-content li a, #p-tb, #p-tb .body {
	background-color: #0b0b0b;
	text-transform: none!important;
}
/* changes the background color of the Tools menu but without changing the background color of the  of the menu. */
.vector-menu-heading, #p-tb-label {
	background-color: #1e1e1e;
	color: #ededed!important;
	display: block;
	font-variant: small-caps;
	font-family: "Courier New",Courier,monospace;
	padding: .25em .5em!important;
	letter-spacing: 3px!important;
	border: 0px!important;
}
/* changes the background color only of the  of the Tools menu on the left. The color of the actual menu is not changed. */
.vector-toc-not-collapsed .sidebar-toc::after {
	background:transparent!important;
}
.mw-header #mw-sidebar-button{
	background-color: rgba(102, 204, 102, 0.3);
}
.mw-ui-button, .mw-ui-quiet, .mw-ui-icon, .mw-ui-icon-element, .mw-ui-icon-wikimedia-speechBubbles, .sticky-header-icon{
	background-color: rgba(102,204,102,0.3)!important;
}
.mw-article-toolbar-container {
	display: flow-root;
	border-bottom: 0px solid #eaecf0;
}
.sidebar-toc {
	background-color: #0b0b0b;
	width: 244px;
	margin-left: 0.75em;
	border: 1px solid #1e1e1e;
}
.sidebar-toc- {
	background-color: #1e1e1e;
	color: #ededed!important;
	display: block;
	font-variant: small-caps;
	font-family: "Courier New",Courier,monospace;
	font-size:x-small;
	padding: .25em .5em!important;
	border: 0px;
	
}
.sidebar-toc-link {
	color: #339933;
	font-weight: normal !important;
	font-size: 0.75em!important;
	line-height: 1.125em;
	word-wrap: break-word;
}

a:link, a:visited{
	color: #339933!important;
	font-weight: bold;
	font-family: "Courier New",Courier,monospace;
	letter-spacing: 2px;
}
a:active {
	color: #65e165!important;
}
a:hover {
	color: #ededed!important;
	text-decoration: none;
	text-shadow: #ccdccd 1px 0 10px;
}
.mw-list-item.selected a, .mw-list-item.new a, .mw-list-item.new a:visited, .mw-list-item {
	color: #a5aaa5!important;
	font-size: x-small;
	border: 0px solid!important;
	font-weight: bold!important;
	text-transform:uppercase;
	margin-bottom: 2px;
}
.mw-list-item.selected a:hover, .mw-list-item.new a:hover, .mw-list-item a:hover {
	color: #ededed!important;
	background-color:#0b0b0b!important;
	border: 0px solid!important;
}
.vector-toc-collapse-button, .vector-toc-uncollapse-button {
	color: #ededed!important;
	text-transform:lowercase;
	font-size: xx-small;
}

.vector-menu-dropdown .vector-menu-content {
    background-color: #0b0b0b;
    border: 1px solid #1e1e1e;
  }
  
  .vector-user-links {
	font-weight: bold;
}

 .vector-user-menu-logout {
    border-top: 1px solid #1e1e1e;
  }

.quote1, #quote1 {
	font-family: 'M PLUS 1 Code', monospace;
	font-size: smaller;
	letter-spacing: 1px;
	color: #e3e3e3;
}

.quote2, #quote2 {
	
	font-family: 'Inconsolata', monospace;
	font-size: x-small;
	letter-spacing: 3px;
	color: #e3e3e3;
	text-shadow: #ccdccd 1px 0 5px;
}


.quote3, #quote3 {
	color: #65e165;
	font-size: x-small;
	letter-spacing: 3px;
	text-transform:uppercase;
	
}
b {
	color: #5da160;
	text-transform:uppercase;
	letter-spacing: 2px;
}

i {
	color: #ccdccd;
	letter-spacing: 2px;
}

.initial {
  font-family: "Lucida Console", Monaco, monospace;
  font-size:125px;
  color: #65e165;
  height: 123px;
  margin-right: 15px;
  text-align: center;
  float: left;
  opacity: .35;
  font-weight:bolder;
  }