Difference between revisions of "Template:Penn"

 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template_All_Teams}}
+
{{{Template_All_Teams}}
  
 
<!-- Declare that you are going to use html code instead of wiki code
 
<!-- Declare that you are going to use html code instead of wiki code
Line 5: Line 5:
 
<html>
 
<html>
  
 +
<!-- Start of CSS-->
 +
<style type="text/css">
 +
/* "auto" makes the left and right margins center the wrapper */
  
 +
#wrap {
 +
width: 1400px;
 +
margin-right: center; 
 +
margin-left: center;
  
<style type="text/css">
+
/***************************************************
+
      Reset
+
***************************************************/
+
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
+
    margin: 0;
+
padding: 0;
+
border: 0;
+
font-weight: normal;
+
 
}
 
}
 +
</style>
  
ol, ul {
+
<style type="text/css">
list-style: none;
+
@charset "utf-8";
}
+
/*
 +
Template Name: BusinessToday
 +
Author: <a href="http://www.os-templates.com/">OS Templates</a>
 +
Author URI: http://www.os-templates.com/
 +
Licence: Free to use under our free template licence terms
 +
Licence URI: http://www.os-templates.com/template-terms
 +
File: Layout CSS
 +
*/
 +
@charset "utf-8";
 +
/*
 +
Template Name: BusinessToday
 +
Author: <a href="http://www.os-templates.com/">OS Templates</a>
 +
Author URI: http://www.os-templates.com/
 +
Licence: Free to use under our free template licence terms
 +
Licence URI: http://www.os-templates.com/template-terms
 +
File: Navigation CSS
 +
*/
  
 +
#topnav{display:block; float:left; width:660px; margin:0; padding:0; list-style:none; font-size:13px; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; background-color:#000000;}
 +
#topnav ul, #topnav li{float:left; list-style:none; margin:0; padding:0;}
 +
#topnav li a:link, #topnav li a:visited, #topnav li a:hover{display:block; margin:0; padding:15px 20px; color:#FFFFFF; background-color:#000000;}
 +
#topnav ul ul li a:link, #topnav ul ul li a:visited{border:none;}
 +
#topnav li.last a{margin-right:0;}
 +
#topnav li a:hover, #topnav ul li.active a{color:#FFFFFF; background-color:#059BD8;}
 +
#topnav li li a:link, #topnav li li a:visited{width:150px; float:none; margin:0; padding:7px 10px; font-size:12px; font-weight:normal; color:#FFFFFF; background-color:#000000;}
 +
#topnav li li a:hover{color:#FFFFFF; background-color:#059BD8;}
 +
#topnav li ul{background:#FFFFFF; z-index:9999; position:absolute; left:-999em; height:auto; width:170px; border-left:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF;}
 +
#topnav li ul a{width:140px;}
 +
#topnav li ul ul{margin:-32px 0 0 0;}
 +
#topnav li:hover ul ul{left:-999em;}
 +
#topnav li:hover ul, #topnav li li:hover ul{left:auto;}
 +
#topnav li:hover{position:static;}
 +
#topnav li.last a{margin-right:0;}
  
a img { border:none }
+
/* ----------------------------------------------Column Navigation------------------------------------- */
a { text-decoration:none; border: 0;}
+
a:hover { text-decoration:none; }
+
  
aside, details, figcaption, figure,  
+
#column .subnav{display:block; width:250px; padding:25px; background-color:#F9F9F9; margin-bottom:30px;}
footer, header, hgroup, menu, nav, section {display: block}
+
#column .subnav h2{margin:0 0 20px 0; padding:0 0 14px 0; font-size:20px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; color:#666666; background-color:#F9F9F9; line-height:normal; border-bottom:1px dotted #666666;}
 +
#column .subnav ul{margin:0; padding:0; list-style:none;}
 +
#column .subnav li{margin:0 0 3px 0; padding:0;}
 +
#column .subnav ul ul, #column .subnav ul ul ul, #column .subnav ul ul ul ul, #column .subnav ul ul ul ul ul{border-top:none; padding-top:0;}
 +
#column .subnav a{display:block; margin:0; padding:5px 10px 5px 20px; color:#777777; background:url("images/blue_file.gif") no-repeat 10px center #F9F9F9; text-decoration:none; border-bottom:1px dotted #666666;}
 +
#column .subnav a:hover{color:#2684B7; background-color:#F9F9F9;}
 +
#column .subnav ul ul a, #column .subnav ul ul ul a, #column .subnav ul ul ul ul a, #column .subnav ul ul ul ul ul a{background:url("images/black_file.gif") no-repeat #F9F9F9;}
 +
#column .subnav ul ul a{padding-left:40px; background-position:30px center;}
 +
#column .subnav ul ul ul a{padding-left:50px; background-position:40px center;}
 +
#column .subnav ul ul ul ul a{padding-left:60px; background-position:50px center;}
 +
#column .subnav ul ul ul ul ul a{padding-left:70px; background-position:60px center;}
 +
@charset "utf-8";
 +
/*
 +
Template Name: BusinessToday
 +
Author: <a href="http://www.os-templates.com/">OS Templates</a>
 +
Author URI: http://www.os-templates.com/
 +
Licence: Free to use under our free template licence terms
 +
Licence URI: http://www.os-templates.com/template-terms
 +
File: Forms CSS
 +
*/
  
html, html a {
+
form, fieldset, legend{margin:0; padding:0; border:none;}
    -webkit-font-smoothing: antialiased !important;
+
legend{display:none;}
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
+
}
+
  
/***************************************************
+
/* ----------------------------------------------Newsletter Form------------------------------------- */
      Global styles
+
***************************************************/
+
@font-face {
+
    font-family: 'open sans';
+
    src: url('fonts/OpenSans-Regular-webfont.eot');
+
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
+
        url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
+
        url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
+
        url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
+
    font-weight: normal;
+
    font-style: normal;
+
  
}
+
#header input{display:block; float:left; width:155px; margin:0 11px 0 0; padding:5px; color:#4C4C4C; background-color:#FFFFFF; border:1px solid #396B86; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
body {
+
#header input#news_go{width:auto; height:auto; margin:0; padding:4px; font-weight:bold; text-transform:uppercase; color:#FFFFFF; background-color:#4D9FC7; cursor:pointer;}
background: ;
+
font-family: 'open sans', Verdana, sans-serif;
+
font-size: 13px;
+
color: #444;
+
}
+
#wrapper {
+
width: 940px;
+
margin: 0 auto;
+
padding: 25px;
+
background: #fff;
+
}
+
.clearfix:after {
+
  content: ".";  
+
  visibility: hidden;  
+
  display: block;
+
  height: 0;
+
  clear: both;
+
}
+
.clear {
+
clear: both;
+
}
+
h1, h2, h3, h4, h5, h6{
+
margin-bottom: 16px;
+
}
+
#main h1, #main  h2, #main  h3, #main  h4, #main  h5, #main  h6{
+
margin-top: 16px;
+
font-weight: bold;
+
}
+
h1 {
+
font-size: 20px;
+
}
+
h2 {
+
font-size: 18px;
+
}
+
h3{
+
font-size: 16px;
+
}
+
h4{
+
font-size: 14px;
+
}
+
h5 {
+
font-size: 12px;
+
}
+
h6 {
+
font-size: 10px;
+
}
+
a{
+
color: #00BCF2;
+
}
+
img {
+
margin-bottom: 10px;
+
display: block;
+
    height: auto;
+
    max-width: 100%;
+
}
+
.alignleft {
+
float: left;
+
margin-right: 20px;
+
}
+
.alignright {
+
float: right;
+
margin-left: 20px;
+
}
+
a img{
+
transition-property:opacity;
+
transition-duration: 0.2s;  
+
transition-timing-function: ease-out;
+
}
+
a img:hover{
+
opacity: 0.5;
+
}
+
/***************************************************
+
Logo & Navigation
+
***************************************************/
+
header {
+
height: 65px;
+
padding: 10px 0 0 0;
+
border-bottom: 1px solid #eee;
+
margin-bottom: 20px;
+
}
+
#logo {
+
width: 200px;
+
float: left;
+
}
+
#logo a img {
+
transition-property:opacity;
+
transition-duration: 0.2s;
+
transition-timing-function: ease-out;
+
}
+
#logo a img:hover {
+
opacity: 0.5;
+
}
+
nav {
+
width: 740px;
+
float: right;
+
margin-top: -4px;
+
}
+
nav ul {
+
float: right;
+
}
+
nav ul li {
+
position: relative;
+
float: left;
+
margin-left: 40px;
+
}
+
nav ul li a {
+
display: block;
+
font-weight: normal;  
+
text-transform: uppercase;  
+
color: #aaa;  
+
font-size: 13px;
+
padding: 14px 10px 37px 10px;
+
  -webkit-transition: color 1s ease-out; /* Saf3.2+, Chrome */
+
  -moz-transition: color 1s ease-out; /* Firefox 4+ */
+
  -ms-transition: color 1s ease-out; /* IE10+ */
+
  -o-transition: color 1s ease-out; /* Opera 10.5+ */
+
  transition: color 1s ease-out;
+
 
+
    -webkit-transition: border-bottom 0.1s ease-out; /* Saf3.2+, Chrome */
+
  -moz-transition: border-bottom 0.1s ease-out; /* Firefox 4+ */
+
  -ms-transition: border-bottom 0.1s ease-out; /* IE10+ */
+
  -o-transition: border-bottom 0.1s ease-out; /* Opera 10.5+ */
+
  transition: border-bottom 0.1s ease-out;
+
}
+
nav ul li a:hover, nav ul li a.current {
+
border-bottom: 2px solid #00BCF2;
+
color: #00BCF2;
+
}
+
  
/**** Dropdown ****/
+
/* ----------------------------------------------Search Form------------------------------------- */
.dropdown{
+
padding: 14px 16px 37px 10px;
+
background: url('images/dropdown_icon.png') no-repeat 99% 21px;
+
}
+
.dropdown:hover{
+
border-bottom: none;
+
}
+
nav ul ul{
+
display: none;
+
margin: 0;
+
position: absolute;
+
background-color: #eee;
+
z-index: 1;
+
  
}
+
#topbar input{display:block; float:left; width:155px; margin:0 5px 0 0; padding:5px; color:#B6B6B6; background-color:#525252; border:1px solid #343434; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
nav ul li:hover  ul{
+
#topbar input#go{width:68px; height:26px; margin:0; padding:4px 0; text-transform:uppercase; color:#FFFFFF; background-color:#059BD8; border-color:#396B86; cursor:pointer; font-weight:bold;}
display: block;
+
  
}
+
/* ----------------------------------------------Forms in Content Area------------------------------------- */
nav ul li ul li{
+
margin: 0;
+
}
+
nav ul li ul li a{
+
margin: 0;
+
padding: 5px 10px;
+
width: 100px;
+
}
+
nav ul li:hover ul li a:hover, nav ul li:hover ul li a.current{
+
border-bottom: none;
+
}
+
  
/***************************************************
+
#container #respond{display:block; width:100%;}
    Featured
+
#container #respond input{width:170px; padding:2px; border:1px solid #CCCCCC; margin:5px 5px 0 0;}
***************************************************/
+
#container #respond textarea{width:98%; border:1px solid #CCCCCC; padding:2px; overflow:auto;}
#featured {
+
#container #respond p{margin:5px 0;}
background: url('images/featured.jpg') no-repeat;
+
#container #respond #submit, #container #respond #reset{margin:0; padding:5px; color:#666666; background-color:#F7F7F7; border:1px solid #CCCCCC; cursor:pointer;}
margin-bottom: 20px;
+
}
+
#featured a{
+
display: block;
+
width: 940px;
+
height: 400px;
+
color: #fff;
+
font-size: 12px;
+
position: relative;
+
z-index: 0;
+
}
+
+
#featuredinfo{
+
width: 700px;
+
background-color: rgba(0,0,0,.8);
+
padding: 5px 10px 10px 10px;
+
position: absolute;
+
bottom: 15%;
+
left: 0;
+
border-radius: 0 2px 2px 0;
+
  -webkit-transition: background-color 0.3s ease-out; /* Saf3.2+, Chrome */
+
  -moz-transition: background-color 0.3s ease-out; /* Firefox 4+ */
+
  -ms-transition: background-color 0.3s ease-out; /* IE10+ */
+
  -o-transition: background-color 0.3s ease-out; /* Opera 10.5+ */
+
  transition: background-color 0.3s ease-out;
+
}
+
#featured #featuredinfo:hover{
+
background-color: #00BCF2;
+
}
+
#featuredinfo h1{
+
text-transform: uppercase;
+
margin-bottom: 5px;
+
}
+
  
/***************************************************
+
/* ----------------------------------------------Newsletter------------------------------------- */
Introduction Message
+
***************************************************/
+
#intromessage{
+
padding: 25px 35px;
+
border-top: 1px solid #eee;
+
border-bottom: 1px solid #eee;
+
margin-bottom: 20px;
+
font-size: 20px;
+
text-transform: uppercase;
+
text-align: center;
+
}
+
  
/***************************************************
+
#footer form{display:block; width:300px; margin:0; padding:10px 0 0 0; border:none;}
  Home Articles
+
#footer input{display:block; width:218px; margin:0 0 10px 0; padding:5px; color:#FFFFFF; background-color:#2684B7; border:1px solid #1C5E82; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
***************************************************/
+
#footer input#login_go{width:58px; height:62px; margin:0; padding:0; font-weight:bold; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:60px; cursor:pointer;}
#articles{
+
@charset "utf-8";
padding-bottom: 20px;
+
/*
margin-bottom: 20px;
+
Template Name: BusinessToday
overflow: hidden;
+
Author: <a href="http://www.os-templates.com/">OS Templates</a>
}
+
Author URI: http://www.os-templates.com/
#articles article{
+
Licence: Free to use under our free template licence terms
width: 220px;
+
Licence URI: http://www.os-templates.com/template-terms
float: left;
+
File: Tables CSS
margin-right: 20px;
+
*/
font-size: 12px;
+
overflow: hidden;
+
}
+
#articles #lastarticle{
+
margin-right: 0;
+
}
+
#articles article h1{
+
text-transform: uppercase;
+
margin: 5px 0;
+
font-weight: bold;
+
font-size: 14px;
+
color: #222;
+
}
+
  
.rm{
+
table{width:100%; border-collapse:collapse; table-layout:auto; vertical-align:top; margin-bottom:15px; border:1px solid #CCCCCC;}
display: inline-block;
+
table thead th{color:#FFFFFF; background-color:#666666; border:1px solid #CCCCCC; border-collapse:collapse; text-align:center; table-layout:auto; vertical-align:middle;}
background: #00BCF2;
+
table tbody td{vertical-align:top; border-collapse:collapse; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
padding: 2px 10px;
+
table thead th, table tbody td{padding:5px; border-collapse:collapse;}
color: #fff;
+
table tbody tr.light{color:#666666; background-color:#F7F7F7;}
margin-top: 10px;
+
table tbody tr.dark{color:#666666; background-color:#E8E8E8;}
border-radius: 2px;
+
  -webkit-transition: background-color 0.3s ease-out; /* Saf3.2+, Chrome */
+
  -moz-transition: background-color 0.3s ease-out; /* Firefox 4+ */
+
  -ms-transition: background-color 0.3s ease-out; /* IE10+ */
+
  -o-transition: background-color 0.3s ease-out; /* Opera 10.5+ */
+
  transition: background-color 0.3s ease-out;
+
   
+
-webkit-transition: color 0.3s ease-out; /* Saf3.2+, Chrome */
+
  -moz-transition: color 0.3s ease-out; /* Firefox 4+ */
+
  -ms-transition: color 0.3s ease-out; /* IE10+ */
+
  -o-transition: color 0.3s ease-out; /* Opera 10.5+ */
+
  transition: color 0.3s ease-out;
+
}
+
.rm:hover{
+
background: #888;
+
color: #000;
+
}
+
  
/***************************************************
+
html{overflow-y:scroll;}
  Page Title
+
body{margin:0; padding:0; font-size:12px; font-family:verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; background-color:#29313C;}
***************************************************/
+
#pagetitle{
+
border-bottom: 1px solid #eee;
+
height: 26px;
+
padding-bottom: 25px;
+
margin-bottom: 20px;
+
overflow: hidden;
+
}
+
#pagetitle h1{
+
font-size: 20px;
+
color: #444;
+
text-transform: uppercase;
+
padding-right: 25px;
+
border-right: 1px solid #eee;
+
float: left;
+
}
+
#pagetitle p{
+
font-size: 13px;
+
color: #aaa;
+
float: left;
+
margin: 5px 0 0 30px;
+
max-width: 770px;
+
max-height: 18px;
+
overflow: hidden;
+
}
+
  
/***************************************************
+
.justify{text-align:justify;}
  Columns  & Quotes
+
.bold{font-weight:bold;}
***************************************************/
+
.center{text-align:center;}
.half{
+
.right{text-align:right;}
display: inline-block;
+
.nostart{margin:0; padding:0; list-style-type:none;}
vertical-align: top;
+
width: 450px;
+
margin-right: -4px;
+
padding: 0 10px;
+
margin-bottom: 40px;
+
}
+
.one_third {
+
display: inline-block;
+
vertical-align: top;
+
margin-right: -4px;
+
padding: 0 10px;
+
width: 292px;
+
margin-bottom: 40px;
+
}
+
.one_fourth {
+
display: inline-block;
+
vertical-align: top;
+
margin-right: -4px;
+
padding: 0 10px;
+
width: 215px;
+
margin-bottom: 40px;
+
}
+
  
.quote p {
+
.clear{clear:both;}
border-left: 5px solid #eee;
+
br.clear{clear:both; margin-top:-15px;}
padding: 0 20px;
+
font-style: italic;
+
margin-bottom: 40px;
+
color: #888;
+
}
+
  
 +
a{outline:none; text-decoration:none;}
  
/***************************************************
+
.fl_left, .imgl{float:left;}
        Tables
+
.fl_right, .imgr{float:right;}
***************************************************/
+
table{
+
    border-collapse: collapse;  
+
margin-bottom: 20px;
+
}
+
#table1 td, #table1 th {
+
    border: 1px solid #eee;  
+
padding: 8px 25px 8px 12px;
+
}
+
  
#table2 td, #table2 th{
+
img{display:block; margin:0; padding:0; border:0;}
border-bottom: 1px solid #eee;
+
.imgl, .imgr{border:1px solid #DFDFDF; padding:5px; color:#666666; background-color:#FFFFFF;}
padding: 8px 26px 8px 12px;
+
.imgl{margin:0 8px 8px 0; clear:left;}
}
+
.imgr{margin:0 0 8px 8px; clear:right;}
  
/***************************************************
+
/* ----------------------------------------------Wrapper------------------------------------- */
      Blog
+
***************************************************/
+
/* The Content */
+
#content {
+
width: 700px;
+
float: left;
+
margin-bottom: 20px;
+
}
+
#content article {
+
margin-bottom: 50px;
+
}
+
#content p {
+
margin-bottom: 20px;
+
}
+
#content h1 {
+
text-transform: uppercase;
+
margin-top: 0;
+
font-weight: normal;
+
}
+
#content .post-title {
+
text-transform: uppercase;
+
margin-bottom: 0;
+
color: #fff;
+
}
+
.post-image {
+
position: relative;
+
}
+
.post-info {
+
display: block;
+
position: absolute;
+
top: 60%;
+
left: 0;
+
max-width: 580px;
+
border-radius: 0 2px 2px 0;
+
background-color: rgba(0,0,0,.8);
+
padding: 5px 10px 10px 10px;
+
  -webkit-transition: background-color 0.2s ease-out; /* Saf3.2+, Chrome */
+
  -moz-transition: background-color 0.2s ease-out; /* Firefox 4+ */
+
  -ms-transition: background-color 0.2s ease-out; /* IE10+ */
+
  -o-transition: background-color 0.2s ease-out; /* Opera 10.5+ */
+
  transition: background-color 0.2s ease-out;
+
}
+
.post-info:hover{
+
background-color: #00BCF2;
+
}
+
.author, .date, .comments {
+
color: #fff;
+
display: block;
+
float: left;
+
font-size: 11px;
+
padding-right: 6px;
+
margin-right: 6px;
+
}
+
.date {
+
background: url('images/date.png') no-repeat left;
+
padding-left: 18px;
+
}
+
.comments {
+
background: url('images/comments.png') no-repeat left;
+
padding-left: 18px;
+
}
+
.readmore {
+
display: inline-block;
+
padding: 2px 10px;
+
background-color: #00bcf2;
+
color: #fff;
+
border-radius: 2px;
+
margin-top: -10px;
+
-webkit-transition: background-color 0.15s ease-out; /* Saf3.2+, Chrome */
+
  -moz-transition: background-color 0.15s ease-out; /* Firefox 4+ */
+
  -ms-transition: background-color 0.15s ease-out; /* IE10+ */
+
  -o-transition: background-color 0.15s ease-out; /* Opera 10.5+ */
+
  transition: background-color 0.15s ease-out;
+
}
+
.readmore:hover {
+
background: #444;
+
}
+
  
/* Single Post */
+
div.wrapper{display:block; width:100%; margin:0; text-align:left;}
.author-bp, .date-bp, .comments-bp {
+
div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{margin:0 0 20px 0; padding:0 0 8px 0; font-size:20px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; border-bottom:1px dotted #DDDDDD;}
color: #959595;
+
.col1{color:#666666; background-color:#E3F1F9;}
display: block;
+
.col2{color:#FFFFFF; background-color:#000000;}
float: left;
+
.col3, .col4, .col5{color:#666666; background-color:#FFFFFF;}
font-size: 11px;
+
.col6{color:#999999; background-color:#F3F3F3;}
padding-right: 6px;
+
.col6 a{color:#2684B7; background-color:#F3F3F3;}
margin-right: 6px;
+
.col7, .col7 a{color:#FFFFFF; background-color:#29313C;}
margin-bottom: 4px;
+
}
+
.date-bp {
+
background: url('images/date-bp.png') no-repeat left;
+
padding-left: 18px;
+
}
+
.comments-bp {
+
background: url('images/comments-bp.png') no-repeat left;
+
padding-left: 18px;
+
}
+
  
/* The Sidebar */
+
/* ----------------------------------------------Generalise------------------------------------- */
#sidebar {
+
width: 220px;
+
margin: 0 0 0 20px;
+
float: right;
+
}
+
#sidebar ul li{
+
margin-bottom: 2px;
+
}
+
.sidebar_item {
+
margin-bottom: 35px;
+
font-size: 12px;
+
  
}
+
#header, #topbar, #intro, #services, #breadcrumb, #container, #footer, #copyright{display:block; position:relative; width:960px; margin:0 auto;}
#sidebar h5{
+
font-size: 10px;
+
font-weight: bold;
+
text-transform: uppercase;
+
margin-bottom: 10px;
+
}
+
.categories ul {
+
float: left;
+
width: 110px;
+
}
+
  
/***************************************************
+
/* ----------------------------------------------Header------------------------------------- */
      Portfolio
+
***************************************************/
+
.portfolio article {
+
width: 300px;
+
float: left;
+
margin: 0 20px 40px 0;
+
}
+
.portfolio .last-article {
+
margin-right: 0;
+
}
+
.portfolio h1 {
+
text-transform: uppercase;
+
margin: 0;
+
font-weight: bold;
+
font-size: 14px;
+
color: #222;
+
}
+
  
/***************************************************
+
#header{padding:30px 0; font-family:Georgia, "Times New Roman", Times, serif;}
      Contact
+
#header #logo{display:block; float:left; width:300px; margin-top:7px;}
***************************************************/
+
#header #logo h1, #header #logo p{margin:0; padding:0; line-height:normal;}
#contact-form {  
+
#header #logo h1{margin:0 0 10px 0; padding:0; font-size:36px; border:none;}
width: 500px;
+
#header h1 a{color:#3A6C86; background-color:#E3F1F9;}
float: left;
+
#header #newsletter{float:right; padding:10px 10px 12px 10px; color:#000000; background-color:#ADD6ED;}
}
+
#header #newsletter p{margin:0 0 8px 0; font-family:Verdana, Arial, Helvetica, sans-serif;}
#contact-info{  
+
width: 399px;
+
padding-left: 40px;
+
float: right;
+
border-left: 1px solid #eee;
+
}
+
.contact p {
+
margin-bottom: 20px;
+
}
+
.contact input{
+
margin-right: 10px;
+
border: 1px solid #e1e1e1;
+
height: 25px;
+
}
+
.contact input[type="email"], .contact  input[type="user"] {
+
width: 230px;
+
padding: 0 6px;
+
}
+
.contact textarea {
+
width: 420px;
+
border: 1px solid #e1e1e1;
+
height: 140px;
+
padding: 6px;
+
}
+
  
.contact input[type="submit"]{
+
/* ----------------------------------------------Topbar------------------------------------- */
font-family: 'open sans', arial, sans-serif;
+
}
+
.contact input[type="submit"]:hover {
+
cursor: pointer;
+
}
+
  
/***************************************************
+
#topbar{z-index:1000;}
      404
+
#topbar #search{display:block; float:right; width:242px; height:36px; margin:0; padding:10px 0 0 17px; color:#FFFFFF; background-color:#000000; border-left:1px dotted #666666; overflow:hidden;}
***************************************************/
+
.error {
+
font-size: 350px;
+
text-align: center;
+
margin-top: -50px;
+
}
+
  
/***************************************************
+
/* ----------------------------------------------Homepage Intro------------------------------------- */
Buttons  & Alerts
+
 
***************************************************/
+
#intro{padding:30px 0 5px 0; font-size:16px; font-family:Georgia, "Times New Roman", Times, serif;}
.button {
+
#intro .fl_left{display:block; float:left; width:515px; height:240px; margin:0; padding:30px; color:#FFFFFF; background-color:#2684B7;}
padding: 2px 8px;
+
#intro .fl_left h2{font-size:46px; margin:0 0 15px 0; padding:0; border:none; color:#FFFFFF; background-color:#2684B7;}
display: inline-block;
+
#intro .fl_left p{margin:0; padding:0; line-height:1.6em;}
margin: 10px;
+
#intro .fl_left p.readmore{display:block; width:100%; margin:20px 0 0 0; padding:0; text-align:right; line-height:normal;}
border-radius: 2px;
+
#intro .fl_left p.readmore a{padding:8px 15px; font-size:18px; color:#FFFFFF; background-color:#1C5E82;}
-webkit-transition: background-color 0.15s ease-out; /* Saf3.2+, Chrome */
+
#intro .fl_right{float:right;}
  -moz-transition: background-color 0.15s ease-out; /* Firefox 4+ */
+
 
  -ms-transition: background-color 0.15s ease-out; /* IE10+ */
+
/* ----------------------------------------------Services------------------------------------- */
  -o-transition: background-color 0.15s ease-out; /* Opera 10.5+ */
+
 
  transition: background-color 0.15s ease-out;
+
#services ul, #services p, #services h2, #services img{margin:0; padding:0; list-style:none;}
}
+
#services li{display:block; float:left; width:294px; height:180px; margin:0 9px 0 0; padding:10px; color:#666666; background-color:#EFEFEF;}
.big-button {
+
#services li:hover, #services li:hover h2{color:#666666; background-color:#E5E5E5;}
font-size: 14px;
+
#services li.last{margin-right:0;}
padding: 4px 16px;
+
#services .fl_right{display:block; float:right; width:185px; padding:10px 0 0 0;}
display: inline-block;
+
#services h2{margin:0 0 5px 0; padding:0 0 3px 0; font-size:14px; font-weight:bold; color:#666666; background-color:#EFEFEF; border-bottom-color:#666666;}
margin: 10px;
+
#services p{margin:0; padding:0; line-height:1.6em;}
border-radius: 2px;
+
#services p.readmore{display:block; width:100%; margin:15px 0 0 0; padding:0; text-align:right; line-height:normal;}
-webkit-transition: background-color 0.15s ease-out; /* Saf3.2+, Chrome */
+
#services p.readmore a{padding:8px 15px; font-weight:bold; color:#FFFFFF; background-color:#666666;}
  -moz-transition: background-color 0.15s ease-out; /* Firefox 4+ */
+
  -ms-transition: background-color 0.15s ease-out; /* IE10+ */
+
  -o-transition: background-color 0.15s ease-out; /* Opera 10.5+ */
+
  transition: background-color 0.15s ease-out;
+
}
+
.big-button:hover, .button:hover {
+
background-color: #444;
+
color: #fff;
+
}
+
.red {
+
background-color: #FF1A1A;
+
color: #fff;
+
}
+
.light {
+
background-color: #e1e1e1;
+
color: #444;
+
}
+
.green{
+
background-color: #99CC00;
+
color: #fff;
+
}
+
.blue {
+
background-color: #00bcf2;
+
color: #fff;
+
}
+
.yellow {
+
background-color: #FBEE00;
+
color: #444;
+
}
+
.alert {
+
color: #fff;
+
padding: 20px 20px 20px 80px;
+
margin: 10px;
+
border-radius: 2px;
+
background: #00bcf2 url('images/warning.png') no-repeat 15px ;
+
}
+
.note {
+
color: #fff;
+
padding: 20px 20px 20px 80px;
+
margin: 10px;
+
border-radius: 2px;
+
background: #00bcf2 url('images/note.png') no-repeat 15px ;
+
}
+
  
/***************************************************
+
/* ----------------------------------------------BreadCrumb------------------------------------- */
Footer
+
 
***************************************************/
+
#breadcrumb{padding:30px 0; border-bottom:1px solid #CCCCCC;}
footer{
+
#breadcrumb a{color:#2684B7; background-color:#FFFFFF;}
font-size: 12px;
+
#breadcrumb ul{margin:0; padding:0; list-style:none;}
clear: both;
+
#breadcrumb ul li{display:inline;}
border-top: 1px solid #eee;
+
#breadcrumb ul li.current a{text-decoration:underline;}
padding-top: 20px;
+
 
margin-top: 20px;
+
/* ----------------------------------------------Content------------------------------------- */
}
+
 
footer a img{
+
#container{padding:30px 0; line-height:1.4em;}
transition-property:opacity;  
+
#container a{color:#2684B7; background-color:#FFFFFF;}
transition-duration: 0.2s;  
+
#container h1, #container h2, #container h3, #container h4, #container h5, #container h6{padding-bottom:8px; border-bottom:1px dotted #CCCCCC;}
transition-timing-function: ease-out;
+
#content{display:block; float:left; width:600px;}
}
+
 
footer a img:hover{
+
/* Comments */
opacity: 0.5;
+
 
}
+
#comments{margin-bottom:40px;}
footer h1, footer h2{
+
#comments .commentlist{margin:0; padding:0;}
color: #222;
+
#comments .commentlist ul{margin:0; padding:0; list-style:none;}
font-weight: bold;
+
#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}
font-size: 14px;
+
#comments .commentlist li.comment_odd{color:#666666; background-color:#FFFFFF;}
margin-bottom: 15px;
+
#comments .commentlist li.comment_odd a{color:#3E7060; background-color:#FFFFFF;}
}
+
#comments .commentlist li.comment_even{color:#666666; background-color:#E8E8E8;}
footer h1{
+
#comments .commentlist li.comment_even a{color:#3E7060; background-color:#E8E8E8;}
text-transform: uppercase;
+
#comments .commentlist .author .name{font-weight:bold;}
}
+
#comments .commentlist .submitdate{font-size:smaller;}
footer h2{
+
#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight:normal; text-transform:none;}
font-size: 12px;
+
#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}
line-height: 0.9em;
+
 
-webkit-transition: color 0.3s ease-out; /* Saf3.2+, Chrome */
+
/* ----------------------------------------------Column------------------------------------- */
  -moz-transition: color 0.3s ease-out; /* Firefox 4+ */
+
 
  -ms-transition: color 0.3s ease-out; /* IE10+ */
+
#column{display:block; float:right; width:300px;}
  -o-transition: color 0.3s ease-out; /* Opera 10.5+ */
+
.flickrbox ul{margin:0; padding:0; list-style:none;}
  transition: color 0.3s ease-out;
+
.flickrbox li{display:block; float:left; width:80px; height:80px; margin:0 15px 15px 0; padding:4px; color:#666666; background-color:#FFFFFF; border:1px solid #CCCCCC;}
}
+
.flickrbox li.last{margin-right:0;}
#widget1, #widget2, #widget3{
+
#column .holder, #column #featured{display:block; width:300px; margin-bottom:20px;}
width: 220px;
+
#column .holder h2.title{display:block; width:100%; height:65px; margin:0; padding:15px 0 0 0; font-size:20px; line-height:normal; border-bottom:1px dashed #666666;}
float: left;
+
#column .holder h2.title img{float:left; margin:-15px 8px 0 0; padding:5px; border:1px solid #666666;}
margin-right: 20px;
+
#column div.imgholder{display:block; width:290px; margin:0 0 10px 0; padding:4px; color:#666666; background-color:#FFFFFF; border:1px solid #CCCCCC;}
margin-bottom: 20px;
+
#column .holder p.readmore{display:block; width:100%; font-weight:bold; text-align:right; line-height:normal;}
}
+
 
#widget4{
+
/* Featured Block */
float: left;
+
 
width: 220px;
+
#column #featured a{color:#666666; background-color:#F9F9F9;}
margin-bottom: 20px;
+
#column #featured ul, #column #featured h2, #column #featured p{margin:0; padding:0; list-style:none;}
}
+
#column #featured a{color:#2684B7; background-color:#F9F9F9;}
#widget3 a img{
+
#column #featured li{display:block; width:250px; margin:0; padding:20px 25px; color:#666666; background-color:#F9F9F9;}
float: left;
+
#column #featured li p.imgholder{display:block; width:240px; height:90px; margin:20px 0 15px 0; padding:4px; border:1px solid #CCCCCC;}
clear: both;
+
#column #featured li h2{margin:0; padding:0 0 14px 0; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; line-height:normal; border-bottom:1px dashed #666666;}
margin-right: 10px;
+
#column #featured p.readmore{display:block; width:100%; margin-top:15px; font-weight:bold; text-align:right; line-height:normal;}
}
+
#column #latestnews{display:block; width:100%; margin:0; padding:0; list-style:none;}
#footerarticle{
+
#column #latestnews li{display:block; margin:0 0 20px 0; padding:0 0 15px 0; border-bottom:1px dotted #DDDDDD;}
height: 55px;
+
#column #latestnews li.last{margin-bottom:0;}
}
+
#column #latestnews p{margin:0; padding:0; line-height:normal;}
#footerarticle #fainfo{
+
#column #latestnews .imgl{margin:0 10px 10px 0; padding:4px;}
width: 170px;
+
 
float: right;
+
/* ----------------------------------------------Footer------------------------------------- */
}
+
 
#footerarticle p{
+
#footer{padding:30px 0;}
font-size: 10px;
+
#footer h2{margin-bottom:10px; border-bottom:1px dotted #999999;}
margin: -5px 0 0 0;
+
#footer p, #footer ul, #footer a{margin:0; padding:0; font-weight:normal; list-style:none; line-height:normal;}
line-height: 1px;
+
#footer .footbox{display:block; float:right; width:190px; margin:0 0 0 30px; padding:0;}
}
+
#footer li{margin-bottom:3px; line-height:1.6em;}
footer #footerarticle #fainfo  h2:hover{
+
#footer .last{margin:0;}
color: #00BCF2;
+
#login{display:block; float:left; width:300px;}
}
+
+
#copyrights{
+
clear: both;
+
padding: 20px 0;
+
border-top: 1px solid #eee;
+
}
+
#copyrights p{
+
float: left;
+
}
+
#designedby{
+
float: right;
+
}
+
  
 +
/* ----------------------------------------------Copyright------------------------------------- */
  
 +
#copyright{padding:20px 0;}
 +
#copyright p{margin:0; padding:0;}
 
</style>
 
</style>
  

Latest revision as of 16:55, 18 August 2015

{