MediaWiki:Common.css: Difference between revisions

From the change wiki
No edit summary
No edit summary
Line 38: Line 38:
*/
*/
/* foggy theme: */
/* foggy theme: */
body    {background-image:linear-gradient(#AAA,#FFF);background-attachment:fixed}
body    {background-image:linear-gradient(#BBB,#FFF);background-repeat:no-repeat}
#content{background-color:#FFF}
#content{background-color:#FFF}
/* aqua theme:
/* aqua theme:
body    {background-image:linear-gradient(#09F,#FFF);background-attachment:fixed}
body    {background-image:linear-gradient(#09F,#FFF);background-attachment:fixed}
#content{background-color:#FFF}
#content{background-color:#FFF}
*/
*/

Revision as of 11:37, 13 March 2023

/* CSS placed here will be applied to all skins */

/* for features: */
.xpContent{display:none; color:#070; cursor:crosshair}
.ppContent{display:none; position:absolute; padding:0.5em; border:1px solid; box-shadow:0 0 1em #999; cursor:crosshair; background:#FFFFF3; z-index:2}
.dp       {display:none; position:absolute; padding:0.5em; border:1px solid; box-shadow:0 0 1em #999; cursor:crosshair; background:#FFFFF3; z-index:2}
.dpVar    {display:none; position:absolute; padding:0.5em; border:1px solid; box-shadow:0 0 1em #999; cursor:crosshair; background:#FFFFF3; z-index:2}
.dp0{font-family:monospace,sans-serif; color:#333; font-weight:normal}
.dp1{font-family:monospace,sans-serif; color:#C00; font-weight:bold}
.dp2{font-family:serif; color:#000; font-weight:normal}
.dp3{font-family:serif; color:#333; font-weight:normal; font-size:84%; padding:0.8em 0 0 0.4em}
.calc{font-family:monospace,sans-serif; background:#CFC; border-bottom:1px solid #CCC}
.calc a{text-decoration:none}
.calc a:hover{text-decoration:underline}
.ecalc{display:none}
.forMore{color:#070; cursor:pointer; text-decoration:none; border:1px solid #EEE}
.forMore:hover{text-decoration:underline}
.fileGraph{position:relative; width:100%; height:28em; border:1px dashed grey; background:#FFFFF3; user-select:none}
.fgNode{position:absolute; border:1px solid; padding:0 0.25em; background:#FFF; box-shadow:0 0 0.1em #333; transform:translate(-50%,0%); z-index:1}
.fgConnect{display:none; position:absolute; border:1px solid; background:#FFF; font-family:sans-serif; font-size:75%; transform-origin:0% 50%; white-space:nowrap; overflow:hidden}



/* sunrise theme:
body    {background-image:linear-gradient(#009,#FF9);background-attachment:fixed}
#content{background-color:#FFF}
#mw-panel   {color:#FFF}
#mw-panel a {color:#FFF}
#mw-panel h3{color:#FFF}
*/
/* daylight theme:
body    {background-image:linear-gradient(#ADF,#FDA);background-attachment:fixed}
#content{background-color:#FFF}
*/
/* silver theme:
body    {background-image:linear-gradient(#FFF,#AAA);background-attachment:fixed}
#content{background-color:#FFF}
*/
/* foggy theme: */
body    {background-image:linear-gradient(#BBB,#FFF);background-repeat:no-repeat}
#content{background-color:#FFF}

/* aqua theme:
body    {background-image:linear-gradient(#09F,#FFF);background-attachment:fixed}
#content{background-color:#FFF}
*/