Difference between revisions of "MediaWiki:Common.css"

From CrowdSociety
Jump to: navigation, search
 
(497 intermediate revisions by 4 users not shown)
Line 1: Line 1:
/* To change the background colors of only the text areas of all the pages */
+
/*-----------------------------------------------------------------------------*/
body{background-image:none; color: #ffffff}
+
/* To change the BACKGROUND COLOR of the globalWrapper */
 +
/*-----------------------------------------------------------------------------*/
  
/* To change the size of the whitespace abouve an article's title */
 
#siteNotice {
 
    margin-top: 95px;
 
    margin-bottom: 1em;
 
  
 +
#globalWrapper {
 +
Background-color: #F5F5F5;
 +
Background-image:none;
 +
width: 100%;
 +
margin: 0; padding: 0;
 +
overflow: auto;
 +
}
  
/* CHANGES OF LINKS COLORS */
+
div#content {
.mw-body a:link { color: #000000; text-decoration: underline;  } /* normal unvisited links */
+
background-color: #F5F5F5;
.mw-body a:link:visited { color: #000000; text-decoration: line-through;  } /* visited links */
+
width:55%;
.mw-body a:link:active { color: #000000; text-decoration: underline; } /* active links */
+
top: 25px;
.mw-body a:link.new { color: #000000; text-decoration: underline;  } /* new links */
+
overflow: auto;
.mw-body a:link.interwiki { color: #000000; text-decoration: underline; } /* interwiki links */
+
}
.mw-body a:link.external { color: #000000; text-decoration: underline; } /* external links */
+
.mw-body a:link.stub { color: #000000; text-decoration: line-through; } /* hovered links */
+
+
.mw-body a:link {color: #000000; text-decoration: underline;}
+
.mw-body a:visited {color: #000000; text-decoration: line-through;}
+
.mw-body a:hover {color: #000000; text-decoration: line-through;}
+
.mw-body a:active {color: #000000; text-decoration: underline;} /*what does active link mean? ... maybe change to line-through */
+
  
.mw-body a.mw-redirect {color: #000000; text-decoration: underline;}
 
.mw-body a.mw-redirect:visited {color: #000000; text-decoration: line-through;}
 
  
.mw-body a.external {color: #000000; text-decoration: underline;}
 
.mw-body a.external:visited {color: #000000; text-decoration: line-through;}
 
  
/* VARIOUS TESTS START HERE: */
+
/*-----------------------------------------------------------------------------*/
 +
/* user's personal TOP menue */
 +
/*-----------------------------------------------------------------------------*/
  
/* Default styling for HTML elements */
+
 
dfn {
+
div#p-personal {
    font-style: inherit;  /* Reset default styling for <dfn> */
+
 
}
 
}
q {
+
 
    quotes: '"' '"' "'" "'"; /* Straight quote marks for <q> */
+
#p-personal .pBody {  
 +
background: #F5F5F5;
 +
float: right;
 
}
 
}
blockquote {
+
 
    overflow: hidden; /* Avoid collision of background with floating elements */
+
#p-personal li a, #p-personal li a.new {  
 +
color: #5b5b5b;
 +
text-decoration: none;  
 
}
 
}
strong.selflink {
+
 
    font-weight: underline; /* Prevent the 'double bold' bug in Firefox when using DirectWrite */
+
#p-personal li a:hover {  
 +
color: #000000;
 +
background-color: transparent;
 +
text-decoration: line-through;  
 
}
 
}
+
 
/* Main page fixes */
+
 
#interwiki-completelist {
+
/*-----------------------------------------------------------------------------*/
    font-weight: underline;
+
/* TOP Menue (second line) edits */
 +
/*-----------------------------------------------------------------------------*/
 +
 
 +
 
 +
div#p-cactions {
 +
background-color: #F5F5F5;
 
}
 
}
body.page-Main_Page #ca-delete {
+
 
     display: none !important;
+
#p-cactions li {  
 +
text-indent: 20;     /*spacing between words in the top bar */
 +
border-width: 0px;
 +
background-color: #F5F5F5;
 +
float:left; 
 +
margin: 8px;
 
}
 
}
body.page-Main_Page #mp-topbanner {
+
 
    clear: both;
+
#p-cactions li a  {  
 +
display:block; 
 +
color:#000000; 
 +
font-weight: regular;
 +
text-decoration:none;
 +
background-color: #F5F5F5;
 
}
 
}
+
 
/* Edit window toolbar */
+
#p-cactions li a:hover {  
#toolbar {
+
color: #000000;  
    height: 11px;
+
text-decoration: line-through;
    margin-bottom: 6px;
+
background-color: #F5F5F5;  
 
}
 
}
+
 
/* Highlight data points in the info action if specified in the URL */
+
#p-cactions li.selected a {  
body.action-info :target {
+
border:none;
    background: #FFF;
+
background-color: #F5F5F5;
 
}
 
}
+
 
/* Make the list of references smaller */
+
#p-cactions li.selected  a:hover {
ol.references,
+
color: #000000;
div.reflist,
+
text-decoration: line-through;
div.refbegin {
+
background-color: #F5F5F5;
    font-size: 90%;           /* Default font-size */
+
    margin-bottom: 0.5em;
+
 
}
 
}
div.refbegin-100 {
+
 
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
+
 
 +
/*-----------------------------------------------------------------------------*/
 +
/* Table of Content TOC */
 +
/*-----------------------------------------------------------------------------*/
 +
 
 +
 
 +
 
 +
#toc {
 +
font-size: 1.1em;
 +
margin: 0 0 1em 1em;
 +
float: right;
 +
border: solid 1px #00000;
 +
text-color: #282828;
 +
background-color: #F5F5F5;
 
}
 
}
div.reflist ol.references {
+
 
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
+
 
    list-style-type: inherit; /* Enable custom list style types */
+
 
 +
 
 +
 
 +
 
 +
 
 +
/* Allow limiting of which header levels are shown in a TOC;
 +
  <div class="toclimit-3">, for instance, will limit to
 +
  showing ==headings== and ===headings=== but no further
 +
  (as long as there are no =headings= on the page, which
 +
  there shouldn't be according to the MoS). */
 +
 
 +
.toclimit-2 .toclevel-1 ul,
 +
.toclimit-3 .toclevel-2 ul,
 +
.toclimit-4 .toclevel-3 ul,
 +
.toclimit-5 .toclevel-4 ul,
 +
.toclimit-6 .toclevel-5 ul,
 +
.toclimit-7 .toclevel-6 ul {
 +
    display: none;
 
}
 
}
+
 
/* Highlight clicked reference in blue to help navigation */
+
 
ol.references li:target,
+
 
sup.reference:target,
+
 
span.citation:target {
+
/*-----------------------------------------------------------------------------*/
    background-color: #FFF;
+
/* LOGO position */
 +
/*-----------------------------------------------------------------------------*/
 +
 
 +
 
 +
#p-logo, #p-logo a, #p-logo a:hover {
 +
width:192px;
 +
height: 150px;
 +
margin-left: 0px;  
 +
margin-top: 10px;
 +
margin-bottom: 30px;
 +
z-index: 999;
 +
 
 
}
 
}
+
 
/* Ensure refs in table headers and the like aren't bold or italic */
+
 
sup.reference {
+
/*-----------------------------------------------------------------------------*/
    font-weight: normal;
+
/* Dynamik Image resizing (Images have to be in div-tags like that - <div>[[Image:MyImage.png]]</div> -  */
    font-style: normal;
+
/*-----------------------------------------------------------------------------*/
 +
 
 +
img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
 +
 
 +
/*-----------------------------------------------------------------------------*/
 +
/* Sidebar Modifications */
 +
/*-----------------------------------------------------------------------------*/
 +
 
 +
 
 +
.portlet .pBody {
 +
background-color:#F5F5F5;
 +
z-index: 99;
 
}
 
}
+
 
/* Allow hidden ref errors to be shown by user CSS */
+
/* increase sidebar width */
span.brokenref {
+
 
    display: none;
+
#column-content {  
 +
margin-left: -16em;  
 
}
 
}
+
 
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
+
#column-content #content {  
.citation {
+
margin-left: 16em;  
    word-wrap: break-word;
+
 
}
 
}
+
 
/* For linked citation numbers and document IDs, where
+
#p-logo a, #p-logo a:hover {  
  the number need not be shown on a screen or a handheld,
+
width: 16em;  
  but should be included in the printed version */
+
@media screen, handheld {
+
    .citation .printonly {
+
        display: none;
+
    }
+
 
}
 
}
+
 
/* Reset top margin for lists embedded in columns */
+
#p-cactions {  
div.columns {
+
left: 14.5em;  
    margin-top: 0.3em;
+
 
}
 
}
div.columns dl,
+
 
div.columns ol,
+
.portlet {  
div.columns ul {
+
width: 14em;  
    margin-top: 0;
+
 
 
}
 
}
+
 
/* Avoid elements from breaking between columns */
+
div#column-content {
.nocolbreak,
+
margin-left: -14em;  
div.columns li,
+
div.columns dd dd {
+
    -webkit-column-break-inside: avoid;
+
    page-break-inside: avoid;
+
    break-inside: avoid-column;
+
 
}
 
}
+
 
/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
+
div#content {  
.flowlist ul {
+
margin-left: 14em;  
    overflow-x: hidden;
+
    margin-left: 0;
+
    padding-left: 1.6em;
+
 
}
 
}
.flowlist ol {
+
 
    overflow-x: hidden;
+
 
    margin-left: 0;
+
/*-----------------------------------------------------------------------------*/
    padding-left: 3.2em;
+
/* changes the background of pre areas  */
 +
/*-----------------------------------------------------------------------------*/
 +
 
 +
pre { background-color: #F5F5F5}
 +
 
 +
 
 +
/*-----------------------------------------------------------------------------*/
 +
/* Tabellenhintergründe transparent machen */
 +
/*-----------------------------------------------------------------------------*/
 +
 
 +
 
 +
table.diff {
 +
background-color: transparent;
 
}
 
}
.flowlist dl {
+
 
     overflow-x: hidden;
+
 
 +
/*-----------------------------------------------------------------------------*/
 +
/* To change the size of the whitespace abouve an article's title (between top menue and the article's title */
 +
/*-----------------------------------------------------------------------------*/
 +
 
 +
 
 +
#siteNotice {
 +
    margin-top: 100px;
 +
    margin-bottom: 0em;
 +
}
 +
 
 +
 
 +
/*-----------------------------------------------------------------------------*/
 +
/* Erase borders */
 +
/*-----------------------------------------------------------------------------*/
 +
 
 +
 
 +
#content    { border-width: 0px; }
 +
.portlet .pBody { border-width: 0px; }
 +
#footer {width: 100%; border-top: 0px; border-bottom-width: 0px; Background-color: #F5F5F5;}
 +
 
 +
 
 +
/*-----------------------------------------------------------------------------*/
 +
/* CHANGES OF LINKS COLORS */
 +
/*-----------------------------------------------------------------------------*/
 +
 
 +
 
 +
a:link  {
 +
color: #2e7cff;
 +
text-decoration: none;
 +
}
 +
 
 +
a:hover  {
 +
color: #97d2ff;
 +
text-decoration: line-through;
 +
}
 +
 
 +
a:visited  {
 +
color: #26baaf;
 +
text-decoration: line-through;
 +
}
 +
 
 +
a:active {
 +
color: #000000;
 +
text-decoration: line-through;
 +
}
 +
 
 +
a.new:link  {
 +
color: #ff77aa;
 +
text-decoration: none;
 +
}
 +
 
 +
a.new:hover {
 +
color: #FF6E9E;
 +
text-decoration: line-through;
 +
}
 +
 
 +
 
 +
a.external { color: #2e7cff !important; } /* external link */
 +
a.external:hover     { color: #97d2ff; text-decoration: line-through; }
 +
a.external:visited { color: #26baaf; text-decoration: line-through; }
 +
 
 +
 
 +
/*-----------------------------------------------------------------------------*/
 +
/* Headlines and Body - Styling */
 +
/*-----------------------------------------------------------------------------*/
 +
 
 +
 
 +
html,body,p,td,a,li {
 +
font: 0.9em Times, "Times New Roman", "Palatino", "Georgia", serif;
 +
background-color: #F5F5F5;
 +
}
 +
 
 +
 
 +
/*inserst and edit "0px line #000000; line-height: 1.1em" after "border-bottom:" to see a line, and I erased "margin: 3em 0 0.25em 0;" after "uppercase" */
 +
 
 +
h1  {
 +
 
 +
font: bold 1.8em Helvetica, Arial, Roboto, "DejaVu Sans", sans-serif;
 +
color: #000000;
 +
letter-spacing: 0.12em;
 +
text-transform: uppercase;
 +
border-bottom: none;
 +
padding-bottom: 2em;
 +
 +
 
 +
 
 +
/* inserst and edit "0px line #000000; line-height: 1.1em" after "border-bottom:" to see a line */
 +
 
 +
h2  {
 +
 
 +
font: 1.3em Helvetica, Arial, Roboto, "DejaVu Sans",sans-serif; 
 +
color: #000000; letter-spacing: 0.1em;
 +
text-transform: uppercase;
 +
text-decoration: underline;
 +
margin: 2em 0 0 0;
 +
border-bottom: none;
 +
padding-bottom: 2em;
 +
 +
 
 +
 
 +
h3  {
 +
 
 +
font: 1.1em Helvetica, Arial, Roboto, "DejaVu Sans",sans-serif;
 +
color: #000000; letter-spacing: 0.06em;
 +
text-transform: uppercase;
 +
padding-top: 0.7em;
 +
padding-bottom: 0.2em;
 +
}
 +
 
 +
 
 +
h4  {
 +
 
 +
font: 0.92em Helvetica, Arial, Roboto, "DejaVu Sans",sans-serif;
 +
color: #000000;
 +
letter-spacing: 0.06em;
 +
text-transform: uppercase;
 +
padding-top: 0.5em;
 +
padding-bottom: 0.2em;
 +
}
 +
 
 +
 
 +
h5  {
 +
 
 +
font: 0.91em Helvetica, Arial, Roboto, "DejaVu Sans",sans-serif;
 +
color: #000000;
 +
letter-spacing: 0.06em;
 +
text-transform: uppercase;
 +
padding-top: 0.3em;
 +
padding-bottom: 0.1em;
 +
}
 +
 
 +
 
 +
h6  {
 +
 
 +
font: 0.91em Helvetica, Arial, Roboto, "DejaVu Sans",sans-serif;
 +
color: #000000;
 +
letter-spacing: 0.06em;
 +
text-transform: uppercase;
 +
padding-top: 0.1em;
 +
padding-bottom: 0.05em;
 +
}
 +
 
 +
 
 +
/*-----------------------------------------------------------------------------*/
 +
/* FOOTER */
 +
/*-----------------------------------------------------------------------------*/
 +
 
 +
 
 +
#f-poweredbyico { display: none; } /* Erases the mediawiki logo */
 +
#f-copyrightico { display: none; }
 +
 
 +
 
 +
/* reduce footer */
 +
 
 +
#footer    {
 +
color: #000000;
 +
font-size: 85%;
 +
 +
 
 +
 
 +
 
 +
/*-----------------------------------------------------------------------------*/
 +
/* Additional things */
 +
/*-----------------------------------------------------------------------------*/
 +
 
 +
 
 +
/* Remove the annoying arrow that occurs after external links */
 +
#bodyContent a[href ^="http://"] {
 +
background:inherit !important; padding-right:inherit !important
 +
background-color: #F5F5F5;
 +
 +
 
 +
 
 +
li#pt-userpage
 +
            { background: none; }  /* no login logo at the user-login button */
 +
 
 +
 
 +
/*-----------------------------------------------------------------------------*/
 +
/*Change the color of the user message notice box */
 +
/*-----------------------------------------------------------------------------*/
 +
 
 +
 
 +
.usermessage {
 +
  background-color: none;
 +
  border-color: #000000;
 +
  color: black;
 +
  margin: 2em 0em 1em 0em;
 +
  padding: 0.5em 1em;
 +
  vertical-align: middle;
 +
  text-align: center;
 
}
 
}

Latest revision as of 13:42, 21 May 2015

/*-----------------------------------------------------------------------------*/
/* To change the BACKGROUND COLOR of the globalWrapper */
/*-----------------------------------------------------------------------------*/


#globalWrapper {
Background-color: #F5F5F5;
Background-image:none;
width: 100%;
margin: 0; padding: 0;
overflow: auto;
}

div#content {
background-color: #F5F5F5;
width:55%;
top: 25px;
overflow: auto;
}



/*-----------------------------------------------------------------------------*/
/* user's personal TOP menue */
/*-----------------------------------------------------------------------------*/


div#p-personal {
}

#p-personal .pBody { 
background: #F5F5F5;
float: right;
}

#p-personal li a, #p-personal li a.new { 
color: #5b5b5b; 
text-decoration: none; 
}

#p-personal li a:hover { 
color: #000000; 
background-color: transparent; 
text-decoration: line-through; 
}


/*-----------------------------------------------------------------------------*/
/* TOP Menue (second line) edits */
/*-----------------------------------------------------------------------------*/


div#p-cactions {
background-color: #F5F5F5;
}

#p-cactions li { 
text-indent: 20;     /*spacing between words in the top bar */
border-width: 0px;
background-color: #F5F5F5;
float:left;  
margin: 8px;
}

#p-cactions li a  { 
display:block;  
color:#000000;  
font-weight: regular;
text-decoration:none; 
background-color: #F5F5F5;
}

#p-cactions li a:hover { 
color: #000000; 
text-decoration: line-through;
background-color: #F5F5F5; 
}

#p-cactions li.selected a { 
border:none;
background-color: #F5F5F5;
}

#p-cactions li.selected  a:hover { 
color: #000000; 
text-decoration: line-through;
background-color: #F5F5F5;
}


/*-----------------------------------------------------------------------------*/
/* Table of Content TOC */
/*-----------------------------------------------------------------------------*/



#toc {
font-size: 1.1em;
margin: 0 0 1em 1em;
float: right;
border: solid 1px #00000; 
text-color: #282828; 
background-color: #F5F5F5;
}







/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS). */

.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}




/*-----------------------------------------------------------------------------*/
/* LOGO position */
/*-----------------------------------------------------------------------------*/


#p-logo, #p-logo a, #p-logo a:hover { 
width:192px; 
height: 150px; 
margin-left: 0px; 
margin-top: 10px; 
margin-bottom: 30px;
z-index: 999;

}


/*-----------------------------------------------------------------------------*/
/* Dynamik Image resizing (Images have to be in div-tags like that - <div>[[Image:MyImage.png]]</div> -  */
/*-----------------------------------------------------------------------------*/

img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }

/*-----------------------------------------------------------------------------*/
/* Sidebar Modifications */
/*-----------------------------------------------------------------------------*/


.portlet .pBody {
background-color:#F5F5F5;
z-index: 99;
}

/* increase sidebar width */

#column-content { 
margin-left: -16em; 
}

#column-content #content { 
margin-left: 16em; 
}

#p-logo a, #p-logo a:hover { 
width: 16em; 
}

#p-cactions { 
left: 14.5em; 
}

.portlet { 
width: 14em; 

}

div#column-content { 
margin-left: -14em; 
}

div#content { 
margin-left: 14em; 
}


/*-----------------------------------------------------------------------------*/
/* changes the background of pre areas  */
/*-----------------------------------------------------------------------------*/

pre { background-color: #F5F5F5}


/*-----------------------------------------------------------------------------*/
/* Tabellenhintergründe transparent machen */
/*-----------------------------------------------------------------------------*/


table.diff {
	background-color: transparent;
}


/*-----------------------------------------------------------------------------*/
/* To change the size of the whitespace abouve an article's title (between top menue and the article's title */
/*-----------------------------------------------------------------------------*/


#siteNotice {
    margin-top: 100px;
    margin-bottom: 0em;
}


/*-----------------------------------------------------------------------------*/
/* Erase borders */
/*-----------------------------------------------------------------------------*/


#content    { border-width: 0px; }
.portlet .pBody { border-width: 0px; }
#footer {width: 100%; border-top: 0px; border-bottom-width: 0px; Background-color: #F5F5F5;}


/*-----------------------------------------------------------------------------*/
/* CHANGES OF LINKS COLORS */
/*-----------------------------------------------------------------------------*/


a:link  { 
color: #2e7cff; 
text-decoration: none; 
}

a:hover  { 
color: #97d2ff; 
text-decoration: line-through; 
}

a:visited  { 
color: #26baaf; 
text-decoration: line-through; 
}

a:active {
color: #000000; 
text-decoration: line-through; 
} 

a.new:link  { 
color: #ff77aa; 
text-decoration: none; 
}

a.new:hover { 
color: #FF6E9E; 
text-decoration: line-through; 
}


a.external { color: #2e7cff !important; } /* external link */
a.external:hover     { color: #97d2ff; text-decoration: line-through; }
a.external:visited { color: #26baaf; text-decoration: line-through; }


/*-----------------------------------------------------------------------------*/
/* Headlines and Body - Styling */
/*-----------------------------------------------------------------------------*/


html,body,p,td,a,li { 
font: 0.9em Times, "Times New Roman", "Palatino", "Georgia", serif;
background-color: #F5F5F5;
 }


/*inserst and edit "0px line #000000; line-height: 1.1em" after "border-bottom:" to see a line, and I erased "margin: 3em 0 0.25em 0;" after "uppercase" */

h1  { 

font: bold 1.8em Helvetica, Arial, Roboto, "DejaVu Sans", sans-serif; 
color: #000000; 
letter-spacing: 0.12em; 
text-transform: uppercase;
border-bottom: none; 
padding-bottom: 2em; 
}  


/* inserst and edit "0px line #000000; line-height: 1.1em" after "border-bottom:" to see a line */

h2  { 

font: 1.3em Helvetica, Arial, Roboto, "DejaVu Sans",sans-serif;  
color: #000000; letter-spacing: 0.1em; 
text-transform: uppercase; 
text-decoration: underline;
margin: 2em 0 0 0;
border-bottom: none; 
padding-bottom: 2em; 
}  


h3  { 

font: 1.1em Helvetica, Arial, Roboto, "DejaVu Sans",sans-serif; 
color: #000000; letter-spacing: 0.06em; 
text-transform: uppercase; 
padding-top: 0.7em; 
padding-bottom: 0.2em;
}


h4  { 

font: 0.92em Helvetica, Arial, Roboto, "DejaVu Sans",sans-serif; 
color: #000000; 
letter-spacing: 0.06em; 
text-transform: uppercase; 
padding-top: 0.5em; 
padding-bottom: 0.2em;
}


h5  { 

font: 0.91em Helvetica, Arial, Roboto, "DejaVu Sans",sans-serif; 
color: #000000; 
letter-spacing: 0.06em; 
text-transform: uppercase; 
padding-top: 0.3em; 
padding-bottom: 0.1em;
}


h6  { 

font: 0.91em Helvetica, Arial, Roboto, "DejaVu Sans",sans-serif; 
color: #000000; 
letter-spacing: 0.06em; 
text-transform: uppercase; 
padding-top: 0.1em; 
padding-bottom: 0.05em;
}


/*-----------------------------------------------------------------------------*/
/* FOOTER */
/*-----------------------------------------------------------------------------*/


#f-poweredbyico { display: none; } /* Erases the mediawiki logo */
#f-copyrightico { display: none; }


/* reduce footer */

#footer     { 
color: #000000; 
font-size: 85%;
}  



/*-----------------------------------------------------------------------------*/
/* Additional things */
/*-----------------------------------------------------------------------------*/


/* Remove the annoying arrow that occurs after external links */
#bodyContent a[href ^="http://"] { 
background:inherit !important; padding-right:inherit !important
background-color: #F5F5F5;
}  


li#pt-userpage
            { background: none; }  /* no login logo at the user-login button */


/*-----------------------------------------------------------------------------*/
/*Change the color of the user message notice box */
/*-----------------------------------------------------------------------------*/


.usermessage {
   background-color: none;
   border-color: #000000;
   color: black;
   margin: 2em 0em 1em 0em;
   padding: 0.5em 1em;
   vertical-align: middle;
   text-align: center;
}