MediaWiki:Common.css: Difference between revisions

From Tower Hamlets Canoe Club Wiki
Jump to navigation Jump to search
m Turn f
m Underline links
Line 30: Line 30:
{
{
   display: none;
   display: none;
}
div#mw-content-text p a {
    border-bottom-color: lightskyblue;
    border-bottom-style: double;
}
div#mw-content-text p a.new {
    border-bottom-color: lightpink !important;
    border-bottom-style: double;
}
a.mw-redirect {
    border-bottom-color: lightgreen  !important;
    border-bottom-style: double;
}
}

Revision as of 06:13, 29 June 2016

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

 
/* 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;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}

/* turn off Home page title */
body.page-Home.action-view h1.firstHeading,
body.page-Home.action-submit h1.firstHeading
{
  display: none;
}

div#mw-content-text p a {
    border-bottom-color: lightskyblue;
    border-bottom-style: double;
}
div#mw-content-text p a.new {
    border-bottom-color: lightpink !important;
    border-bottom-style: double;
}

a.mw-redirect {
    border-bottom-color: lightgreen  !important;
    border-bottom-style: double;
}