Difference between revisions of "Template:ETH Zurich/template.css"

 
(918 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<html>
 +
<style>
 +
/* TAGS */
 
html {
 
html {
overflow-y: scroll;
+
    overflow-y: scroll;
 +
    min-height:100%;
 +
}
 +
body {
 +
    zoom:1;
 +
    width:100%;
 +
    background: #383838;
 +
}
 +
body:after {
 +
  content: url(https://static.igem.org/mediawiki/2015/7/76/ETH_babybeacon.png);
 +
  display: none;
 +
}
 +
#bodyContent {
 +
    width: 100%;
 +
}
 +
#globalWrapper {
 +
    background-image: url("https://static.igem.org/mediawiki/2015/d/d8/ETH_Zurich_background.png");
 +
    background-position: 25px 25px;
 +
    background-attachment: fixed;
 
}
 
}
/* PAGE LAYOUT */
 
  
/* Change Background color*/
 
body {
 
                          background: transparent;
 
background:transparent url("https://static.igem.org/mediawiki/2015/b/b6/Green_dots.png");
 
                          background: -webkit-linear-gradient(top,rgba(78,78,78,0.7),rgba(78,78,78,0.7)),url("https://static.igem.org/mediawiki/2015/b/b6/Green_dots.png");
 
background: -moz-linear-gradient(top,rgba(78,78,78,0.7),rgba(78,78,78,0.7)),url("https://static.igem.org/mediawiki/2015/b/b6/Green_dots.png");
 
background: linear-gradient(to bottom,rgba(78,78,78,0.7),rgba(78,78,78,0.7)),url("https://static.igem.org/mediawiki/2015/b/b6/Green_dots.png");
 
filter: progid:DXImageTransform.Microsoft.Gradient(
 
            StartColorStr='#b24e4e4e', EndColorStr='#b24e4e4e', GradientType=0);
 
                          background: -webkit-linear-gradient(top,rgba(56,56,56,1),rgba(56,56,56,1)),url("https://static.igem.org/mediawiki/2015/b/b6/Green_dots.png");
 
background: -moz-linear-gradient(top,rgba(56,56,56,1),rgba(56,56,56,1)),url("https://static.igem.org/mediawiki/2015/b/b6/Green_dots.png");
 
background: linear-gradient(to bottom,rgba(56,56,56,1),rgba(56,56,56,1)),url("https://static.igem.org/mediawiki/2015/b/b6/Green_dots.png");
 
filter: progid:DXImageTransform.Microsoft.Gradient(
 
            StartColorStr='#ff383838', EndColorStr='#ff383838', GradientType=0);
 
zoom:1;
 
/**/
 
  
}
+
h1#loading {
#top_menu_14 {
+
    border-bottom:none;
border-bottom: 2px solid #383838 !important;
+
    color:white;
 
}
 
}
  
/* Creates a container that will wrap all of the content inside your wiki pages. */
+
/* IDs */
                       
+
#content {
#socialmedia{
+
    font-family: "Trebuchet MS", Helvetica, sans-serif;
float:right;
+
    width:100%;
position: relative;
+
right:2%;
+
/*  top: 15%;*/
+
 
}
 
}
.mediabutton{
+
 
height:48px;
+
#topContainer {
width:48px;
+
    height: 100px;
padding-top: 3px;
+
    display:table-header-group;
padding-bottom: 3px;
+
/*display:inline-block;*/
+
/*border: 1px solid red;*/
+
border-radius: 50%;
+
 
}
 
}
.mediabutton a{
+
@media screen and (max-device-width:480px) {
 +
#topContainer {
 +
    height:314px;
 +
}
 +
}
 +
#mobileMenu {
 +
    display:none;
 
}
 
}
  
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
+
#sideFiller {
 +
    width:20%;
 +
    height:100px;
 +
    float:left;
 +
}
 +
@media screen and (max-device-width:480px) {
 +
#sideFiller {
 +
    width:80%;
 +
    height:auto;
 +
}
 +
}
  
/*Change the styling of text for everything inside main container*/
+
#sidemenuContainer {
+
    margin-right:1%;
#contentContainer *{
+
    width:19%;
z-index:1;
+
    float:left;
/*margin-left:2.5%;*/
+
    display:table-cell;
};
+
    position:absolute;
/*This changes the color and font family */
+
    top:103px;
 +
    bottom:0px;
 +
/*   height:100%;*/
 +
/*    position:relative;*/
 +
/*   overflow:auto;*/
 +
}
  
#contentContainer h1, h2, h3, h4, h5, h6 {  
+
#sidemenu {
color: #000000;
+
    padding:11%;
border-bottom: none;
+
    height:auto;
font-weight: bold;
+
    background:white;
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
    border: 1px solid black;
margin-top:10px;
+
    border-radius: 4px;
}
+
    width: 77%;
+
    position:absolute;
#contentContainer h2, h3, h4, h5, h6 {
+
color:#000000;
+
border-bottom: none;
+
font-weight:bold;
+
 
}
 
}
  
/*Style of the links - links are different inside the menu */
+
#mainContainer { 
+
    width:80%;
 +
    max-width: 1020px;
 +
    margin:auto;
 +
    position:relative;
 +
    min-height:400px;
 +
    height:100%;
 +
    overflow-y: visible;
 +
    display:table;
 +
}
  
  /* Styling links on hover- links are different inside the menu */
+
#menuButton {
#contentContainer a:hover {  
+
    padding:30px;
color: #59bf92;
+
    margin:85px 30px 0px 0px;
}
+
    background:#383838;
 +
    display:none;
 +
    width:90px;
 +
    height:90px;
 +
    float:right;
 +
}
 +
@media screen and (max-device-width: 480px) {
 +
#menuButton {
 +
    display:block;
 +
}
 +
}
 +
#menuButton img {
 +
    width:100%;
 +
}
  
/*Change the styling of tables */
+
#footerContainer {
        #contentContainer table {
+
    width:80%;
    border: 1px solid #565656;
+
    max-width: 1020px;
    border-collapse: collapse;
+
    text-align:center;
/*   width: 90%;*/
+
    background-color: #C0C0C0;
    margin: auto;
+
/*   padding: 10px;*/
    margin-bottom: 15px;
+
    border: 1px solid black;
    margin-top: 15px;
+
    border-radius: 4px;
    margin-right: 10px;
+
    margin:auto;
    margin-left: 10px;
+
/*    display:table-footer-group;*/
    }
+
}
  
/*Change the styling of table cells*/
+
#socialmedia {
    #contentContainer  td {
+
    width:100%;
    padding: 10px;
+
    margin:auto;
    border: 1px solid #565656;
+
/*    text-align:center;*/
    border-collapse: collapse;
+
    float:right;
    vertical-align: text-top;
+
}
    }
+
  
/*Change the styling of table headers */
+
.expContainer {
    #contentContainer th {
+
    padding: 4%;
    background-color: #93c6ac;
+
    background: #fff;  
    padding: 10px;
+
    border-radius: 4px;
    border: 1px solid #565656;
+
    float:right;
    border-collapse: collapse;
+
    clear:right;
    vertical-align: text-top;
+
    display:table-cell;
    }
+
    width:72%;
    #contentContainer img {
+
    margin:0 0 1% 0;
    display:block;
+
    margin:auto;
+
    text-align:center;
+
    }
+
#contentContainer p {
+
margin-left:1%;
+
width:93%;
+
 
}
 
}
    #contentContainer p.caption {
 
    display:block;
 
    margin:auto;
 
    text-align:center;
 
    }
 
  
 +
@media screen and (max-width:1100px) {
 +
#sidemenuContainer {
 +
    display:none;
 +
}
 +
.expContainer {
 +
    width:92%;
 +
}
 +
}
 +
@media print {
 +
#sidemenuContainer {
 +
    display:none;
 +
}
 +
.expContainer {
 +
    width:92%;
 +
}
 +
}
  
/*MENU STYLING */
+
@media screen and (max-device-width:480px) {
 +
#mainMenu {
 +
    display:none;
 +
}
 +
}
  
/*Styling for the links in the menu */
 
 
  
/* Sets the style for lists inside menuContainer  */
+
/* CLASSES */
+
  
/*For the menu buttons, changes the color when hovering*/
+
.mediabutton {
#menuContainer li:hover {
+
    width:48px;
color: #FFF;
+
    margin:3px;
background-color: #00964B;
+
    border-radius: 50%;
/*box-shadow: 5px 5px 5px 0px #444444;*/
+
    display:inline-block;
z-index:1000;
+
}
}
+
@media screen and (max-device-width:480px) {
#menuContainer li:hover a{
+
.mediabutton {
color:  #FFF;
+
    width:120px;
z-index:1000;
+
    height:120px;
+
}
}
+
}
#menuContainer li.sub:hover {
+
border-radius: 20px 20px 0px 0px;
+
/*filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#00964B', EndColorStr='#00B058', GradientType=0);
+
background: linear-gradient(#00964B,#00B058);*/
+
/* box-shadow: 5px 7px 5px 0px #444444;*/
+
z-index:1000;
+
  
}
+
/*Clear class for all the pages, adds spacing too*/
 +
.clear{
 +
    clear:both;
 +
    height: 10px;
 +
}
  
/*Submenus are not displayed as default*/
+
/* highlight box for special messages */
#menuContainer li ul {
+
.highlightBox {
/* opacity: 0;
+
    width:80%;  
transition:opacity 10ms;
+
    margin:auto;  
-webkit-transition: opacity 10ms;
+
    margin-bottom: 15px;
-o-transition: opacity 10ms;
+
    margin-top: 15px;
-moz-transition: opacity 10ms;
+
    padding: 15px;
-ms-transition: opacity 10ms;*/
+
    padding-top: 5px;
visibility:hidden;
+
    border:1px solid #383838;
box-shadow: 5px 5px 5px 0px #444444;
+
    border-radius:4px;
margin-top:8px;
+
}
border-radius: 0px 0px 20px 20px;
+
overflow: hidden;
+
max-height:0;
+
display:inherit;
+
transition: max-height 0ms;
+
-webkit-transition: max-height 0ms;
+
-o-transition: max-height 0ms;
+
-moz-transition: max-height 0ms;
+
-ms-transition: max-height 0ms;
+
z-index:10;
+
width:148px;
+
}
+
  
/*Submenus are displayed when hovering the menu button */
+
.info {
#menuContainer li:hover ul {
+
    max-height:70px;
background-color: #00B058;
+
    overflow:hidden;
max-height:700px;
+
    position:relative;
/* opacity: 0.95;*/
+
    margin-bottom: 20px;
visibility:visible;
+
/*   padding-bottom:35px;*/
position: relative;
+
}
float:left;
+
.open-info {
transition: max-height 0ms;
+
    max-height:99999px !important;
-webkit-transition: max-height 0ms;
+
    padding-bottom:35px;
-o-transition: max-height 0ms;
+
}
-moz-transition: max-height 0ms;
+
/*.closed-info {
-ms-transition: max-height 0ms;
+
    height:70px;
z-index:1000;
+
    max-height:70px !important;
}
+
    padding-bottom:auto;
 +
}*/
 +
.expander {
 +
    position:absolute;
 +
    bottom:0px;
 +
    width:100% !important;
 +
    display:inline-block;
 +
    padding:5px 0px 5px 0;
 +
    text-align:center;
 +
    background: linear-gradient(rgba(192,192,192,0), #ccc);
 +
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc, endColorstr=#ffcccccc);
 +
    border-radius: 4px;
 +
    outline : none;
 +
}
  
/*Style the submenu buttons*/
+
/* SIDEMENU STYLES */
#menuContainer li ul li{
+
 
background-color: #00B058;
+
#mainContainer #sidemenu ul {
background-clip: border-box;
+
    margin: 0em 0em 0em 1em;
color: #565656;
+
border-radius: 0px;
+
z-index:10;
+
                                text-transform:capitalize;
+
cursor: pointer; cursor: hand;
+
}
+
#footerContainer img {
+
padding:10px;
+
max-width:200px;
+
max-height:70px;
+
 
}
 
}
#footerContainer p {
+
#mainContainer #sidemenu ul ul {
text-align:center;
+
    margin: 0 0 0 0.5em;
 +
}
 +
#mainContainer #sidemenu ul ul ul {
 +
    margin: 0 0 0 0.8em;
 +
}
 +
#mainContainer #sidemenu ul li {
 +
    list-style: none;
 +
    color: #00964B;
 +
    margin-left:-1em;
 +
    font-size:17px;
 +
}
 +
#mainContainer #sidemenu ul li a {
 +
    font-weight: bold;
 +
}
 +
#mainContainer #sidemenu ul ul li {
 +
    list-style: initial;
 +
    color: #000000;
 +
    margin:0;
 +
    font-size:15px;
 +
}
 +
#mainContainer #sidemenu ul ul li a {
 +
    font-weight:normal;
 
}
 
}
  
img#runnerImg {
+
#mainContainer #sidemenu a {
        animation: run 10s linear;
+
    color: #00964B;
                animation-fill-mode: forwards;
+
    font-weight: normal;
                position:relative;
+
                float:left;
+
                left:50px;
+
 
}
 
}
                                        @keyframes run {
 
                                                from {left:0;}
 
                                                to {left:100%;display:none;}
 
                                        }
 
  
/*CLASSES */
+
#mainContainer #sidemenu a:hover,#mainContainer #sidemenu a.current {
 +
    color: #006EB4;
 +
}
  
/*Clear class for all the pages, adds spacing too*/
 
.clear{
 
clear:both;
 
height: 10px;
 
}
 
  
 +
/* MAIN STYLE */
 +
#mainContainer p {
 +
    font-size: 15px;
 +
    padding-top: 5px;
 +
    padding-bottom: 5px;
 +
    text-align:justify;
 +
    margin:0 1% 0 1%;
 +
}
 +
#mainContainer p.caption {
 +
    display:block;
 +
    margin:auto;
 +
    text-align:center;
 +
}
  
/* highlight box for special messages */
+
#mainContainer h1,#mainContainer h2,#mainContainer h3,#mainContainer h4,#mainContainer h5,#mainContainer h6 {
    .highlightBox {
+
    color: #000000;
        width:500px;  
+
    border-bottom: none;
        margin:auto;  
+
    font-weight: bold;
        background-color: #E8E8E9;  
+
    line-height:normal;
margin-bottom: 15px;
+
}
margin-top: 15px;
+
#mainContainer h1 p,#mainContainer h2 p,#mainContainer h3 p,#mainContainer h4 p,#mainContainer h5 p,#mainContainer h6 p {
padding: 15px;
+
    font-weight:normal;
padding-top: 5px;
+
    text-align:left;
    }
+
}
 +
 
 +
#mainContainer h1 {
 +
    text-align: center;
 +
    color:#00964B;
 +
    font-size:36px;
 +
    padding-top:0px;
 +
    clear:both;
 +
/*   margin-bottom: 0px;*/
 +
}
 +
 
 +
#mainContainer h2 {
 +
    font-size:24px;
 +
    padding-top: 40px;
 +
    border-bottom:1px solid black;
 +
    clear:both;
 +
}
 +
 
 +
#mainContainer h2:first-child {
 +
    padding-top: 0px;
 +
}
 +
 
 +
#mainContainer h3 {
 +
    font-size:20px;
 +
    clear:both;
 +
}
 +
 
 +
#mainContainer li,td,th {
 +
    font-size:15px;
 +
}
 +
 
 +
.expContainer a {  
 +
    font-weight: bold;
 +
    color: #00964B;
 +
}
 +
 
 +
.expContainer a:hover {
 +
    color: #59bf92;
 +
}
 +
 
 +
.expContainer ul {
 +
    margin: .3em 0 0 2.5em;
 +
}
 +
 
 +
/*Change the styling of tables */
 +
#mainContainer table {
 +
    border: 3px solid #565656;
 +
    border-collapse: collapse;
 +
    margin: auto;
 +
    margin-bottom:20px;
 +
}
 +
 
 +
/*Change the styling of table cells*/
 +
#mainContainer td,th {
 +
    padding: 10px;
 +
    vertical-align:middle;
 +
    border: 3px solid #565656;
 +
    max-width:100%;
 +
}
 +
 
 +
/*Change the styling of table headers */
 +
#mainContainer th {
 +
    background-color: #93c6ac;
 +
}
 +
 
 +
#mainContainer .imgBox {
 +
    padding:3px;
 +
    height:auto;
 +
    border: 1px solid #ccc;
 +
    font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
    margin: 20px 0 20px 0;
 +
    background-color:#f9f9f9;
 +
}
 +
#mainContainer .imgBox a {
 +
    display:block;
 +
}
 +
#mainContainer .imgBox > :not(p) {
 +
    background-color:#fff;
 +
}
 +
#mainContainer .imgBox #mag {
 +
    width:15px;
 +
    height:11px;
 +
    float:right;
 +
    margin: 3px;
 +
}
 +
#mainContainer .imgBox #mag img {
 +
    border:none !important;
 +
}
 +
#mainContainer .imgBox p {
 +
    font-size: 10pt;
 +
    padding:3px;
 +
    margin: 0px;
 +
    text-align:left;
 +
}
 +
 
 +
#mainContainer .imgBox object,.imgBox img {
 +
    width:100%;
 +
    border: 1px solid #ccc;
 +
}
 +
#mainContainer .imgBox > table, #mainContainer .imgBox > table td,#mainContainer .imgBox > table th {
 +
    border: 0;
 +
}
 +
#mainContainer .imgBox > table table, #mainContainer .imgBox > table table td, #mainContainer .imgBox > table table th {
 +
    border: 3px solid black;
 +
}
 +
 
 +
 
 +
.expContainer img,.expContainer object.svg {
 +
    display:block;
 +
    margin:auto;
 +
    text-align:center;
 +
}
 +
.expContainer ul {
 +
    list-style: square;
 +
}
 +
a.expander img {
 +
    background: url("https://static.igem.org/mediawiki/2015/b/b1/Updownarrows.png") no-repeat;
 +
    outline : none;
 +
    height:100%;
 +
    background-size:100%;
 +
/*    background-position: 0 100%;*/
 +
}
 +
.open-info a.expander img {
 +
    background-position: 0 100%;
 +
}
 +
/*.closed-info a.expander img {
 +
    background-position: 0 0;
 +
}*/
 +
.expContainer b.TODO {
 +
    color: #F660AB;
 +
}
 +
 
 +
@media screen and (max-device-width: 480px) {
 +
    a.expander {
 +
        height: 10em;
 +
    }
 +
    .info {
 +
        padding-bottom:20em;
 +
    }
 +
    .open-info {
 +
        padding-bottom:20em;
 +
    }
 +
    .info {
 +
        max-height:10em;
 +
    }
 +
/*    .closed-info {
 +
        max-height:10em;
 +
        height:10em;
 +
    }*/
 +
}
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
/* MENU STYLE */
 +
 
 +
#sideFiller img {
 +
    width:95%;
 +
}
 +
 
 +
.hideMenu a {
 +
    color: white;
 +
    text-decoration:none;
 +
    display:block;
 +
    cursor: pointer;
 +
    cursor: hand;
 +
    outline : none;
 +
}
 +
 
 +
 
 +
.hideMenu {
 +
    list-style: none;
 +
    font-weight: bold;
 +
    cursor: pointer;
 +
    outline : none;
 +
    -moz-user-select:-moz-none;
 +
    -moz-user-select:none;
 +
      -o-user-select:none;
 +
  -khtml-user-select:none;
 +
-webkit-user-select:none;
 +
    -ms-user-select:none;
 +
        user-select:none;
 +
    text-align: center;
 +
    height: 100px;
 +
    width:80%;
 +
    float:left;
 +
    position:relative;
 +
    margin: 0px;
 +
    -webkit-transition: z-index 0s;
 +
      -moz-transition: z-index 0s;
 +
        -ms-transition: z-index 0s;
 +
        -o-transition: z-index 0s;
 +
            transition: z-index 0s;
 +
    -webkit-transition-delay: 1s;
 +
      -moz-transition-delay: 1s;
 +
        -ms-transition-delay: 1s;
 +
        -o-transition-delay: 1s;
 +
            transition-delay: 1s;
 +
}
 +
 
 +
#menuContainer .hideMenu {
 +
    margin:0.3em 0 0 0;
 +
}
 +
 
 +
.hideMenu li {
 +
    color: #fff;
 +
    text-transform:uppercase;
 +
    cursor: pointer;
 +
    margin:auto;
 +
    outline : none;
 +
/*    width:14.2857%;*/
 +
    width:16.66666666%;
 +
    float:left;
 +
    z-index:10; 
 +
    padding:10px 0 10px 0;
 +
    border-radius: 20px;
 +
    line-height:40px;
 +
}
 +
 
 +
.hideMenu li ul {
 +
    overflow:hidden;
 +
    border-radius: 0px 0px 20px 20px;
 +
    background: #00B058;
 +
    display:none;
 +
    position:relative;
 +
    margin: 10px 0 0 0;
 +
    z-index:100;
 +
    list-style: none;
 +
    width:100%;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
.hideMenu li.sub {
 +
    height:60px;
 +
}
 +
.hideMenu li.ignoreSwitch {
 +
    line-height:normal;
 +
}
 +
.hideMenu li:hover {
 +
    color:  #FFF;
 +
    background-color: #00964B;
 +
    cursor: pointer;
 +
}
 +
.hideMenu li.sub:hover {
 +
    border-radius: 20px 20px 0px 0px;
 +
    background:      -o-linear-gradient(top,#00964B,#19b768);
 +
    background: -webkit-linear-gradient(top,#00964B,#19b768);
 +
    background:    -moz-linear-gradient(top,#00964B,#19b768);
 +
    background:        linear-gradient(top,#00964B,#19b768);
 +
}
 +
.hideMenu li:hover a{
 +
    color:  #FFF;
 +
}
 +
.hideMenu li:hover ul {
 +
    display:block;
 +
}
 +
/*Style the submenu buttons*/
 +
.hideMenu li ul li {
 +
    text-transform:capitalize;
 +
    line-height:30px;
 +
    border-radius: 0px;
 +
    color: #383838;
 +
    background-clip: border-box;
 +
    padding:5px 0 5px 0;
 +
    width:100%;
 +
}
 +
 
 +
 
 +
@media only screen and (max-device-width: 480px) {
 +
.hideMenu {
 +
    text-align: left;
 +
    height:auto;
 +
    float:none;
 +
    margin: .3em 0 0 2em;
 +
    background-color:#383838;
 +
    position:absolute;
 +
    width:100%;
 +
}
 +
#menuContainer .hideMenu {
 +
    display:none;
 +
}
 +
 
 +
.hideMenu li {
 +
    font-size:70px;
 +
    width:auto;
 +
    line-height:120px;
 +
    float:left;
 +
    display:inline-block;
 +
    clear:both;
 +
    padding: 50px 0 50px 0;
 +
}
 +
.hideMenu li:hover {
 +
    background:transparent;
 +
}
 +
.hideMenu li.ignoreSwitch br {
 +
    display:none;
 +
}
 +
 
 +
.hideMenu li.sub {
 +
    height:auto;
 +
    line-height:60px;
 +
}
 +
.hideMenu li.sub:hover {
 +
    border-radius: 20px 20px 0px 0px;
 +
    background: transparent;
 +
}
 +
.hideMenu li ul {
 +
    margin: 0 0 0 20%;
 +
    background:transparent;
 +
    float:none;
 +
    width:100%;
 +
    display:none;
 +
}
 +
.hideMenu li:hover ul {
 +
    display:none;
 +
}
 +
.hideMenu li ul li {
 +
    line-height:120px;
 +
    color: #fff;
 +
}
 +
.hideMenu li ul li:hover {
 +
    line-height:120px;
 +
    color: #fff;
 +
    background-color: #00964B;
 +
}
 +
}
 +
 
 +
 
 +
/* FOOTER STYLE */
 +
#footerContainer img {
 +
    padding:10px;
 +
    max-width:200px;
 +
    max-height:70px;
 +
}
 +
#footerContainer h2 {
 +
    text-align:center;
 +
    border: none;
 +
    color: black;
 +
    overflow: initial;
 +
}
 +
 
 +
#lives {
 +
    position:fixed;
 +
    left:5px;
 +
    top:16px;
 +
    display:none;
 +
}
 +
#runner {
 +
    position:fixed;
 +
    left:5px;
 +
    bottom:0px;
 +
    display:none;
 +
    width:100%;
 +
    z-index:100;
 +
}
 +
#sandbox {
 +
}
 +
 
 +
img#runnerImg {
 +
    animation: run 10s linear;
 +
    animation-fill-mode: forwards;
 +
    position:relative;
 +
    float:left;
 +
    left:50px;
 +
}
 +
@keyframes run {
 +
    from {left:0;}
 +
    to {left:100%;display:none;}
 +
}
 +
 
 +
/* CHANGE MEDIAWIKI STUFF */
 +
div.thumb div div.thumbcaption {
 +
    font-size: 10pt;
 +
}
 +
</style>
 +
</html>

Latest revision as of 23:58, 18 September 2015