Difference between revisions of "Template:Virginia"

Line 6: Line 6:
  
 
#ddMenu, #top_title {display:none;}
 
#ddMenu, #top_title {display:none;}
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
+
#content { padding:0px; width:1500px; margin-top:-7px; margin-left:0px;}
 
body {background-color:white; }
 
body {background-color:white; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
Line 16: Line 16:
 
{
 
{
 
   display:block;
 
   display:block;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+
   font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
 
   text-align:center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
 
   text-align:center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
 
   letter-spacing:normal;
 
   letter-spacing:normal;
Line 25: Line 25:
 
   margin:0 auto;
 
   margin:0 auto;
 
   padding:0;
 
   padding:0;
   text-align:center; /* Alignment of each top-level menu items within the UL */
+
   text-align:right; /* Alignment of each top-level menu items within the UL */
 
   width:100%;
 
   width:100%;
 
   font-size:0;
 
   font-size:0;
Line 33: Line 33:
 
   position:relative;
 
   position:relative;
 
   z-index:999999990;  
 
   z-index:999999990;  
   max-width:1400px;
+
   max-width:1500px;
 
   border:1px solid rgba(255,255,255,0.2);
 
   border:1px solid rgba(255,255,255,0.2);
 
   border-radius:0px;
 
   border-radius:0px;
Line 785: Line 785:
 
 
  
if ( wgPageName.substring( 0,  8) == "Template")  {  // if the page is a template it displays the full name in a single line
 
$("#team_name").html( wgPageName );
 
}
 
 
else if (  ( (wgPageName.match(/\//g) || []).length ) == 0 ) {  // if it is the home page , just print the team's name
 
$("#team_name").html( wgPageName.substring( 5, wgPageName.length ) );
 
}
 
 
else {
 
// this adds the team's name as an h1
 
$("#team_name").html( wgPageName.substring( 5 , wgPageName.indexOf("/")  ) );
 
  
 
// this adds the page's title as an h4
 
// this adds the page's title as an h4

Revision as of 14:18, 24 June 2016