Difference between revisions of "Team:Dundee/style.css"

 
(16 intermediate revisions by 2 users not shown)
Line 44: Line 44:
 
h1, h2, h3, h4 {
 
h1, h2, h3, h4 {
 
border: none;
 
border: none;
  font-size: 2.5em;
+
color: #d6d6d6;
  padding-top: 1em;
+
  padding-bottom: 0.3em;
+
 
+
 
}
 
}
  
Line 161: Line 158:
 
/* HEADER */
 
/* HEADER */
 
header {
 
header {
background:url(../img/newbg1.png) no-repeat;
+
background:url(<!--Put image source in ""-->../img/newbg1.png) no-repeat;
 
height:700px;
 
height:700px;
 
width: 100%;
 
width: 100%;
Line 212: Line 209:
 
}
 
}
  
 +
.dropdown:active {
 +
background-color: none;
 +
}
  
 
.dropdown-menu>li>a {
 
.dropdown-menu>li>a {
Line 219: Line 219:
  
 
.dropdown-menu>li>a:hover {
 
.dropdown-menu>li>a:hover {
background-color: #669966;
+
background-color: #339966;
 
color:white;
 
color:white;
 
}
 
}
Line 372: Line 372:
 
font-weight: 100;
 
font-weight: 100;
 
width: 100%;
 
width: 100%;
}
 
footer h4 {
 
margin-bottom: 30px;
 
 
}
 
}
  
Line 490: Line 487:
 
   line-height: 1;
 
   line-height: 1;
 
   -moz-osx-font-smoothing: grayscale;
 
   -moz-osx-font-smoothing: grayscale;
}
 
  
 +
}
  
 
/** LABJOURNAL STYLES **/
 
/** LABJOURNAL STYLES **/
Line 517: Line 514:
 
float: right;
 
float: right;
 
border: 2px solid black;
 
border: 2px solid black;
background-color: gray;
+
background-color: #2b2b2b;
 
margin-bottom: 0px;
 
margin-bottom: 0px;
 
margin-top: 5px;
 
margin-top: 5px;
Line 645: Line 642:
 
clear: both;
 
clear: both;
 
}
 
}
 +
 +
.btn-info {
 +
background-color: #339966;
 +
 +
}
 +
 
a:link, a:visited, a:active, a {
 
a:link, a:visited, a:active, a {
 
outline: 0;
 
outline: 0;
Line 651: Line 654:
 
   cursor: pointer;
 
   cursor: pointer;
 
}
 
}
 +
 
e {
 
e {
 
font-size: 120%;
 
font-size: 120%;
 
color: white;
 
color: white;
 +
font-weight: 450;
 
}
 
}
 
/** END OF GENERAL PAGE STRUCTURE **/
 
/** END OF GENERAL PAGE STRUCTURE **/
  
 
/** MODAL THEMES **/
 
/** MODAL THEMES **/
 +
 +
.modal {
 +
top: 70px;
 +
}
  
 
.modal-body, .modal-title {
 
.modal-body, .modal-title {
Line 665: Line 674:
 
.modal-body p {
 
.modal-body p {
 
color: black;
 
color: black;
 +
}
 +
 +
body.modal-open {
 +
    overflow: visible;
 
}
 
}
 
/** END OF MODAL THEMES **/
 
/** END OF MODAL THEMES **/
Line 671: Line 684:
 
/** TABLE **/
 
/** TABLE **/
 
table, th, td {
 
table, th, td {
 +
border: 1px solid #339966 !important;
 +
border-collapse: collapse;
 +
}
 +
 +
.modal > table, th, td {
 
border: 1px solid black;
 
border: 1px solid black;
 
border-collapse: collapse;
 
border-collapse: collapse;
Line 787: Line 805:
 
body h1 {
 
body h1 {
 
color: #339966;
 
color: #339966;
 +
padding-top: -15px;
 
}
 
}
  
 
body h2 {
 
body h2 {
 
color: #339966;
 
color: #339966;
 +
margin-top: -20px;
 +
    padding-top: -15px;
 
}
 
}
  
 
/** END OF PAGE BREAKING IMAGES**/
 
/** END OF PAGE BREAKING IMAGES**/
 +
 +
/** SEQUENCES PAGE **/
 +
 +
.modal-body p {
 +
    word-wrap: break-word;
 +
}
 +
 +
.sequences {
 +
word-wrap: break-word;
 +
}
 +
 +
/** END OF SEQUENCES **/
  
 
</style>
 
</style>
 
</html>
 
</html>
 +
1

Latest revision as of 15:43, 13 September 2015

1