Difference between revisions of "Template:Rice"

Line 5: Line 5:
 
       /*-- Remove borders, float content left and remove padding/margin */
 
       /*-- Remove borders, float content left and remove padding/margin */
  
 
+
#content {
 +
                margin-left:0px;
 +
}
  
 
#content, #GlobalWrapper{
 
#content, #GlobalWrapper{
 
                 width: 100%;
 
                 width: 100%;
 +
                background: black;
 +
 
}
 
}
  
                 #top_menu_14 { padding-left:11%
+
                 #top_menu_14 { padding-left:1%
  
 
</style>
 
</style>
Line 27: Line 31:
 
/* Change Background color*/
 
/* Change Background color*/
 
body {  
 
body {  
background-color: #1b1c3a;
+
background-color: green;
 +
 
 
               }
 
               }
  
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
  
 
#mainContainer {   
 
#mainContainer {   
Line 39: Line 43:
 
                                 margin-right: 0px;
 
                                 margin-right: 0px;
 
margin-bottom: 10px;
 
margin-bottom: 10px;
background-color: #FFFFFF;
+
background-color: black;
border-bottom: 0px solid #565656;
+
border-right: 0px solid #565656;
+
border-left: 0px solid #565656;
+
border-top: 0px solid #565656;
+
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
  
Line 54: Line 54:
 
margin:0;
 
margin:0;
 
padding:0;
 
padding:0;
background-color: #1b1c3a;
+
background-color: black;
 
margin-top: 0px;
 
margin-top: 0px;
 
z-index:0;
 
z-index:0;
Line 70: Line 70:
 
width: 92%;
 
width: 92%;
 
float: left;
 
float: left;
background-color: #FFFFFF;  
+
<!-- background-color: #FFFFFF; -->
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
}
 
}
Line 116: Line 116:
 
                                 font-size: 100%;
 
                                 font-size: 100%;
 
}
 
}
 
/* Styling links on hover- links are different inside the menu */
 
/* #contentContainer a:hover {
 
color: #59BF92;
 
} */
 
  
 
/*Change the styling of tables */
 
/*Change the styling of tables */
Line 192: Line 187:
 
#menuContainer > ul a:hover {
 
#menuContainer > ul a:hover {
 
background: #000;
 
background: #000;
background-color: #3b3d63;  
+
background-color: #551A8B;  
 
}
 
}
  
Line 198: Line 193:
 
display: none;
 
display: none;
 
}
 
}
 +
  
 
/* Level 1 Drop Down Menu */
 
/* Level 1 Drop Down Menu */
Line 217: Line 213:
 
width: auto; /* change auto value with 200px if you want a bigger menu */
 
width: auto; /* change auto value with 200px if you want a bigger menu */
 
display: none;
 
display: none;
background-color: #1b1c3a;  
+
background-color: #8A2BE2;  
 
position: absolute;
 
position: absolute;
 
top: 100%;
 
top: 100%;
Line 234: Line 230:
 
text-align: left;
 
text-align: left;
 
display: none;
 
display: none;
background: #1b1c3a;
+
background: #9370DB;
 
position: absolute;
 
position: absolute;
 
left: 100%;
 
left: 100%;
Line 256: Line 252:
 
                                 margin-right: 20px;
 
                                 margin-right: 20px;
 
margin-bottom: 0px;
 
margin-bottom: 0px;
background-color: #000000;
+
 
border-bottom: 0px solid #565656;
+
border-right: 0px solid #565656;
+
border-left: 0px solid #565656;
+
border-top: 0px solid #565656;
+
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
}                 
 
}                 
Line 312: Line 304:
 
padding-top: 10px;
 
padding-top: 10px;
 
     }
 
     }
 +
 +
<!--  ---------------  font import -------------- -->
 +
        @font-face {
 +
          font-family:
 +
            'DIN Alternate Bold';
 +
            src: url(http://ufonts.com/q125904);
 +
        }
 +
        @font-face {
 +
          font-family:
 +
            'Abadi MT Condensed Extra Bold';
 +
            src:url("http://www.myfontfree.com/data/502/a/abadi_mt_condensed_extra_bold/AbadiMTCondensedExtraBold.ttf");
 +
 +
        }
  
 
         h1 {
 
         h1 {
 
             font-family: "Abadi MT Condensed Extra Bold", Helvetica, Arial;
 
             font-family: "Abadi MT Condensed Extra Bold", Helvetica, Arial;
             font-size: 30px;
+
             font-size: 30pt;
 
             font-style: normal;
 
             font-style: normal;
 
             font-variant: normal;
 
             font-variant: normal;
 
             font-weight: bold;
 
             font-weight: bold;
             line-height: 26.4px;
+
             line-height: 30pt;
 +
            color: white;
 
         }
 
         }
 
         h3 {
 
         h3 {
             font-family: "DIN Alternate", Helvetica, Arial;
+
             font-family: "DIN Alternate Bold", Helvetica, Arial;
             font-size: 18px;
+
             font-size: 18pt;
 
             font-style: normal;
 
             font-style: normal;
 
             font-variant: normal;
 
             font-variant: normal;
 
             font-weight: bold;
 
             font-weight: bold;
             line-height: 15.4px;
+
             line-height: 18pt;
 +
            color: white;
 
         }
 
         }
 
         p {
 
         p {
Line 337: Line 344:
 
             line-height: 20px;
 
             line-height: 20px;
 
         }
 
         }
 
 
 
</style>
 
</style>
  

Revision as of 13:49, 6 September 2016

Stay Connected

Useful Links

Contact Us

  • MAIL

  • Rice University
  • 6100 Main St.
  • Houston, Texas 77005

Unconventional Wisdom