Difference between revisions of "Team:Sorbonne U Paris/CSS/main css"

(Created page with "p{ text-align: justify; }")
 
Line 1: Line 1:
 
p{
 
p{
 
text-align: justify;
 
text-align: justify;
 +
}
 +
 +
/* Correct iGEM shit... */
 +
 +
#Global p, p {
 +
  padding: 0;
 +
  padding-bottom: 5px;
 +
  margin: 0px;
 +
  line-height: 1.4;
 +
  position: relative;
 +
  z-index: 50;
 +
}
 +
 +
#Global p.meta {
 +
  padding: 0;
 +
  margin: 0;
 +
}
 +
 +
#globalWrapper {
 +
  font-size: 100%;
 +
  padding: 0;
 +
}
 +
 +
#top_menu_under, #top_menu_14, #top_menu_inside {
 +
  -webkit-box-sizing: content-box;
 +
  box-sizing: content-box;
 +
}
 +
 +
#top_menu_under {
 +
  height: 0px;
 +
}
 +
 +
a[href ^="https://"] {
 +
  padding: 0;
 +
}
 +
 +
#top_menu_inside ul a, #top_menu_inside ul li.has_submenu {
 +
  line-height: 1.5em;
 
}
 
}

Revision as of 21:41, 20 August 2018

p{ text-align: justify; }

/* Correct iGEM shit... */

  1. Global p, p {
 padding: 0;
 padding-bottom: 5px;
 margin: 0px;
 line-height: 1.4;
 position: relative;
 z-index: 50;

}

  1. Global p.meta {
 padding: 0;
 margin: 0;

}

  1. globalWrapper {
 font-size: 100%;
 padding: 0;

}

  1. top_menu_under, #top_menu_14, #top_menu_inside {
 -webkit-box-sizing: content-box;
 box-sizing: content-box;

}

  1. top_menu_under {
 height: 0px;

}

a[href ^="https://"] {

 padding: 0;

}

  1. top_menu_inside ul a, #top_menu_inside ul li.has_submenu {
 line-height: 1.5em;

}