Difference between revisions of "MediaWiki:Common.css"

From TSAS Library
Jump to: navigation, search
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* carousel */
.smaller{
.jcarousel {
     font-size: smaller;
     position: relative;
    overflow: hidden;
}
}
ul.gallery.mw-gallery-slideshow {
.jcarousel-wrapper {
     margin:0;
max-width: 1125px;
     margin: 0;
    position: relative;
}
}
 
.jcarousel .jcarousel-list {
img.halfwidth {
     width: 20000em;
     width: 50%;
    position: relative;
     height: auto;
    margin: 0;
     padding: 0;
}
}
 
.jcarousel .jcarousel-item {
img.fullwidth {
     float: left;
     width: 100%;
}
     height: auto;
.jcarousel-item img {
    display: block;
    max-width: 100%;
     height: auto !important;
}
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 45%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
      -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}
.jcarousel-control-prev {
    left: -15px;
}
.jcarousel-control-next {
    right: -15px;
}
.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}
.jcarousel-pagination {
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    margin-right: 2px;
    opacity: .75;
}
.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
}


Line 152: Line 73:
     background-color: #ffe599;
     background-color: #ffe599;
     padding:5px;
     padding:5px;
}
.alert-quotation {
    background-color: #0765a2;
    color: #ffffff;
    font-style: italic;
    font-size: larger;
}
}


Line 171: Line 99:
.infobox th {
.infobox th {
vertical-align: top;
vertical-align: top;
}
.infobox td {
        padding-left: 10px;
}
}


Line 184: Line 116:
.oo-ui-buttonElement > .oo-ui-buttonElement-button {
.oo-ui-buttonElement > .oo-ui-buttonElement-button {
     font-size:14px;
     font-size:14px;
}
/*Fix tiny upload window from .8Rem;*/
body > .oo-ui-windowManager {
    font-size: 0.8em;
}
/*Adaptive Google Presentations*/
.google-slides-container{
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}
.google-slides-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}

Latest revision as of 10:13, 28 April 2020

.smaller{
    font-size: smaller;
}
ul.gallery.mw-gallery-slideshow {
    margin:0;
}

img.halfwidth {
    width: 50%;
    height: auto;
}

img.fullwidth {
    width: 100%;
    height: auto;
}

/* [[Template:Note]] */
.tip,
.note {
	padding: 0.5em;
	margin: 0.5em 0;
	overflow: hidden;
	background-color: #F9F9F9;
	background-position: 4px 2px;
	background-repeat: no-repeat;
	border: 1px solid #DDD;
}
.tip-info,
.note-info {
	background-color: #F0F0E7;
	background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Appunti_architetto_franc_01.svg/22px-Appunti_architetto_franc_01.svg.png);
	border-color: #cc9933;
	/* @noflip */ padding-left: 30px;
	min-height: 28px;
}
.tip-reminder,
.note-reminder {
	background-color: #F6FDEA;
	background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/23px-Bulbgraph.png);
	border-color: #D6E434;
	padding-left: 31px;
	min-height: 28px;
}
.tip-error,
.note-error {
	background-color: #F0E7E7;
	background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Attention_niels_epting.svg/24px-Attention_niels_epting.svg.png);
	border-color: #cc3333;
	padding-left: 32px;
	min-height: 25px;
}

/*Custom Alert Styling*/
.alert-primary {
    background-color: #d9edf7;
    padding:5px;
    margin-bottom:0px;
}
.alert-la {
    background-color: #e8af6f;
    padding:5px;
}
.alert-st {
    background-color: #b4a7d6;
    padding:5px;
}
.alert-cc {
    background-color: #b7e1cd;
    padding:5px;
}
.alert-fa {
    background-color: #ffe599;
    padding:5px;
}

.alert-quotation {
    background-color: #0765a2; 
    color: #ffffff;
    font-style: italic;
    font-size: larger;
}

/*
 * Infoboxes
 */
.infobox {
	float: right;
	clear: right;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding: 0.2em;
	border: 1px solid #AAA;
	background: #F9F9F9;
	color: black;
}

.infobox td,
.infobox th {
	vertical-align: top;
}

.infobox td {
        padding-left: 10px;
}

.infobox caption {
	margin-left: inherit;
	font-size: larger;
}
/* Fix Ugly Save Buttons*/
input[type=submit], input[type=button] {
    text-shadow: none;
}

.oo-ui-buttonElement > .oo-ui-buttonElement-button {
    font-size:14px;
}

/*Fix tiny upload window from .8Rem;*/
body > .oo-ui-windowManager {
    font-size: 0.8em;
}

/*Adaptive Google Presentations*/
.google-slides-container{
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}

.google-slides-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}