XNavbar v1 MOD
Inviato: 27/11/2009, 23:12
Nuova discussione: http://www.phpbbitalia.net/forum/databa ... t3712.html
Codice: Seleziona tutto
<head>
<meta http-equiv="Content-Language" content="en"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
−
<style type="text/css">
/* phpBB 3.0 Admin Style Sheet
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Original author: subBlue ( http://www.subblue.com/ )
Copyright 2007 phpBB Group ( http://www.phpbb.com/ )
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
*/
/* General markup styles
––––––––––––––––––––––––––––––*/
* {
/* Reset browsers default margin, padding and font sizes */
margin:0;
padding:0;
font-size:100%;
}
/*.rtl * {
text-align:right;
direction: rtl;
}*/
body, div, p, th, td, li, dd {
font-size:x-small;
voice-family:"\"}\"";
voice-family:inherit;
font-size:100%;
}
html>body, html>div, html>p, html>th, html>td, html>li, html>dd {
font-size:small
}
html {
color:#536482;
background:#DBD7D1;
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */
height:100%;
margin-bottom:1px;
}
body {
/* Text-Sizing with ems:http://www.clagnut.com/blog/348/ */
font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color:#536482;
background:#DBD7D1;
font-size:82.5%; /* This sets the default font size to be equivalent to 10px */
margin:10px 15px;
}
img {
border:0;
}
h1 {
font-family:"Trebuchet MS", Helvetica, sans-serif;
font-size:1.70em;
font-weight:normal;
color:#333333;
}
h2, caption {
font-family:"Trebuchet MS", Helvetica, sans-serif;
font-size:1.40em;
font-weight:normal;
color:#115098;
text-align:left;
margin-top:25px;
}
.rtl h2, .rtl caption {
text-align:right;
}
h3, h4, h5 {
font-family:"Trebuchet MS", Helvetica, sans-serif;
font-size:1.20em;
text-decoration:none;
line-height:1.20em;
margin-top:10px;
}
p {
margin-bottom:0.7em;
line-height:1.40em;
font-size:1.0em;
}
ul {
list-style:disc;
margin:0 0 1em 2em;
}
.rtl ul {
margin:0 2em 1em 0;
}
hr {
border:0 none;
border-top:1px dashed #999999;
margin-bottom:5px;
padding-bottom:5px;
height:1px;
}
.small {
font-size:0.85em;
}
/* General links */
a:link, a:visited {
color:#105289;
text-decoration:none;
}
a:link:hover {
color:#BC2A4D;
text-decoration:underline;
}
a:active {
color:#368AD2;
text-decoration:none;
}
/* Main blocks
––––––––––––––––––––––––––––––––––––––––*/
#wrap {
padding:0 0 15px 0;
min-width:615px;
}
#page-header {
clear:both;
text-align:right;
background:url(data:image/gif;base64,R0lGODlhiwAwAPf/AMG+ue
Codice: Seleziona tutto
<span class="corners-bottom"><span></span></span></div>
</div>
Codice: Seleziona tutto
#xnav_navbar #search-box {
display: block;
float: right;
width: 165px;
height: 30px;
margin: 0px;
background: url("{T_THEME_PATH}/images/xnav_bg_search.gif") 0 no-repeat;
background-position: 0 0;
position: static;
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Codice: Seleziona tutto
#xnav_navbar #search-box {
display: block;
float: right;
width: 165px;
height: 30px;
margin: 0px;
background-position: 0 0;
position: static;
padding: 0 0 0 0;
margin: 0 0 0 0;
}