MediaWiki:Common.css: Różnice pomiędzy wersjami

Z Wikicytatów, wolnej kolekcji cytatów
Usunięta treść Dodana treść
Nie podano opisu zmian
Einsbor (dyskusja | edycje)
technical help stew.
Linia 1: Linia 1:
/* 25 000 wpisów - logo*/
[[File:Wikiquote-logo-pl-25000.png|left|96px]]
#p-logo a {
#p-logo a { background-image: url(//upload.wikimedia.org/wikipedia/commons/c/cc/Wikiquote-logo-pl-25000.png) !important }
background-image: url(//upload.wikimedia.org/wikipedia/commons/c/cc/Wikiquote-logo-pl-25000.png) !important
}
/*<pre><nowiki>*/
/*<pre><nowiki>*/

#siteNotice {
#siteNotice {
margin-top:5px;
margin-top:5px;

Wersja z 19:33, 1 mar 2015

/* 25 000 wpisów - logo*/
#p-logo a { 
	background-image: url(//upload.wikimedia.org/wikipedia/commons/c/cc/Wikiquote-logo-pl-25000.png) !important
} 
/*<pre><nowiki>*/
#siteNotice {
    margin-top:5px;
    padding-left: 4px;
    font-style: italic;
    text-align: center;
}

.messagebox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   width: 80%;
   margin: 0 auto 1em auto;
   padding: .2em;
   text-align: justify;
}

/* zmniejszona linia pozioma, przystosowana do oddzielania dialogów */
h2 + dl + hr,
h3 + dl + hr,
h4 + dl + hr,
h5 + dl + hr,
h6 + dl + hr,
hr + dl + hr {
    margin: 1em auto;
    width: 50%;
}

/* klasa wikitable/prettytable - ładna skórka dla tabelek */

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

/* Klasa dla szablonu {{Osobne}} */
.detail, .details {
        margin: 0 0 0.7em 2em; 
        border: 1px solid #e7e7e7; 
        border-width: 1px 0; 
        text-align:left; 
        font-size:95%; 
        background: #fdfdfd; 
        padding:1px 4px;
        display: table;
}
.detail > span {
        display: table-row;
}
.detail > span > span {
        display: table-cell;
        padding-left: 4px;
        width:100%;
}

/* Klasa dokumentacji */
.template-documentation {
	background-color:#ECFCF4;
	border:1px solid #AAAAAA;
	clear:both;
	margin:1em 0pt 0pt;
	padding:5px;
}

/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
	border: none;
	padding: 0.25em 0.9em;       /* 0.9em left/right */
	width: 100%;    /* Make all mboxes the same width regardless of text length */
}

td.mbox-image {                  /* The left image cell */
	border: none;
	padding: 2px 0 2px 0.9em;    /* 0.9em left, 0 right */
	text-align: center;
}

td.mbox-imageright {             /* The right image cell */
	border: none;
	padding: 2px 0.9em 2px 0;    /* 0 left, 0.9em right */
	text-align: center;
}

td.mbox-empty-cell {         /* An empty narrow cell */
	border: none;
	padding: 0;
	width: 1px;
}

/* Footer and header message box styles */
table.fmbox {
	clear: both;
	margin: 0.2em 0;
	width: 100%;
	border: 1px solid #aaa;
	background: #f9f9f9;     /* Default "system" gray */
}
table.fmbox-system {
	background: #f9f9f9;
}
table.fmbox-warning {
	border: 1px solid #bb7070;  /* Dark pink */
	background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
	background: transparent;
}

/* </nowiki></pre> */