Team:Minnesota/Templates/removestyle
From 2014.igem.org
(Difference between revisions)
(14 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | table { | ||
+ | font-size: 100%; | ||
+ | background-color: transparent; | ||
+ | color: black; | ||
+ | } | ||
/*============the following section is hacking the original wiki template============*/ | /*============the following section is hacking the original wiki template============*/ | ||
+ | <!-- | ||
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | ||
display:none; | display:none; | ||
Line 16: | Line 22: | ||
#content { | #content { | ||
- | border: none; | + | position: relative; |
+ | width: 965px; | ||
+ | margin-left: 0px; | ||
+ | margin: 0 auto; | ||
+ | padding: 0 0 0 0; | ||
+ | color: black; | ||
+ | /* line-height: 1.5em; */ | ||
+ | z-index: 2; | ||
+ | border: none; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Line 55: | Line 69: | ||
} | } | ||
+ | --> | ||
/*============End original wiki mods============*/ | /*============End original wiki mods============*/ | ||
Line 65: | Line 80: | ||
border: none; | border: none; | ||
height: 0px;} | height: 0px;} | ||
+ | |||
#content { | #content { | ||
+ | width: 100%; | ||
border: none;} | border: none;} | ||
Line 75: | Line 92: | ||
width: auto;} | width: auto;} | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</style> | </style> | ||
+ | |||
+ | |||
+ | <!-- Remove all empty <p> tags --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $("p").filter( function() { | ||
+ | return $.trim($(this).html()) == ''; | ||
+ | }).remove() | ||
+ | }); | ||
+ | </script> | ||
</head> | </head> | ||
<body> | <body> |
Latest revision as of 19:32, 14 October 2014