Difference between revisions of "MediaWiki:Common.css"

From Wiki
Jump to navigation Jump to search
m (add a 'fourth' class)
m
(14 intermediate revisions by the same user not shown)
Line 48: Line 48:
 
</pre>
 
</pre>
 
*/
 
*/
 +
 +
 +
/* Trial for update of WelcomePage2020.05.25
 +
body {
 +
    background: white;
 +
}
 +
 +
a:link    { color: #cc3333; text-decoration: none;}
 +
a:visited { color: #cc3333; text-decoration: none;}
 +
a:hover  { color: #cc3333; text-decoration: none;}
 +
a:active  { color: #cc3333; text-decoration: none;}
 +
*/
 +
 +
ul.WelcRework {
 +
    display: grid;
 +
    grid-template-columns: repeat(auto-fit, 140px);
 +
    grid-gap: 1.5rem;
 +
    justify-content: space-between;
 +
    list-style: none;
 +
    padding: 1rem;
 +
    margin: 0;
 +
}
 +
li.WelcRework {
 +
    text-align:center;
 +
    background-color: #e0eef2;
 +
    box-shadow: 0px 8px 8px gray;
 +
    height: stretch;
 +
    border-top: solid 4px #cc3333;
 +
}

Revision as of 22:16, 26 May 2020

/* 
<pre>
*/

	.first   { background-color:#00FFFF; }
	.second  { background-color:#CCFF66; }
	.third   { background-color:#FF6FCF; }
        .fourth  { background-color:#FFFF66; }
	.cmd     { font-family:monospace; }
	.annot   { font-family:sans-serif; margin-top:1cm; }
	.large   { font-size: 24pt; }

span.minor {
    font-style:italic;
    font-weight:normal;
}

#googleSearch {
    width: 10.9em;
    margin: 0;
    font-size: 95%;
}

#search_string  {
    width: 10.9em;
    margin: 0;
    font-size: 95%;
}

#bodyContent a[href ^="javascript:"] {
    background: none;
    padding: 0px;
    text-decoration: none ;
}

/* pg: new markup <texcode>..</texcode> */

pre.tex { color:#000000;  }
pre span.cs { color:#0000FF; }
pre span.def { color:#FF0000; }
pre span.comment { color:#333333; }
pre span.br { color:red; }

pre.xml { color:#000000;  }
pre span.name    { color:blue; }

/* 
</pre>
*/


/* Trial for update of WelcomePage2020.05.25
body {
    background: white;
}

a:link    { color: #cc3333; text-decoration: none;}
a:visited { color: #cc3333; text-decoration: none;}
a:hover   { color: #cc3333; text-decoration: none;}
a:active  { color: #cc3333; text-decoration: none;} 
*/

ul.WelcRework {
    display: grid;
    grid-template-columns: repeat(auto-fit, 140px); 
    grid-gap: 1.5rem;
    justify-content: space-between;
    list-style: none; 
    padding: 1rem;
    margin: 0;
}
li.WelcRework {
    text-align:center;
    background-color: #e0eef2;
    box-shadow: 0px 8px 8px gray;
    height: stretch;
    border-top: solid 4px #cc3333;
}