Difference between revisions of "Template:Uppsala NewTemplate"

 
(10 intermediate revisions by 2 users not shown)
Line 40: Line 40:
 
font-family:Garamond, "Times New Roman";
 
font-family:Garamond, "Times New Roman";
 
font-size: 150%;
 
font-size: 150%;
 +
text-align: justify;
 
}
 
}
  
Line 49: Line 50:
 
figcaption {
 
figcaption {
 
  font-family: "Trebuchet MS";
 
  font-family: "Trebuchet MS";
 +
}
 +
 +
.res_link {
 +
color: #E84243;
 
}
 
}
  
 
.res_link:link {
 
.res_link:link {
 
  color: #E84243;
 
  color: #E84243;
 +
}
 +
 +
.res_link:hover {
 +
text-decoration: underline;
 
}
 
}
  
Line 97: Line 106:
  
 
/*Only affects links in the first ul, the bar*/
 
/*Only affects links in the first ul, the bar*/
nav ul li:hover > a {  
+
nav ul li:hover > a{  
 
     color: #E84243;
 
     color: #E84243;
 
     text-decoration: none;
 
     text-decoration: none;
Line 167: Line 176:
 
/* slider CSS START*/  
 
/* slider CSS START*/  
  
/* entire container, keeps perspective */
 
.flip-container {
 
    perspective: 1000;
 
}
 
    /* flip the pane when hovered */
 
    .flip-container:hover .flipper, .flip-container.hover .flipper {
 
        transform: rotateY(180deg);
 
    }
 
 
.flip-container, .front, .back {
 
    width: 320px;
 
    height: 480px;
 
}
 
 
/* flip speed goes here */
 
.flipper {
 
    transition: 0.6s;
 
    transform-style: preserve-3d;
 
 
    position: relative;
 
}
 
 
/* hide back of pane during swap */
 
.front, .back {
 
    backface-visibility: hidden;
 
 
    position: absolute;
 
    top: 0;
 
    left: 0;
 
}
 
 
/* front pane, placed above back */
 
.front {
 
    z-index: 2;
 
    /* for firefox 31 */
 
    transform: rotateY(0deg);
 
}
 
 
/* back, initially hidden pane */
 
.back {
 
    transform: rotateY(180deg);
 
}
 
 
/* end of slider CSS*/
 
  
  

Latest revision as of 22:21, 18 November 2015