Потребител:Scriptur/common.css

От Уикикниги

Забележка: За да се видят промените, необходимо е след публикуване на страницата, кешът на браузъра да бъде изтрит.

  • Firefox / Safari: Задържа се клавиш Shift и се щраква върху Презареждане (Reload) или чрез клавишната комбинация Ctrl-F5 or Ctrl-R (⌘-R за Mac);
  • Google Chrome: клавишна комбинация Ctrl-Shift-R (⌘-Shift-R за Mac)
  • Internet Explorer / Edge: Задържа се клавиш Ctrl и се щраква върху Refresh или чрез клавишната комбинация Ctrl-F5;
  • Opera: Press Ctrl-F5.
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
	margin:	1em 1em 1em 0;
	background:	#f9f9f9;
	border:	1px #aaa solid;
	border-collapse:	collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
	border:	1px #aaa 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;
}

/* Добавя пунктирана линия под заглавията */
.mw-parser-output h3 {
	border-bottom: dotted 1px #aaa;
}
.mw-parser-output h4,
.mw-parser-output h5,
.mw-parser-output h6 {
	border-bottom: dotted 1px #ddd;
}

/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. */
.IPA {
	font-family:	'Chrysanthi Unicode', 'Doulos SIL', 'Gentium', 'GentiumAlt', 'Code2000', 'TITUS Cyberbit Basic', 'DejaVu Sans', 'Bitstream Vera Sans', 'Bitstream Cyberbit', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'Matrix Unicode', sans-serif;
}

.Unicode {
	font-family:	'TITUS Cyberbit Basic', 'Code2000', 'Doulos SIL', 'Chrysanthi Unicode', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Thryomanes', 'Gentium', 'GentiumAlt', 'Visual Geez Unicode', 'Lucida Grande', 'Arial Unicode MS', 'Microsoft Sans Serif', 'Lucida Sans Unicode', sans-serif;
}

.polytonic {
	font-family:	'Athena', 'Gentium', 'Palatino Linotype', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Code2000', sans-serif;
}

/* Страница с документация на шаблон */
.template-documentation {
	clear: both;
	margin: 1em 0 0 0;
	border: 1px solid #aaa;
	background-color: #eaf1f4;
	padding: 5px;
}

/* Шаблони за Messagebox */
.messagebox {
	border: 1px solid #aaaaaa;
	background-color: #f9f9f9;
	width: 80%;
	margin: 0 auto 1em auto;
	padding: .2em;
}
.messagebox.merge {
	border: 1px solid #c0b8cc;
	background-color: #f0e5ff;
	text-align: center;
}
.messagebox.cleanup {
	border: 1px solid #9f9fff;
	background-color: #efefff;
	text-align: center;
}
.messagebox.standard-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
	margin: 4px auto;
}

/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
.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 */
}
.mbox-image {                  	/* The left image cell */
    border: none;
    padding: 2px 0 2px 0.9em;  	/* 0.9em left, 0px right */
    text-align: center;
}
.mbox-imageright {          	/* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;  	/* 0px left, 0.9em right */
    text-align: center;
}
.mbox-empty-cell {         		/* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}

/* Article message box styles */
.ambox {
    margin: 0px 10%;   /* 10% = Will not overlap with other elements */
    border: 1px solid #aaa;
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.ambox + .ambox {   /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox .mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox .mbox-image {           /* The left image cell */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox .mbox-imageright {      /* The right image cell */
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}

.ambox-notice {
    border-left: 10px solid #1e90ff;    /* Blue */
}
.ambox-delete,
.ambox-serious {
    border-left: 10px solid #b22222;    /* Red */
}
.ambox-content {
    border-left: 10px solid #f28500;    /* Orange */
}
.ambox-style {
    border-left: 10px solid #f4c430;    /* Yellow */
}
.ambox-move,
.ambox-merge {
    border-left: 10px solid #9932cc;    /* Purple */
}
.ambox-stub {
    border-left: 10px solid #c0c090;    /* Gray-brown */
}
.ambox-protection {
    border-left: 10px solid #bba;       /* Gray-gold */
}