Layout definition: FreeSkinPreTopic

see also FreeSkinPosTopic

This is the layout definition for being put before each topic.

Edit this topic to change content before topic text. You must change the content between STARTINCLUDE and STOPINCLUDE.


%STARTINCLUDE%

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
        <title>ILC@Cornell Wiki</title>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
   <meta http-equiv="Content-Language" content="en-us" />
   <link rel="shortcut icon" href="%ATTACHURL%/ilc_favicon.ico" type="image/x-icon" />
<style type="text/css">
body {
    margin: 0;
   padding: 0;
   font-family: verdana, arial, helvetica, sans-serif;
        font-size: 90%;
   color: #fff;
        background: #6d6a65;
        background: url(%ATTACHURL%/bg_lines2.gif);
        }
 
#cu-identity {
        padding: 0px;
        margin: 0px;
   height: 78px;
   background: white url(%ATTACHURL%/topbg.gif) repeat;

   }

#cu-logo {
        margin-left: 10px;
   width: 771px;
   height: 78px;
        background: white url(%ATTACHURL%/ILC-LEPP_full_header.gif) no-repeat;
   }
   
#cu-logo a {
   position: absolute;
   display: block;
   border: none;
   /* hide text link */
   text-indent: -1000em; 
   }
   
#insignia-link {
   width: 68px;
   height: 75px;
   }

#unit-signature-links a {
   left: 68px;
   width: 185px;
   }

#cornell-link {
   height: 38px;
   }
   
#unit-link {
   top: 38px;
   height: 37px;
   }
   
#cu-logo img {
   display: none;
   }

#banner {
        margin: 5px auto;
        margin-bottom: 10px;
        margin-left: 10px;
        font-size: 2em;
        padding: 2px;
        font-weight: bold;
        clear: both;
   }
 
#main {
        margin-left: 220px;
        margin-right: 10px;
        background: #eeeeee;
        color: black;
        border: 2px solid #737067;
        padding: 10px;
        padding-left: 20px;
   }

#submain {
        margin: 5px 5px 5px 0px;
        background: white;
        color: black;
        border: 2px solid #737067;
        padding: 5px;
   }

p.functional-links {
      font-size:0.8em;
      margin:0px;
}

#content {
        margin: 10px;
        }

#section-navigation {
       position: relative;
       float: left;
       clear: left;
       width: 200px;
       background-color: #eeeeee;
       color: black;
       border: 2px solid #737067;
       padding-left: 5px;
   }

#section-navigation ul {
      list-style:none;
      padding-left:0px;
      margin-left:0px;
}
       
/****************************************
 * Text Styles
 ****************************************/
/*
   The following rules control the appearance of the various textual elements
   that constitute the contents of a page, including font sizes, colors, and weights, 
   line spacing, margins, bullets, and borders. 
*/
/* 
   Headlines 
   -------------------------
   Headlines introduce sections of text, and they should be used in a 
   way that consistently represents the heirarchy of information on a page.
*/
 
h2 {
   margin: 0 0 15px 0;
        padding-left: 5px;
   font-size: 1.3em;
        line-height: 1.4em;
   font-weight: bold;
        display: block;
        color: white; 
        background: #666666;
   }
   
h3 {
   margin: 0 0 15px 0;
        padding-left: 5px;
   font-size: 1.2em;
   line-height: 1.4em;
   font-weight: bold;
        display: block;
        color: white; 
        background: #888888;
   }
   
h4 {
   margin: 0 0 15px 0;
        padding-left: 5px;
   font-size: 1.1em;
        line-height: 1.4em;
   font-weight: bold;
        display: block;
        color: white; 
        background: #AAAAAA;
   }
   
/* 
   Text
   -------------------------
   Paragraphs of text, extended quotations, and captions
*/

p {
   margin: 0 0 15px 0;
   font-size: 1.0em;
   line-height: 1.4em;
   }
   
pre {
   font-size: 1.2em;
}

blockquote {
        font-size: 1.0em;
   margin: 0 30px;
   }

table {
      cellpadding:5;
}

/* captions */
   
.caption {
   font-size: 0.9em;
   line-height: 1.4em;
   color: #bfbfb6;
   }
   
/* 
   Links 
   -------------------------
*/

a {
   border-bottom: 1px solid #000099;
   color: #000099;
   text-decoration: none;
   }
   
a:visited {
   color: #000099;
   }
   
a:hover {
   color: #b31b1b;
   border-bottom: 1px solid #b31b1b;
   text-decoration: none;
   }
   
a:active {
   color: #b31b1b;
   border-color: #b31b1b;
   }

a.button {
        color: #000;
        background-color: #cfcfcf;
        text-decoration: none;
        border: 2px outset;
        }

a.button:visited {
        color: #000;
        background-color: #cfcfcf;
        text-decoration: none;
        border: 2px outset;
        }        

a.button:hover {
        color: #000;
        background-color: #eeeeee;
        text-decoration: none;
        border-bottom: none;
        border: 2px outset;
        }

a.button:active {
        color: #000;
        background-color: #eeeeee;
        text-decoration: none;
        border-bottom: none;
        border: 2px inset;
        }

a.menu {
        color: #000;
        background: #cfcfcf;
        font-weight: bold;
        padding: 5px 8px 5px 8px;
        margin-right: 5px;
        margin-bottom: 2px;
        border-bottom: none;
        display: block;
        }

a.menu:visited {
        color: #000;
        }

a.menu:hover {
        color: #000; 
        background: #fff;
        border-bottom: none;
        }

/****************************************
 * Footer
 ****************************************/
/* 
   The following rules control the appearance of the footer found at the 
   bottom of every page. The footer contains the Cornell University copyright,
   which is displayed in a small font size. The color of the bottom border
   of the link in the footer is darker than most links to provide adequate 
   contrast with the background color of the footer.
*/
 
#footer {
   margin: 0px;
        background: #eeeeee;
        color:black;
        padding: 0px;
   }
   
#footer-content {
   font-size: 0.8em;
   color: #333;
   line-height: 1.4em;
   }
</style>
</head>
<body>
<div id="cu-identity">
   <div id="cu-logo">
      <a id="insignia-link" href="http://www.cornell.edu/">
                <img src="%ATTACHURL%/ILC-LEPP_full_header.gif" 
                alt="Cornell University" width="283" height="75" border="0"/></a>
      <div id="unit-signature-links">
         <a id="cornell-link" href="http://www.cornell.edu/">Cornell University</a>
         <a id="unit-link" href="http://www.lepp.cornell.edu">Unit Name</a>
      </div>
   </div>
</div>

<div id="banner"> 
Cornell ILC Wiki
</div>
<div id="content">
<div id="section-navigation">
<br>
<a class="menu" href="http://www.lepp.cornell.edu/ilc/">Cornell ILC</a>
<a class="menu" href="http://www.linearcollider.org">Global ILC</a>
<br>
       <hr>
       %INCLUDE{%BASEWEB%.WebLeftBar}%
</div>
<div id="main">
<!-- revision and parent info, as well as the start of the "submain" div, included from perl view.free.tmpl template file.  See attached -->
%STOPINCLUDE%
I Attachment Action Size Date Who Comment
ILC-LEPP_full_header.gifgif ILC-LEPP_full_header.gif manage 9 K 25 Feb 2006 - 15:20 DevinBougie  
bg_lines.gifgif bg_lines.gif manage 87 bytes 27 Feb 2006 - 14:57 UnknownUser Lighter
bg_lines2.gifgif bg_lines2.gif manage 87 bytes 27 Feb 2006 - 15:01 UnknownUser Still lighter
ilc_favicon.icoico ilc_favicon.ico manage 894 bytes 18 Oct 2007 - 09:28 MarkPalmer ILC Favicon
ilc_favicon2.icoico ilc_favicon2.ico manage 894 bytes 18 Oct 2007 - 09:38 MarkPalmer ILC Favicon (v2)
topbg.gifgif topbg.gif manage 218 bytes 25 Feb 2006 - 15:20 DevinBougie  
view.free.tmpl.txttxt view.free.tmpl.txt manage 1 K 01 Mar 2006 - 15:09 DevinBougie shows what is included from the view.free.tmpl template file
This topic: ILC > FreeSkinPosTopic > FreeSkinPreTopic
Topic revision: 18 Oct 2007, MarkPalmer
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding CLASSE Wiki? Send feedback