Difference between revisions of "Template:Virginia/Team"

 
(One intermediate revision by the same user not shown)
Line 4,023: Line 4,023:
 
}
 
}
  
.dropdown, .dropup {
 
    position: relative
 
}
 
  
.dropdown-toggle:focus {
 
    outline: 0
 
}
 
  
.dropdown-menu {
 
    position: absolute;
 
    top: 100%;
 
    left: 0;
 
    z-index: 1000;
 
    display: none;
 
    float: left;
 
    min-width: 160px;
 
    padding: 5px 0;
 
    margin: 2px 0 0;
 
    list-style: none;
 
    font-size: 23px;
 
    text-align: left;
 
    background-color: #fff;
 
    border: 1px solid #ccc;
 
    border: 1px solid rgba(0, 0, 0, .15);
 
    border-radius: 4px;
 
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
 
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
 
    -webkit-background-clip: padding-box;
 
    background-clip: padding-box
 
}
 
  
.dropdown-menu.pull-right {
 
    right: 0;
 
    left: auto
 
}
 
 
.dropdown-menu .divider {
 
    height: 1px;
 
    margin: 15px 0;
 
    overflow: hidden;
 
    background-color: #e5e5e5
 
}
 
 
.dropdown-menu>li>a {
 
    display: block;
 
    padding: 3px 20px;
 
    clear: both;
 
    font-weight: 400;
 
    line-height: 1.428571429;
 
    color: #333;
 
    white-space: nowrap
 
}
 
 
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
 
    text-decoration: none;
 
    color: #262626;
 
    background-color: #f5f5f5
 
}
 
 
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
 
    color: #fff;
 
    text-decoration: none;
 
    outline: 0;
 
    background-color: #231f20
 
}
 
 
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
 
    color: #777
 
}
 
 
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
 
    text-decoration: none;
 
    background-color: transparent;
 
    background-image: none;
 
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
 
    cursor: not-allowed
 
}
 
 
.open>.dropdown-menu {
 
    display: block
 
}
 
  
 
.open>a {
 
.open>a {
Line 9,151: Line 9,073:
  
 
/* old stuff, the OG code*/
 
/* old stuff, the OG code*/
/* #sideMenu, #top_title {display:none;}
+
#sideMenu, #top_title {display:none;}
 
#content { padding:0px; width:92vw; margin-top:-7px; margin-left:0px;}
 
#content { padding:0px; width:92vw; margin-top:-7px; margin-left:0px;}
 
body {margin-left:50px; margin-right:50px; background-color:#A8A8A8; }
 
body {margin-left:50px; margin-right:50px; background-color:#A8A8A8; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, {margin-left:10px; margin-bottom: 0px; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, {margin-left:10px; margin-bottom: 0px; }
 
+
/*
 
h4{color:green;  
 
h4{color:green;  
 
display: inline;
 
display: inline;

Latest revision as of 18:04, 5 July 2016