Cornell ILC Global ILC

  • key




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>CesrTA@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%/cu_favicon.ico" type="image/x-icon" />
<style type="text/css">
body {
    margin: 0;
   padding: 0;
   font-family: verdana, arial, helvetica, sans-serif;
   color: #fff;
        font-size: 80%;
        background: #6d6a65;
        background: url(%ATTACHURL%/bg_lines2.gif);
        }
 
#cu-identity {
        padding: 0px;
        margin: 0px;
   height: 75px;
   background: #b31b1b;
   /*
   Comment out the following line to remove the Ezra Cornell background image from the header.
   Change 1.jpg to any number up to 8.jpg to use other header background images.
   */
   /*background: #b31b1b url(../images/layout/header_bg/1.jpg) no-repeat top center;*/
   }

#cu-logo {
        margin-left: 10px;
   width: 740px;
   height: 75px;
   background: url(%ATTACHURL%/LEPP_2line_red.gif) no-repeat -8px -1px;
   }
   
#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. 
   
   For detailed examples, see the one-column and two-column templates.   
*/

/* first item on the page gets no top margin */
/*.first {
   margin-top: 0;
   }*/
 
/* 
   Headlines 
   -------------------------
   Headlines introduce sections of text, and they should be used in a 
   way that consistently represents the heirarchy of information on a page.
*/
h1 {
   color: #b31b1b;
}
 
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 {
   margin: 0 30px;
   }
   
/* captions */
   
.caption {
   font-size: 0.9em;
   line-height: 1.4em;
   color: #bfbfb6;
   }
   
/* 
   Links 
   -------------------------
   Links are displayed as dark red text. The underline is replaced by a 
   lighter bottom border. Visited links have less contrast than unvisited 
   links. Both visited and unvisited links turn bright red when moused over,
   and they return to their normal state when selected.
*/

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

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%/LEPP_2line_red.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"> 
CESR TA 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{%INCLUDINGWEB%.WebLeftBar}%
</div>
<div id="main">
<!-- revision and parent info, as well as the start of the "submain" div, included from perl template file, view.free.tmpl .  See attached. -->
 %STOPINCLUDE%
ISorted ascending Attachment Action Size Date Who Comment
LEPP_2line_red.gifgif LEPP_2line_red.gif manage 3 K 25 Feb 2006 - 15:11 DevinBougie  
bg_lines.gifgif bg_lines.gif manage 87 bytes 25 Feb 2006 - 15:11 DevinBougie  
bg_lines2.gifgif bg_lines2.gif manage 87 bytes 28 Feb 2006 - 15:16 UnknownUser  
cu_favicon.icoico cu_favicon.ico manage 1 K 18 Oct 2007 - 09:15 MarkPalmer CU Favicon
bg_ezra.jpgjpg bg_ezra.jpg manage 3 K 25 Feb 2006 - 15:11 DevinBougie  
view.free.tmpl.txttxt view.free.tmpl.txt manage 1 K 01 Mar 2006 - 15:10 DevinBougie shows what is included from the view.free.tmpl template file.