Difference between revisions of "Template:UCC Ireland/CSS"

 
(33 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
 
<style type="text/css">
 
  
.description_center{
+
/* OVERRIDE IGEM SETTINGS ---------------------------------------------- */
margin: auto;
+
 
width: 95%
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear
 +
{
 +
    display: none;
 
}
 
}
  
 +
#content
 +
{
 +
    width: 100%;
 +
    padding: 0;
 +
    border: 0;
 +
}
  
 +
#globalWrapper
 +
{
 +
    padding: 0;
 +
    font-size: 100%;
 +
}
  
#sideMenu, #top_title {display:none;}
+
#main-div ul, #main-div ol
#content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;
+
{
                }
+
    margin: 0px 0px 10px 0;
body {
+
}
overflow-x: hidden;
+
  overflow-y: scroll;
+
            }
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
  
#HQ_page p {
+
#main-div ol li
     text-align: justify !important;
+
{
font-size: 18px !important;
+
     margin-left: 30px;
 
}
 
}
#globalWrapper {
+
 
     font-size: 100%;
+
#main-div ul li
 +
{
 +
     margin-left: 20px;
 +
    list-style: none;
 
}
 
}
  
body{
+
#main-div ul li:before
  background-image: linear-gradient(to bottom, white 0%, grey 100%);
+
{
  background-repeat: repeat-y;
+
    content: "• ";
  height: 100vh;
+
    color: #CC1D24;
 +
    margin-left: -12px;
 +
    padding-right: 3px;
 +
    position: relative;
 +
    z-index: 5;
 
}
 
}
  
 +
#main-div ul.gallery li
 +
{
 +
    list-style: none;
 +
}
  
</style>
+
#main-div ul.gallery li:before
</html>
+
{
 +
    content: ""
 +
}
 +
 
 +
.image
 +
{
 +
    position: relative;
 +
    z-index: 20;
 +
}
 +
 
 +
.break
 +
{
 +
    clear: both;
 +
}
 +
 
 +
#main-div .thumb.tright
 +
{
 +
    border: 0;
 +
    margin: 1em;
 +
}
 +
 
 +
#main-div .thumbinner
 +
{
 +
    padding: 0 !important;
 +
    border: 0;
 +
    background-color: transparent;
 +
}
 +
 
 +
#main-div .thumbinner a img
 +
{
 +
    border: 0;
 +
}
 +
 
 +
#main-div .thumb div
 +
{
 +
    background-color: transparent;
 +
}
 +
 
 +
#main-div .thumbcaption
 +
{
 +
    text-align: justify;
 +
    font-weight: 400;
 +
    font-size: 11px;
 +
    color: #505050;
 +
}
 +
 
 +
#main-div .thumbcaption .magnify
 +
{
 +
    display: none;
 +
}
 +
 
 +
#main-div dd
 +
{
 +
    margin-left: 0.2em;
 +
}

Latest revision as of 13:56, 11 July 2017

/* OVERRIDE IGEM SETTINGS ---------------------------------------------- */

  1. contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear

{

   display: none;

}

  1. content

{

   width: 100%;
   padding: 0;
   border: 0;

}

  1. globalWrapper

{

   padding: 0;
   font-size: 100%;

}

  1. main-div ul, #main-div ol

{

   margin: 0px 0px 10px 0;

}

  1. main-div ol li

{

   margin-left: 30px;

}

  1. main-div ul li

{

   margin-left: 20px;
   list-style: none;

}

  1. main-div ul li:before

{

   content: "• ";
   color: #CC1D24;
   margin-left: -12px;
   padding-right: 3px;
   position: relative;
   z-index: 5;

}

  1. main-div ul.gallery li

{

   list-style: none;

}

  1. main-div ul.gallery li:before

{

   content: ""

}

.image {

   position: relative;
   z-index: 20;

}

.break {

   clear: both;

}

  1. main-div .thumb.tright

{

   border: 0;
   margin: 1em;

}

  1. main-div .thumbinner

{

   padding: 0 !important;
   border: 0;
   background-color: transparent;

}

  1. main-div .thumbinner a img

{

   border: 0;

}

  1. main-div .thumb div

{

   background-color: transparent;

}

  1. main-div .thumbcaption

{

   text-align: justify;
   font-weight: 400;
   font-size: 11px;
   color: #505050;

}

  1. main-div .thumbcaption .magnify

{

   display: none;

}

  1. main-div dd

{

   margin-left: 0.2em;

}