Difference between revisions of "MediaWiki:Common.css"

From GATE
Line 7: Line 7:
 
/*da utilizzare per linkare a singole porzioni di testo*/
 
/*da utilizzare per linkare a singole porzioni di testo*/
 
.text-line:target { animation: highlight 10s ease; transition: all 9s ease; }
 
.text-line:target { animation: highlight 10s ease; transition: all 9s ease; }
.sentence:target { background-color: #ddeeff; animation: highlight 4s ease; transition: all 5s ease; }
+
.sentence:target { animation: highlight 10s ease; transition: all 9s ease; }
 
@keyframes highlight {
 
@keyframes highlight {
 
     from {background-color: #ddeeff;}
 
     from {background-color: #ddeeff;}

Revision as of 14:41, 24 January 2018

/* CSS placed here will be applied to all skins */
/* make the Cite extension list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 90%; }
ol.references li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }

/*da utilizzare per linkare a singole porzioni di testo*/
.text-line:target { animation: highlight 10s ease; transition: all 9s ease; }
.sentence:target { animation: highlight 10s ease; transition: all 9s ease; }
@keyframes highlight {
    from {background-color: #ddeeff;}
    to {background-color: none;}
}
body {
    font-family: Georgia;
    color: black; 
    font-size: 16px;
    overflow-anchor: none;
}

body.page-Gregorian_Archives_Texts_Editing_GATE.action-view h1.firstHeading, body.page-Gregorian_Archives_Texts_Editing_GATE.action-submit h1.firstHeading {
    display: none; 
}

.client-js .mw-ui-checkbox:not( #noop ) input[type="checkbox"] + label { 
    display: none; 
}

input[type="submit"] { 
    font-family: inherit;
    font-size: 1em;
    display: inline-block;
    min-width: 4em;
    max-width: 28.75em;
    padding: 0.546875em 1em;
    line-height: 1.286;
    margin: 0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    zoom: 1;
    vertical-align: middle;
    background-color: #f8f8f8;
    color: #222222;
    border: 1px solid #e7e7e7;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.skin-chameleon .navbar-tools {
    width: 100px;
}
.tool-button {
    width: 26px;
    height: 26px;
}

.label {
    font-size: 100%
}
.ui-widget {
    font-family: georgia;
}

body.page-Special_UploadWizard.action-view ul#mwe-upwiz-steps.ui-helper-clearfix.ui-state-default.ui-widget.ui-helper-reset.arrowSteps, body.page-Special_UploadWizard.action-submit ul#mwe-upwiz-steps.ui-helper-clearfix.ui-state-default.ui-widget.ui-helper-reset.arrowSteps {
   list-style: none; 
}
.oo-ui-image-invert.oo-ui-icon-bell {
   background-image: url(/mediawiki/load.php?modules=ext.echo.badgeicons&image=bell&format=rasterized&lang=en);
}
.oo-ui-image-invert.oo-ui-icon-speechBubbles {
   background-image: url(/mediawiki/load.php?modules=ext.echo.badgeicons&image=speechBubbles&format=rasterized&lang=en);
}
.skin-chameleon #pt-notifications-alert, .skin-chameleon #pt-notifications-notice {
	display: inline-block;
}

body.page-Gregorian_Archives_Texts_Editing_GATE.action-view ul#p-contentnavigation.p-contentnavigation.list-inline.text-center, body.page-Gregorian_Archives_Texts_Editing_GATE.action-submit ul#p-contentnavigation.p-contentnavigation.list-inline.text-center {
    display: none; 
}
.navbar-default .navbar-nav > li > a {
    color: black; 
    font-size: 16px;
}
.profile-tab {
	padding: 2px 5px 0px 5px;
}
.profile-tab-on {
	padding: 2px 5px 0px 5px;
	font-size: 16px;
}
div.eye-container[fieldkey="up_real_name"], div.eye-container[fieldkey="up_email"], div.eye-container[fieldkey="up_location_city"], div.eye-container[fieldkey="up_hometown_country"], div.eye-container[fieldkey="up_birthday"] {
    top: -20px;
}
div.eye-container[fieldkey="up_hometown_city"], div.eye-container[fieldkey="up_location_country"] {
    top: -20px;
}

div.ace_gutter {
	z-index: 1;
}

div.ace_scrollbar {
	z-index: 1;
}
.CodeMirror pre {
	z-index: 1;
}
.CodeMirror-vscrollbar {
	z-index: 1;
}

.wikiEditor-ui-toolbar .page-characters div span {
    height: max-content;
}
#blast-friends-list div.blast-friend-unselected, #blast-friends-list div.blast-foe-unselected {
    height: max-content;
}

#blast-friends-list div.blast-friend-selected, #blast-friends-list div.blast-foe-selected {
    height: max-content;
}