mirror of
https://github.com/dawidolko/Website-Templates.git
synced 2026-02-05 01:50:04 +00:00
Website templates
This commit is contained in:
98
photo-art/css/colour.css
Normal file
98
photo-art/css/colour.css
Normal file
@@ -0,0 +1,98 @@
|
||||
/* dark theme */
|
||||
body {
|
||||
background: #282828 url(../images/dark.png);
|
||||
color: #BBB;}
|
||||
|
||||
h2, h6 {
|
||||
color: #07E5F9;}
|
||||
|
||||
a, a:hover {
|
||||
color: #C5E105;}
|
||||
|
||||
#site_content {
|
||||
background: #333;}
|
||||
|
||||
#left_content ul li {
|
||||
background: url(../images/dark_bullet.png) no-repeat left center;}
|
||||
|
||||
nav, footer {
|
||||
background: #444; /* Show a solid color for older browsers */
|
||||
background: -moz-linear-gradient(#555, #333);
|
||||
background: -o-linear-gradient(#555, #333);
|
||||
background: -webkit-linear-gradient(#555, #333);
|
||||
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
|
||||
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
|
||||
box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
|
||||
border: 1px solid #444;}
|
||||
|
||||
footer {
|
||||
color: #AAA;
|
||||
text-shadow: 1px 1px #000;}
|
||||
|
||||
footer a:hover {
|
||||
color: #AAA;}
|
||||
|
||||
#slideshow-caption {
|
||||
color: #FFF;
|
||||
background: #151515;}
|
||||
|
||||
.form_settings .submit {
|
||||
background: #444;
|
||||
text-shadow: 1px 1px #000;
|
||||
color: #FFF;}
|
||||
|
||||
.form_settings input, .form_settings textarea, .form_settings select {
|
||||
border-color: #777;}
|
||||
|
||||
#blog_container h4.select {
|
||||
background: url(../images/dark_blog.png) no-repeat right top;}
|
||||
|
||||
.blog h3 {
|
||||
color: #111;}
|
||||
|
||||
#blog_text {
|
||||
background: #444;
|
||||
color: #EEE;}
|
||||
|
||||
ul#nav li a {
|
||||
text-shadow: 1px 1px #000;
|
||||
color: #FFF;}
|
||||
|
||||
ul#nav ul {
|
||||
background: #222;}
|
||||
|
||||
ul#nav ul li a {
|
||||
color: #FFF;}
|
||||
|
||||
ul#nav li.selected a, ul#nav li a:hover, ul#nav ul li a:hover, ul#nav ul li a:focus, ul#nav li.selected ul a:hover {
|
||||
color: #C5E105;}
|
||||
|
||||
a.thumb, ul.thumbs li.selected a.thumb {
|
||||
background: #FFF;}
|
||||
|
||||
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
|
||||
background: #444;
|
||||
color: #AAA;}
|
||||
|
||||
div.pagination a:hover {
|
||||
background: #EEE;
|
||||
color: #111;}
|
||||
|
||||
div.pagination span.current {
|
||||
background: #444;
|
||||
color: #FFF;}
|
||||
|
||||
h1, h3, h4, h5, a:hover, #logo h1, #logo h1 a:hover,
|
||||
footer a, #slideshow-caption p, .form_settings input, .form_settings textarea,
|
||||
#blog_container h4, .blog h2, ul#nav li.selected ul a, div.image-title {
|
||||
color: #FFF;}
|
||||
|
||||
div.navigation a.prev {
|
||||
background: url(../images/prev_arrow_white.gif) no-repeat left;}
|
||||
|
||||
div.navigation a.next {
|
||||
background: url(../images/next_arrow_white.gif) no-repeat right;}
|
||||
|
||||
span.sf-arrow {
|
||||
background: url(../images/arrows-white.png) no-repeat 0 0;
|
||||
}
|
||||
129
photo-art/css/portfolio_one.css
Normal file
129
photo-art/css/portfolio_one.css
Normal file
@@ -0,0 +1,129 @@
|
||||
div.content {
|
||||
/* the display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
|
||||
display: none;
|
||||
float: right;
|
||||
width: 450px;}
|
||||
|
||||
div.content a:focus, div.content a:hover, div.content a:active {
|
||||
text-decoration: underline;}
|
||||
|
||||
div.controls {
|
||||
height: 23px;
|
||||
padding: 30px 0;
|
||||
width: 440px;
|
||||
float: left;}
|
||||
|
||||
div.controls a {
|
||||
padding: 5px 2px 5px 2px;}
|
||||
|
||||
div.ss-controls {
|
||||
float: left;}
|
||||
|
||||
div.nav-controls {
|
||||
float: right;}
|
||||
|
||||
div.slideshow-container {
|
||||
position: relative;
|
||||
clear: both;
|
||||
height: 450px; /* this should be set to be at least the height of the largest image in the slideshow */
|
||||
padding: 0;}
|
||||
|
||||
div.loader {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: url(loader_white.gif) no-repeat center;
|
||||
width: 450px;
|
||||
height: 450px; /* this should be set to be at least the height of the largest image in the slideshow */}
|
||||
|
||||
div.slideshow span.image-wrapper {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;}
|
||||
|
||||
div.slideshow a.advance-link {
|
||||
display: block;
|
||||
width: 450px;
|
||||
height: 450px; /* this should be set to be at least the height of the largest image in the slideshow */
|
||||
line-height: 0px; /* this should be set to be at least the height of the largest image in the slideshow */}
|
||||
|
||||
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
|
||||
text-decoration: none;}
|
||||
|
||||
div.slideshow img {
|
||||
vertical-align: top;}
|
||||
|
||||
div.caption-container {
|
||||
position: relative;
|
||||
clear: left;
|
||||
height: 75px;}
|
||||
|
||||
span.image-caption {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 550px;
|
||||
top: 0;
|
||||
left: 0;}
|
||||
|
||||
div.caption {
|
||||
padding: 10px 0;
|
||||
width: 410px;}
|
||||
|
||||
div.image-title {
|
||||
font: normal 130% arial, sans-serif;}
|
||||
|
||||
div.navigation {
|
||||
/* the navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */}
|
||||
|
||||
#thumb-container {
|
||||
padding: 20px 0 0 25px;}
|
||||
|
||||
ul.thumbs {
|
||||
clear: both;
|
||||
margin: 0;
|
||||
padding: 0;}
|
||||
|
||||
ul.thumbs li {
|
||||
float: left;
|
||||
padding: 0;
|
||||
margin: 5px 10px 5px 0;
|
||||
list-style: none;}
|
||||
|
||||
a.thumb {
|
||||
padding: 2px;
|
||||
display: block;}
|
||||
|
||||
a.thumb:focus {
|
||||
outline: none;}
|
||||
|
||||
ul.thumbs img {
|
||||
border: none;
|
||||
display: block;}
|
||||
|
||||
div.pagination {
|
||||
float: left;
|
||||
clear: both;}
|
||||
|
||||
div.navigation div.top {
|
||||
margin-bottom: 12px;
|
||||
height: 11px;}
|
||||
|
||||
div.navigation div.bottom {
|
||||
margin-top: 12px;}
|
||||
|
||||
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
|
||||
display: block;
|
||||
float: left;
|
||||
margin-right: 2px;
|
||||
padding: 4px 10px 4px 10px;}
|
||||
|
||||
div.pagination a:hover {
|
||||
text-decoration: none;}
|
||||
|
||||
div.pagination span.current {
|
||||
font-weight: bold;}
|
||||
|
||||
div.pagination span.ellipsis {
|
||||
border: none;
|
||||
padding: 5px 0 3px 2px;}
|
||||
136
photo-art/css/portfolio_two.css
Normal file
136
photo-art/css/portfolio_two.css
Normal file
@@ -0,0 +1,136 @@
|
||||
div.content {
|
||||
display: none;
|
||||
clear: both;}
|
||||
|
||||
div.content a, div.navigation a {
|
||||
text-decoration: none;}
|
||||
|
||||
div.controls {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
height: 65px;
|
||||
padding: 25px 0 0 0;
|
||||
background: url(../images/image_transparent.png);
|
||||
width: 100%;}
|
||||
|
||||
div.controls a {
|
||||
padding: 5px 20px 0 0;
|
||||
float: left;}
|
||||
|
||||
div.ss-controls {
|
||||
float: right;
|
||||
height: 30px;}
|
||||
|
||||
div.nav-controls {
|
||||
float: right;
|
||||
clear: right;}
|
||||
|
||||
div.slideshow-container, div.loader, div.slideshow a.advance-link {
|
||||
width: 950px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
|
||||
line-height: 0;}
|
||||
|
||||
div.loader, div.slideshow a.advance-link, div.caption-container {
|
||||
height: 450px; /* This should be set to be at least the height of the largest image in the slideshow with padding */ }
|
||||
|
||||
div.slideshow-container {
|
||||
position: relative;
|
||||
clear: both;
|
||||
float: left;
|
||||
height: 453px;}
|
||||
|
||||
div.slideshow-container img {
|
||||
float: left;}
|
||||
|
||||
div.loader {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: url(loader.gif) no-repeat center;}
|
||||
|
||||
div.slideshow span.image-wrapper {
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
left: 0;}
|
||||
|
||||
div.slideshow a.advance-link {
|
||||
display: block;
|
||||
line-height: 0; /* This should be set to be at least the height of the largest image in the slideshow with padding */
|
||||
text-align: center;}
|
||||
|
||||
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
|
||||
text-decoration: none;}
|
||||
|
||||
div.slideshow a.advance-link:focus {
|
||||
outline: none;}
|
||||
|
||||
div.caption-container {
|
||||
float: left;}
|
||||
|
||||
span.image-caption {
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: 35px;
|
||||
left: 20px;}
|
||||
|
||||
div.caption {
|
||||
padding: 10px 0;
|
||||
width: 500px;}
|
||||
|
||||
div.image-title {
|
||||
font: normal 130% arial, sans-serif;}
|
||||
|
||||
div.navigation-container {
|
||||
float: left;
|
||||
position: relative;
|
||||
left: 50%;}
|
||||
|
||||
div.navigation {
|
||||
float: left;
|
||||
position: relative;
|
||||
left: -50%;}
|
||||
|
||||
div.navigation a.pageLink {
|
||||
height: 77px;
|
||||
line-height: 77px;
|
||||
display: block;
|
||||
position: relative;
|
||||
float: left;
|
||||
margin: 2px;
|
||||
width: 16px;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;}
|
||||
|
||||
div.navigation a.pageLink:focus {
|
||||
outline: none;}
|
||||
|
||||
div.navigation a.prev {
|
||||
margin-right: 10px;}
|
||||
|
||||
div.navigation a.next {
|
||||
margin-left: 10px;}
|
||||
|
||||
ul.thumbs {
|
||||
position: relative;
|
||||
float: left;
|
||||
margin: 2px 0 0 0;
|
||||
padding: 0;}
|
||||
|
||||
ul.thumbs li {
|
||||
float: left;
|
||||
padding: 0;
|
||||
margin: 2px;
|
||||
list-style: none;}
|
||||
|
||||
a.thumb {
|
||||
display: block;
|
||||
padding: 2px;}
|
||||
|
||||
a.thumb:focus {
|
||||
outline: none;}
|
||||
|
||||
ul.thumbs img {
|
||||
display: block;}
|
||||
|
||||
div.gallery-gutter {
|
||||
clear: both;
|
||||
padding-bottom: 20px;}
|
||||
384
photo-art/css/style.css
Normal file
384
photo-art/css/style.css
Normal file
@@ -0,0 +1,384 @@
|
||||
@font-face {
|
||||
font-family: Jenna Sue;
|
||||
src: url('../fonts/JennaSue-webfont.eot');
|
||||
src: local("Jenna Sue"), url('../fonts/JennaSue-webfont.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: News Cycle;
|
||||
src: url('../fonts/NewsCycle-Regular.eot');
|
||||
src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf');
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;}
|
||||
|
||||
/* tell the browser to render HTML 5 elements as block */
|
||||
article, aside, figure, footer, header, hgroup, nav, section {
|
||||
display:block;}
|
||||
|
||||
body {
|
||||
font: normal .80em arial, sans-serif;}
|
||||
|
||||
p {
|
||||
padding: 0 0 25px 0;
|
||||
line-height: 1.7em;}
|
||||
|
||||
img {
|
||||
border: 0;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font: normal 350% 'Jenna Sue', arial, sans-serif;
|
||||
margin: 0 0 5px 0;
|
||||
padding: 0;}
|
||||
|
||||
h2 {
|
||||
font: normal 170% 'Jenna Sue', arial, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0 0 8px 0;}
|
||||
|
||||
h3 {
|
||||
font: normal 150% arial, sans-serif;}
|
||||
|
||||
h4, h5, h6 {
|
||||
margin: 0;
|
||||
padding: 0 0 5px 0;
|
||||
font: normal 110% arial, sans-serif;
|
||||
line-height: 1.5em;}
|
||||
|
||||
h5, h6 {
|
||||
font: italic 95% arial, sans-serif;
|
||||
padding-bottom: 15px;}
|
||||
|
||||
a, a:hover {
|
||||
outline: none;
|
||||
text-decoration: none;}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;}
|
||||
|
||||
ul {
|
||||
margin: 2px 0 22px 17px;}
|
||||
|
||||
ul li {
|
||||
list-style-type: circle;
|
||||
margin: 0 0 0 0;
|
||||
padding: 0 0 4px 5px;}
|
||||
|
||||
ol {
|
||||
margin: 8px 0 22px 20px;}
|
||||
|
||||
ol li {
|
||||
margin: 0 0 11px 0;}
|
||||
|
||||
#main, #header, #logo, #menubar, #site_content, #footer {
|
||||
margin-left: auto;
|
||||
margin-right: auto;}
|
||||
|
||||
#main {
|
||||
width: 950px;
|
||||
margin: 20px auto;}
|
||||
|
||||
header {
|
||||
width: 950px;
|
||||
height: 105px;}
|
||||
|
||||
#logo {
|
||||
width: 950px;
|
||||
float: left;
|
||||
height: 100px;
|
||||
background: transparent;
|
||||
padding: 0;}
|
||||
|
||||
#logo h1 {
|
||||
font: normal 450% 'Jenna Sue', arial, sans-serif;
|
||||
padding: 6px 0 0 20px;}
|
||||
|
||||
#logo h1 a:hover {
|
||||
text-decoration: none;}
|
||||
|
||||
#site_content {
|
||||
width: 950px;
|
||||
overflow: hidden;
|
||||
margin: 4px auto 0 auto;
|
||||
padding: 0;}
|
||||
|
||||
#left_content {
|
||||
float: left;
|
||||
text-align: justify;
|
||||
width: 444px;
|
||||
padding: 20px 0 5px 25px;
|
||||
margin: 0;}
|
||||
|
||||
#left_content ul {
|
||||
margin: 2px 0 22px 0px;}
|
||||
|
||||
#left_content ul li {
|
||||
list-style-type: none;
|
||||
margin: 0 0 0 0;
|
||||
padding: 2px 0 2px 28px;
|
||||
line-height: 1.5em;}
|
||||
|
||||
#right_content {
|
||||
float: right;
|
||||
width: 450px;
|
||||
padding: 0;
|
||||
min-height: 450px;}
|
||||
|
||||
#right_content img {
|
||||
float: left;}
|
||||
|
||||
footer {
|
||||
height: 54px;
|
||||
width: 930px;
|
||||
float: right;
|
||||
margin: 20px auto 20px auto;
|
||||
padding: 0px 20px 0 0;
|
||||
border-radius: 7px 7px 7px 7px;
|
||||
-moz-border-radius: 7px 7px 7px 7px;
|
||||
-webkit-border: 7px 7px 7px 7px;
|
||||
font: 160% 'News Cycle', arial, sans-serif;
|
||||
text-align: right;}
|
||||
|
||||
footer p {
|
||||
padding: 0 0 10px 0;}
|
||||
|
||||
footer a, footer a:hover {
|
||||
text-decoration: none;}
|
||||
|
||||
/* styling for the slideshow on the homepage */
|
||||
ul.slideshow {
|
||||
width: 950px;
|
||||
height: 450px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 0;}
|
||||
|
||||
ul.slideshow li {
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
list-style: none;}
|
||||
|
||||
ul.slideshow li.show {
|
||||
z-index: 500;}
|
||||
|
||||
ul img {
|
||||
border: none;}
|
||||
|
||||
#slideshow-caption {
|
||||
width: 950px;
|
||||
height: 90px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 500;}
|
||||
|
||||
#slideshow-caption .slideshow-caption-container {
|
||||
padding: 20px 25px 0 25px;
|
||||
z-index: 1000;}
|
||||
|
||||
#slideshow-caption p {
|
||||
padding: 0;
|
||||
font: normal 130% arial, sans-serif;}
|
||||
|
||||
/* form styling */
|
||||
.form_settings {
|
||||
margin: 0;}
|
||||
|
||||
.form_settings p {
|
||||
padding: 0 0 10px 0;}
|
||||
|
||||
.form_settings span {
|
||||
padding: 5px 0;
|
||||
float: left;
|
||||
width: 170px;
|
||||
text-align: left;}
|
||||
|
||||
.form_settings input, .form_settings textarea {
|
||||
padding: 4px;
|
||||
width: 252px;
|
||||
font: 100% 'trebuchet ms', arial, sans-serif;
|
||||
border: 0;
|
||||
border-bottom: 1px solid;
|
||||
background: transparent;}
|
||||
|
||||
.form_settings .submit {
|
||||
font: 220% 'Jenna Sue', arial, sans-serif;
|
||||
border: 0;
|
||||
width: 100px;
|
||||
margin: 0 0 0 162px;
|
||||
height: 33px;
|
||||
padding: 2px 0 3px 0;
|
||||
cursor: pointer;
|
||||
border-radius: 6px 6px 6px 6px;
|
||||
-webkit-border-radius: 6px 6px 6px 6px;
|
||||
-moz-border-radius: 6px 6px 6px 6px;}
|
||||
|
||||
.form_settings textarea, .form_settings select {
|
||||
font: 100% 'trebuchet ms', arial, sans-serif;
|
||||
border: 1px solid;
|
||||
border-radius: 6px 6px 6px 6px;
|
||||
-webkit-border-radius: 6px 6px 6px 6px;
|
||||
-moz-border-radius: 6px 6px 6px 6px;
|
||||
width: 250px;
|
||||
overflow: auto;}
|
||||
|
||||
.form_settings select {
|
||||
width: 304px;}
|
||||
|
||||
.form_settings .checkbox {
|
||||
margin: 4px 0;
|
||||
padding: 0;
|
||||
width: 14px;
|
||||
border: 0;
|
||||
background: none;}
|
||||
|
||||
/* styling for the blog page */
|
||||
#blog_container h4 {
|
||||
font: normal 300% 'Jenna Sue', arial, sans-serif;
|
||||
margin: 0 0 15px 0;
|
||||
padding: 5px 0;}
|
||||
|
||||
#blog_container h4.select {
|
||||
width: 475px;}
|
||||
|
||||
.blog {
|
||||
background: url(../images/calendar.png) no-repeat;
|
||||
width: 54px;
|
||||
height: 46px;
|
||||
float: left;
|
||||
margin: 0 15px 0 0;}
|
||||
|
||||
.blog h2 {
|
||||
font: bold 90% arial, sans-serif;
|
||||
text-shadow: none;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 4px 0 0 0;}
|
||||
|
||||
.blog h3 {
|
||||
font: 140% arial, sans-serif;
|
||||
text-shadow: none;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
padding: -10px 0 0 0;}
|
||||
|
||||
#blog_text {
|
||||
padding: 20px;
|
||||
overflow: auto;
|
||||
height: 100%;}
|
||||
|
||||
#blog_text h1 {
|
||||
font: normal 300% 'Jenna Sue', arial, sans-serif;;
|
||||
margin: 0 0 15px 0;
|
||||
padding: 5px 0;}
|
||||
|
||||
/* stylesheet for sooperFish by www.sooperthemes.com -- author: jurriaan roelofs */
|
||||
html body ul.sf-menu ul,html body ul.sf-menu ul li {
|
||||
width: 180px;}
|
||||
|
||||
html body ul.sf-menu ul ul {
|
||||
margin: 0 0 0 180px;}
|
||||
|
||||
ul.sf-menu,ul.sf-menu * {
|
||||
margin: 0;
|
||||
padding: 0;}
|
||||
|
||||
ul.sf-menu {
|
||||
display: block;
|
||||
position: relative;}
|
||||
|
||||
ul.sf-menu li {
|
||||
display: block;
|
||||
list-style: none;
|
||||
float: left;
|
||||
position: relative;}
|
||||
|
||||
ul.sf-menu li:hover {
|
||||
visibility: inherit; /* fixes IE7 'sticky bug' */ }
|
||||
|
||||
ul.sf-menu a {
|
||||
display: block;
|
||||
position: relative;}
|
||||
|
||||
ul.sf-menu ul {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 150px;
|
||||
top: auto;
|
||||
left: -999999px;}
|
||||
|
||||
ul.sf-menu ul a {
|
||||
zoom: 1; /* IE6/7 fix */ }
|
||||
|
||||
ul.sf-menu ul li {
|
||||
float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
|
||||
width: 150px;}
|
||||
|
||||
ul.sf-menu ul ul {
|
||||
top: 0;
|
||||
margin: 0 0 0 150px;}
|
||||
|
||||
ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul,
|
||||
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
|
||||
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
|
||||
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul {
|
||||
left: auto;}
|
||||
|
||||
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
|
||||
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
|
||||
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
|
||||
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul {
|
||||
left: -999999px;}
|
||||
|
||||
/* autoArrows CSS */
|
||||
span.sf-arrow {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
right: 5px;
|
||||
display: block;
|
||||
overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
|
||||
font-size: 1px;
|
||||
}
|
||||
|
||||
ul ul span.sf-arrow {
|
||||
right: 5px;
|
||||
top: 20px;
|
||||
background-position: 0 100%;
|
||||
}
|
||||
|
||||
/* theming the menu */
|
||||
nav {
|
||||
height: 44px;
|
||||
width: 950px;
|
||||
float: right;
|
||||
margin: -20px auto 20px auto;
|
||||
border-radius: 7px 7px 7px 7px;
|
||||
-moz-border-radius: 7px 7px 7px 7px;
|
||||
-webkit-border: 7px 7px 7px 7px;}
|
||||
|
||||
/* Theming the menu */
|
||||
ul#nav {
|
||||
float: left;
|
||||
}
|
||||
|
||||
ul#nav ul {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
ul#nav li a {
|
||||
padding: 3px 25px 6px 25px;
|
||||
font: 170% 'News Cycle', arial, sans-serif;
|
||||
text-decoration: none;
|
||||
margin-right: 2px;
|
||||
}
|
||||
Reference in New Issue
Block a user