Difference between revisions of "Template:ITB INDONESIA/dev/css/style"

m
Line 36: Line 36:
 
   border-radius: 20px;
 
   border-radius: 20px;
 
   background-image: url("img/rl.png");
 
   background-image: url("img/rl.png");
 +
}
 +
 +
body p:last-child {
 +
  display:none;
 
}
 
}
  

Revision as of 14:25, 23 August 2015

  1. globalWrapper {
 overflow: hidden;

}

.firstHeading {

 display: none;

}

  1. content {
 width: 100%;
 font: Helvetica, Arial, sans-serif;
 font-size: 16px;
 color: #14464a;
 line-height: 1.3em;
 padding: 0;
 /*background-image: url(../img/rl.png);*/
 /*background-size: 30%;*/
 background-color: rgba(20, 70, 74, 0.2);
 background-position: 200px 300px;
 padding: 2% 0;

}

a, a:visited {

 color: #14464a;
 text-decoration: none;

}

  1. bodyContent {
 width: 90%;
 margin: 0 auto;
 padding: 2%;
 position: relative;
 margin-bottom: -6px;
 background-color: rgba(255,255,255,0.9);
 /*background-color: rgba(20, 70, 74, 0.01);*/
 border-radius: 20px;
 background-image: url("img/rl.png");

}

body p:last-child {

  display:none;

}

  1. background-left, #background-right {
 position: absolute;
 background-image: url(../img/bg-side.gif);
 width: 823px;
 height: 2224px;
 top: -2%;

}

  1. background-left {
 right : 100%;

}

  1. background-right {
 left: 100%;

}

  1. background-top {
 position: absolute;
 background-image: url(ITB_INDONESIA_IGEM2015_bgtop.png);
 background-image: url(../img/bg-top.png);
 width: 200px;
 height: 263px;
 left: 100%;
 top: -2%;

}

  1. background-bottom {
 position: absolute;
 background-image: url(ITB_INDONESIA_IGEM2015_bgbottom.png);
 background-image: url(../img/bg-bottom.png);
 width: 320px;
 height: 269px;
 bottom: 0;
 right: 100%;

}

  1. header h1 {
 margin: 0.1em 0 0.8em 0;
 border-bottom: none;
 color: #14464a;

}


  1. header > div {
 display: inline-block;
 float: left;
 font-size: 2em;

}

  1. header > div > span {
 border-top: 3px solid #14464a;
 padding-top: 6px;

}

  1. header #logo {
 width: 25%;
 display: inline-block;
 float: right;

}

  1. header #project-name {
  font-size: 5em;
  line-height: 100%;

}

nav {

 margin-bottom: 20px;

}

.logo {

 width: 20%;
 float: left;

}

.main-nav {

 float: left;
 background-color: #14464a;
 width: 100%;
 margin: 40px -10% 20px -10%;
 padding: 15px 10%;
 box-shadow: 0 0 5px #14464a;

}

.main-nav a {

 color: #e0f2eb;
 text-decoration: none;
 display: inline-block;
 padding: 10px 1em;
 font-weight: 500;

}

.main-nav > ul {

 font-size: 1.2em;
 font-weight: 100;
 margin: 0;
 padding: 0;

}

.main-nav > ul > li {

 float: left;
 position: relative;
 list-style: none;

}

.main-nav > ul > li ul {

 position: absolute;
 display: none;
 margin: 0 0 10px 0;
 padding: 0;
 background-color:rgba(23, 188, 145, 1);
 width: 120%;
 left: 0;
 z-index: 1;

}

.main-nav > ul > li ul li {

 display: block;

}

.main-nav > ul li:hover {

 background-color:rgba(23, 188, 145, 1);
 cursor: pointer;

}

.main-nav > ul li:hover > ul {

 display: block;

}

.team-pic {

 margin: 10px 0;
 padding: 10px;
 float: left;
 width: 18%;
 display: inline-block;
 text-align: center;

}

.team-pic h3 {

 margin-bottom: 2px;

}

.team-pic .position {

 color: #888;

}

.team-pic.dosen {

 width: 18%;

}

.team-pic.leader {

 width: 100%;

}

.team-pic img {

 width: 180px;
 box-shadow: 0 0 10px darkgray;
 margin: 0 20px 0 10px;;
 vertical-align: top;

}

.humprac {

 margin: 20px 10px;
 box-shadow: 0 0 10px black;
 width: 23%;

}

h2 {

 border-bottom: 2px solid #ccc;
 padding: 18px;
 font-weight: 700;
 color: #14464a;
 text-align: center;

}

h3 {

 font-weight: 700;
 padding-bottom: 5px;
 color: #14464a;

}

p {

 word-spacing: 0.1em;
  margin: 2em;

}

section {

 margin: 20px 0 60px 0;

}

  1. idea { float: right; }

.achievement ul {

 margin: 0 0 0 2em;
 list-style-type: none;
 list-style-image: none;

}

.achievement ul li {

 margin: 10px 0;
 position: relative;

}

.achievement ul li.done::before, .achievement ul li.not-done::before {

 background-size: 1.2em;
 width: 1.5em;
 height: 1.5em;
 content: " ";
 display: inline-block;
 background-repeat: no-repeat;
 position: absolute;
 left: -1.7em;

}

.achievement ul li.done::before {

 background-image: url("ITB_INDONESIA_check_mark.png");

}

.achievement ul li.not-done::before {

 background-image: url("ITB_INDONESIA_cross_mark.png");

}

.bg-bronze {

 background-color: #daab85;

}

.bg-silver {

 background-color: white;

}

.bg-gold {

 background-color: #dfcd78;

}

footer {

 border-top: 1px solid #14464a;
 background-color:rgba(23, 188, 145, 0.05);
 text-align: center;
 padding: 20px 0;
 margin-top: 20px;

}

  1. rhamno {
 position: absolute;

}

.clearfix {

 clear: both;

}