
jcink userlinks
By: a guest on
Jul 10th, 2012 | syntax:
CSS | size: 1.77 KB | hits: 43 | expires: Never
==BOARD WRAPPERS==
<html>
<head>
<title><% TITLE %></title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<% CSS %>
<% JAVASCRIPT %>
<% JAVATOP %>
</head>
<body>
<div id="ipbwrapper">
<div id="header">
</div>
<div class="tableborder"><% BOARD %></div>
<% COPYRIGHT %>
<% BOARD HEADER %>
<div align='center' class='copyright'><% STATS %></div>
<% buttons %>
</div>
</div>
</div>
<% NAVIGATION %>
<% JAVABOTTOM %>
<% CBOX %>
</div>
</div>
</body>
</html>
==RELEVANT CSS==
/* Header/Logo area */
#header {
background: url(http://i.imgur.com/2CkyR.png) no-repeat;
width: 800px;
height: 286px;
}
#ipsbanner {
position: absolute;
top: 0px;
right: 5%;
}
#logostrip {
display: none;
}
#submenu {
display: none;
}
/* User links menu (ex: Messages / View new posts / etc ) */
#userlinks {
background: rgba(0,0,0,0.4);
padding: 4px;
margin: 0;
z-index:1000;
position: absolute;
top: 276px;
font-size:11px;
margin: 0 auto;
width: 800px !important;
}
#userlinks td {
display: table-row;
text-align: center;
}
#userlinks a {
font-size:11px;
}
#navstrip {
width: 100%;
float: left;
background: #000;
position: fixed;
top: 0px;
left: 0px;
z-index:1000;
font-weight: bold;
color: #999999;
padding: 6px 0px 6px 0px;
}
#navstrip a:link, #navstrip a:visited, #navstrip a:active, #navstrip a:hover {
color: #d6c5b4;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
}