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

 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
 
<style type="text/css">
 
  
/* fix wiki markup */
+
/* OVERRIDE IGEM SETTINGS ---------------------------------------------- */
#sideMenu, #top_title {display:none;}
+
#content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;
+
                }
+
body { 
+
overflow-x: hidden;
+
  overflow-y: scroll;
+
            }
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
  
p {
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear
color: red;
+
{
text-align: center;
+
    display: none;
font-size: 30px;
+
 
}
 
}
  
p.testing {
+
#content
color: blue;
+
{
font-size: 30px;
+
    width: 100%;
 +
    padding: 0;
 +
    border: 0;
 
}
 
}
  
#globalWrapper {
+
#globalWrapper
 +
{
 +
    padding: 0;
 
     font-size: 100%;
 
     font-size: 100%;
 +
}
  
 +
#main-div ul, #main-div ol
 +
{
 +
    margin: 0px 0px 10px 0;
 +
}
  
 +
#main-div ol li
 +
{
 +
    margin-left: 30px;
 +
}
  
 +
#main-div ul li
 +
{
 +
    margin-left: 20px;
 +
    list-style: none;
 +
}
  
 +
#main-div ul li:before
 +
{
 +
    content: "• ";
 +
    color: #CC1D24;
 +
    margin-left: -12px;
 +
    padding-right: 3px;
 +
    position: relative;
 +
    z-index: 5;
 +
}
  
</style>
+
#main-div ul.gallery li
</html>
+
{
 +
    list-style: none;
 +
}
 +
 
 +
#main-div ul.gallery li:before
 +
{
 +
    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;

}