MediaWiki:Common.css: Difference between revisions

From TEHCC Wiki
Jump to navigation Jump to search
(Add talk tab hiding for specified pages)
No edit summary
Line 122: Line 122:


.Infobox_Shelter #gmap  
.Infobox_Shelter #gmap  
{
  text-align: center;
  vertical-align: center;
}
/* Template:Infobox_ATSection */
.Infobox_ATSection
{
  font-family: lucida grande, Helvetica, arial, sans-serif;
  color: #FFCC66;
  font-size: 12px;
  float: right;
  clear: right;
  margin-bottom: 0.5em;
  margin-left: 1em;
  padding: 0.2em;
  /*  padding-right: 5px; */
  /*  padding-left: 5px; */
  border: 0;
  /* spacing: 3;*/
  /* padding: 2; */
  horizontal-align: center;
  width: 270px;
}
.Infobox_ATSection th
{
  height: 1.5em;
  font-weight: bold;
  background:  #99CC99;
  text-align: right;
}
.Infobox_ATSection td
{
  background: #F4F2ED;
  text-align: left;
}
.Infobox_ATSection #weatherlink
{
  text-align: center;
}
.Infobox_ATSection #maplink
{
  text-align: center;
}
.Infobox_ATSection #gmap
{
{
   text-align: center;
   text-align: center;
   vertical-align: center;
   vertical-align: center;
}
}

Revision as of 14:38, 12 January 2014

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

/* Hide the 'talk' tab which has been renamed Trip-Maint Reports on specified pages */
body.page-Main_Page li#ca-talk { display: none !important; }

/* Template:Infobox_Trail */

.Infobox_Trail
{
  font-family: lucida grande, Helvetica, arial, sans-serif;
  color: #565548;
  font-size: 12px;

   float: right;
   clear: right;

   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
  /*  padding-right: 5px; */
  /*  padding-left: 5px; */

  border: 0;
  /* spacing: 3;*/
  /* padding: 2; */

  horizontal-align: center;

  width: 270px;
}

.Infobox_Trail th
{
  height: 1.5em;
  font-weight: bold;
  background:  #D1CEC3;
  text-align: right;
}

.Infobox_Trail td
{
  background: #F4F2ED;
  text-align: left;

}

.Infobox_Trail #weatherlink
{
  text-align: center;
}

.Infobox_Trail #maplink
{
  text-align: center;
}

.Infobox_Trail #gmap 
{
  text-align: center;
  vertical-align: center;
}

/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {
    padding-top: 5px;
    text-align:  center;
}

/* TOC float right */
#toc {float:right;}

/* Template:Infobox_Shelter */

.Infobox_Shelter
{
  font-family: lucida grande, Helvetica, arial, sans-serif;
  color: #565548;
  font-size: 12px;

   float: right;
   clear: right;

   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
  /*  padding-right: 5px; */
  /*  padding-left: 5px; */

  border: 0;
  /* spacing: 3;*/
  /* padding: 2; */

  horizontal-align: center;

  width: 270px;
}

.Infobox_Shelter th
{
  height: 1.5em;
  font-weight: bold;
  background:  #99CC99;
  text-align: right;
}

.Infobox_Shelter td
{
  background: #F4F2ED;
  text-align: left;

}

.Infobox_Shelter #weatherlink
{
  text-align: center;
}

.Infobox_Shelter #maplink
{
  text-align: center;
}

.Infobox_Shelter #gmap 
{
  text-align: center;
  vertical-align: center;
}

/* Template:Infobox_ATSection */

.Infobox_ATSection
{
  font-family: lucida grande, Helvetica, arial, sans-serif;
  color: #FFCC66;
  font-size: 12px;

   float: right;
   clear: right;

   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
  /*  padding-right: 5px; */
  /*  padding-left: 5px; */

  border: 0;
  /* spacing: 3;*/
  /* padding: 2; */

  horizontal-align: center;

  width: 270px;
}

.Infobox_ATSection th
{
  height: 1.5em;
  font-weight: bold;
  background:  #99CC99;
  text-align: right;
}

.Infobox_ATSection td
{
  background: #F4F2ED;
  text-align: left;

}

.Infobox_ATSection #weatherlink
{
  text-align: center;
}

.Infobox_ATSection #maplink
{
  text-align: center;
}

.Infobox_ATSection #gmap 
{
  text-align: center;
  vertical-align: center;
}