Difference between revisions of "Template:Technion/CSS"

Line 118: Line 118:
 
/***************up-button************************/
 
/***************up-button************************/
 
.up_button {
 
.up_button {
position: fixed;
+
position: fixed;
bottom: -60px;
+
bottom: -60px;
right: 10px;
+
right: 10px;
/*display: none;*/
+
/*display: none;*/
z-index: 2000;
+
z-index: 2000;
                overflow: none;
+
overflow: none;
}
+
}
.up_button img {
+
.up_button img {
            width: 150px;
+
width: 150px;
            height: auto;
+
height: auto;
            opacity: 0.8;
+
opacity: 0.8;
}
+
}
  
.up_button img:hover {
+
.up_button img:hover {
opacity: 1;
+
opacity: 1;
}
+
}
 
/***************up-button-end********************/
 
/***************up-button-end********************/

Revision as of 19:41, 16 September 2015

.abstract { font-size: 130%; }

  1. top_menu_14 {

width: 100%; }

  1. top_menu_inside {

width: 100%; }

  1. top_menu_under {

width: 100%; }

  1. globalWrapper {

width: 100%; float: none; }

  1. content {

width: 100%; }

h1 { border-bottom: none; }

.main_menu, footer { width: 650px; margin: auto; clear: both; }

#igem_login { float: right; color: white; background:#7f7f7f; background:rgba(0,0,0,0.2); }

#igem_login:hover { color: blue; }

#team_logo { width: 400px; height: auto; display: block; margin: auto; }

.facebook_link { margin-top: 5px; }

body { font-family: sans-serif; background-color: rgb(255,235,200); background-image: url("Technion_2015_Background.png"); /*background-size: 400px 667px;*/ background-size: 70%; /*background-repeat: repeat; background-position: center; background-attachment: fixed;*/ }

.content { width: 914px; margin: auto; background:#7f7f7f; background:rgba(255,255,255,0.9); box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.5); border-radius: 3px; }

.abstract { position: relative; text-align: left; z-index: 1; margin-left: 10px; }

.abstract_title { position: relative; text-align: center; z-index: 1; }


/*************************footer****************/ footer .team_name { text-align: center; color: white; }

footer .connect_links { width: 130px; margin: auto; }

footer { background:#7f7f7f; background:rgba(0,0,0,0.8); width: 100%; }

footer h3 { margin-top: 0px; margin-bottom: 0px; color: white; }

.connect_links { display: flex; } /*************************footer-end*************/

/***************up-button************************/ .up_button { position: fixed; bottom: -60px; right: 10px; /*display: none;*/ z-index: 2000; overflow: none; } .up_button img { width: 150px; height: auto; opacity: 0.8; }

.up_button img:hover { opacity: 1; } /***************up-button-end********************/