Template:Technion/CSS
.abstract { font-size: 130%; }
- top_menu_14 {
width: 100%; }
- top_menu_inside {
width: 100%; }
- top_menu_under {
width: 100%; }
- globalWrapper {
width: 100%; float: none; }
- 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(""); /*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: -20px; right: 10px; /*display: none;*/ z-index: 2000; overflow: none;
text-decoration: none;
} .up_button img { width: 150px; height: auto; opacity: 0.8; }
.up_button:hover img { opacity: 1; }
.up_button_text { text-align: center; color: rgba(0,0,0,1); font-size: 2em; font-family: MV Boli; margin-bottom: 5px; }
/***************up-button-end********************/