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>ILCDR07_KEK</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%/kek_favicon2.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_nolepp.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;
        }

.image-right {
      margin: 0px 0px 5px 5px;
      border: 1px solid #666666;
      float: right;
      clear:right;
      }

/****************************************
 * 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"> 
2007 ILC Damping Rings Workshop at KEK
</div>
<div id="content">
<div id="section-navigation">
       %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_nolepp.gifgif ILC-LEPP_full_header_nolepp.gif manage 3 K 15 Oct 2007 - 15:19 DevinBougie  
kek_favicon.icoico kek_favicon.ico manage 1 K 18 Oct 2007 - 09:05 MarkPalmer KEK Logo Favicon
kek_favicon2.icoico kek_favicon2.ico manage 582 bytes 18 Oct 2007 - 09:09 MarkPalmer KEK Logo Favicon (re-sized)
This topic: ILC/DampingRings/ILCDR07_KEK > 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