Move ifef themes to its own subdirectory

This commit is contained in:
Benjamin Dauvergne 2010-12-17 16:56:21 +01:00
parent 2036f657e6
commit e321636527
7 changed files with 0 additions and 166 deletions

View File

@ -1,141 +0,0 @@
#top h1 {
background: transparent url(logoportail.png) no-repeat;
height:86px;
width:439px;
text-indent:1000em;
overflow: hidden;
}
div#page {
width: 600px;
margin: 40px auto 0px auto;
font: 80%/1.4 "Lucida Grande", Verdana, sans-serif;
}
div#content {
background: #f6f6f6;
padding: 10px;
margin-top: 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
input {
font: 120% Arial, Helvetica, sans-serif;
padding: 5px;
border: 1px solid #cccccc;
color:#666666;
}
textarea {
font: 120% Arial, Helvetica, sans-serif;
border: solid 1px #cccccc;
padding: 5px;
color:#666666;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
border: 1px solid #4690d6;
color:#333333;
}
div.widget div.title {
font-size: 1.2em;
color:gray;
}
span.required {
background: transparent url(/qo/css/required.png) 0px 0.5ex no-repeat;
padding: 0 0 0 24px;
margin-left: 1ex;
overflow: hidden;
color: white;
}
div.widget {
margin-bottom: 1em;
}
div.SubmitWidget input, input[type=submit] {
font: 12px/100% Arial, Helvetica, sans-serif;
color: #ffffff;
background:#4690d6 url(bg_button.gif) left top repeat-x;
border: 1px solid #4690d6;
width: auto;
height: 25px;
padding: 2px 8px 2px 8px;
margin:10px;
cursor: pointer;
}
div.SubmitWidget input:hover, input[type=submit]:hover {
background: #405F90;
border-color: #FFF;
}
input[type="submit"][name="submit"] {
font-weight: bold;
}
#breadcrumb {
background:transparent url(navbar.jpg) repeat-x;
list-style:none;
height:29px;
overflow:hidden;
-moz-border-radius: 6px;
-webkit-border-radius:6px;
border-radius: 6px;
margin:0;
-moz-box-shadow: 0 0 4px rgba(0,0,0,0.75);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.75);
border:1px solid #D2D2CD;
padding:0px;
}
#breadcrumb p {
margin: 0 2em;
line-height: 29px;
}
#breadcrumb p a {
color: white;
text-decoration: none;
}
#footer {
text-align: center;
color: #666;
font-size: 80%;
}
#content h1 {
margin-top: 0;
color: #305080;
}
div.buttons div.SubmitWidget,
div.buttons div.SubmitWidget div.content {
display: inline;
}
div.buttons br {
display: none;
}
div.errornotice {
background: #fd6;
border: 1px solid #ffae15;
margin: 0em 1em 1em 1em;
padding: 5px;
-moz-border-radius: 6px;
-webkit-border-radius:6px;
border-radius: 6px;
-moz-box-shadow: 0 0 4px rgba(0,0,0,0.75);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.75);
}
div.error {
color: orange;
font-weight: bold;
}

View File

Before

Width:  |  Height:  |  Size: 153 B

After

Width:  |  Height:  |  Size: 153 B

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 542 B

After

Width:  |  Height:  |  Size: 542 B

View File

@ -1,25 +0,0 @@
<!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>[page_title]</title>
<link rel="stylesheet" type="text/css" href="[css]"/>[if-any more_css]
[for more_css]<link rel="stylesheet" type="text/css" href="[more_css]"/>
[end][end][if-any script]
[script][end]
</head>
<body[if-any onload] onload="[onload]"[end][if-any body_class] class="[for body_class][body_class] [end]"[end]>
<div id="page">
<div id="top"> <h1>[site_name]</h1> </div>[if-any breadcrumb]
<div id="breadcrumb"><p>[breadcrumb]</p></div>[end]
<div id="content">
<div id="info-box"><h1>[if-any title][title][else][site_name][end]</h1> </div>
[prelude]
[body]
</div>
<div id="footer"><p id="lasso">
&copy; 2010 Institut FEPEM - Powered by Lasso
</p></div>
</div>
</body>
</html>