wmaraci reklam

CSS Fixed Menü Sabitleme

3 Mesajlar 3.358 Okunma
pst.net
wmaraci reklam

sempatiy sempatiy Egenin incisi Kullanıcı
  • Üyelik 25.07.2013
  • Yaş/Cinsiyet 37 / E
  • Meslek bilgisayar ve internet hizmetleri
  • Konum İzmir
  • Ad Soyad ** **
  • Mesajlar 18
  • Beğeniler 2 / 3
  • Ticaret 0, (%0)
Merhaba arkadaşlar uzun zamandır merak ettiğim konulardan bir tanesi CSS fixed yardımıyla menüyü sabitleme konusuydu. Dün gece blogum da denedim ve gayet hoş durdu.

Yalnız fixed komutunu girdiğimde menü sayfanın üzerine çıkıyor top komutu ile ayar yapmaya çalışıyorum fakat menü kayboluyorum.

Kısaca demek istedim sayfa aşağı kayması benim işimi görüyor ama artık kafam durdu :(

bu konu hakkında yardımcı olursanız sevinirim ilgili resimler aşağıdadır.

Orjinal menü "relative" kodu ile



Fixed ile değiştirdiğim menü



CSS dosyam

Ayar yaptığım alan kırmızı ile gösterili. Yardımlarınız için Teşekkürler.

/*

*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html {
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
button, input, select, textarea { margin: 0 }
:focus { outline: 0 }
img, video, object, embed {
max-width: 100%;
height: auto!important;
}
iframe { max-width: 100% }
blockquote {
font-style: italic;
font-weight: normal;
font-family: Georgia,Serif;
font-size: 15px;
padding: 0 10px 20px 27px;
position: relative;
margin-top: 25px;
}
blockquote:after {
position: absolute;
content: '\275e';
font-size: 20px;
color: #7E7E7E;
width: 50px;
top: -15px;
left: -30px;
font-family: arial;
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
blockquote p { margin-bottom: 10px }
strong, b { font-weight: bold }
em, i, cite {
font-style: italic;
font-family: georgia;
}
small { font-size: 100% }
figure { margin: 10px 0 }
code, pre {
font-family: monospace,consolas,sans-serif;
font-weight: normal;
font-style: normal;
}
pre {
margin: 5px 0 20px 0;
line-height: 1.3em;
padding: 8px 10px;
overflow: auto;
}
code {
padding: 0 8px;
line-height: 1.5;
}
mark {
padding: 1px 6px;
margin: 0 2px;
color: black;
background: #FFD700;
}
address { margin: 10px 0 }
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center;
}
.sticky { }
.gallery-caption { }
.bypostauthor { }
.wp-caption-text { }
/*-[ Framework ]--------------------*/
body {
font: 14px/22px arial, sans-serif;
color: #666;
background-color: #EBEBEB;
}
::-moz-selection {
background: #222;
color: white;
text-shadow: none;
}
::selection {
background: #222;
color: white;
text-shadow: none;
}
#page, .container {
position: relative;
margin-right: auto;
margin-left: auto;
overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
margin-bottom: 5px;
font-family: Arial, sans-serif;
color: #444;
}
h1 {
font-size: 28px;
line-height: 1.4;
}
h2 {
font-size: 24px;
line-height: 1.4;
}
h3 {
font-size: 22px;
line-height: 1.4;
}
h4 {
font-size: 20px;
line-height: 1.4;
}
h5 {
font-size: 18px;
line-height: 1.4;
}
h6 {
font-size: 16px;
line-height: 1.6;
}
.sub-title { font-size: 12px }
p { margin-bottom: 20px }
a {
text-decoration: none;
color: #2DB2EB;
-webkit-transition: background-color, color 0.2s linear;
-moz-transition: background-color, color 0.2s linear;
transition: background-color, color 0.2s linear;
}
a:hover { color: #00A8FF }
a:link, a:visited, a:active { text-decoration: none }
/*-[ Main container ]---------------*/
.main-container {
width: 1200px;
margin: 0 auto;
max-width: 100%;
padding: 0 3px;
overflow: hidden;
clear: both;
}
#page, .container {
max-width: 1200px;
min-width: 240px;
overflow: visible;
}
#page {
min-height: 100px;
float: none;
clear: both;
background: transparent;
}
/*-[ Header ]-----------------------*/
body > header {
float: left;
width: 100%;
position: relative;
}
.main-header {
background: #4da6ff;
[COLOR="Red"] position:fixed;

float: left;
width: 100%;
z-index: 99;
-moz-box-shadow: 0 1px 7px 0 #888;
-webkit-box-shadow: 0 1px 7px 0 #888;
box-shadow: 0 1px 7px 0 #888;[/COLOR]
}
.main-header:after, #navigation ul ul:after {
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#navigation ul ul li a:before {
content: "";
position: absolute;
width: 1px;
height: 100%;
top: 0;
left: 0;
border-left: 1px solid rgba(0, 0, 0, 0.12);
}
#navigation ul ul li:after {
content: "";
position: absolute;
width: 1px;
height: 100%;
top: 0;
right: 0;
border-right: 1px solid rgba(0, 0, 0, 0.12);
}
#header {
position: relative;
width: 100%;
float: left;
margin: 0;
background-color: transparent;
padding: 0;
}
#header h1, #header h2 {
font-size: 26px;
border-right: 1px solid rgba(0, 0, 0, 0.12);
border-left: 1px solid rgba(0, 0, 0, 0.12);
float: left;
display: inline-block;
line-height: 1;
margin: 0;
padding: 8px 10px 8px;
margin-left: -1px;
}
#logo a {
color: #fff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
#logo.image-logo {
padding-top: 9px;
padding-bottom: 1px;
}
.head-social {
float: right;
position: relative;
}
.head-social ul li {
float: left;
position: relative;
}
.head-social ul li div {
text-indent: initial;
width: 24px;
height: 24px;
padding: 9px 9px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.head-social ul li div:hover { background: rgba(0, 0, 0, 0.1)!important }
.head-social ul li div div {
text-indent: -999em;
padding: 0;
}
.head-social ul li.head-search span {
border-left: 1px solid rgba(0, 0, 0, 0.12);
border-right: 1px solid rgba(0, 0, 0, 0.12);
display: block;
width: 24px;
height: 24px;
padding: 9px 11px;
cursor: pointer;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.head-social ul li:hover ul { display: block }
.head-social ul li.twitter a { background: url(images/twitter.png) no-repeat center center }
.head-social ul li.fb a { background: url(images/fb.png) no-repeat center center }
.head-social ul li.linked a { background: url(images/linked.png) no-repeat center center }
.head-social ul li.reddit a { background: url(images/reddit.png) no-repeat center center }
.head-social ul li.su a {
background: url(images/su.png) no-repeat center center;
border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.head-social ul ul {
background: #4DA6FF; /* for non-css3 browsers */
display: none;
margin: 0;
padding: 0;
width: 250px;
position: absolute;
top: 41px;
right: 0;
border: none;
z-index: 1;
margin-top: -1px;
}
.head-social ul ul li { width: 100% }
.head-social ul ul #searchform fieldset {
float: none;
padding: 5px;
}
.head-search.active ul { display: block }
.head-search.locked ul {
display: block;
position: absolute;
z-index: 1;
}
.main-header #s {
float: left;
padding: 8px 0;
width: 69.6%;
-moz-transition-duration: 400ms;
-moz-transition-property: width, background;
-moz-transition-timing-function: ease;
-webkit-transition-duration: 400ms;
-webkit-transition-property: width, background;
-webkit-transition-timing-function: ease;
border-color: #fff;
}
.main-header #s:active { outline: none }
.main-header .sbutton {
float: left;
height: 33px;
padding: 0;
background: rgba(0, 0, 0, 0.14);
border: 1px solid rgba(0, 0, 0, 0.14)!important;
}
/*-[ Navigation ]-----------------*/
.secondary-navigation .children li .sf-sub-indicator { display: none }
.secondary-navigation {
display: block;
float: right;
width: auto;
}
.secondary-navigation a {
font-size: 13px;
color: #fff;
font-weight: 400;
text-align: left;
text-decoration: none;
padding: 10px 20px;
text-transform: uppercase;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.secondary-navigation a:hover, .current-menu-item {
background: rgba(0, 0, 0, 0.1)!important;
color: #fff;
}
.secondary-navigation a .sub {
font-size: 11px;
font-weight: normal;
font-family: arial;
color: #9B9B9B;
}
.sf-js-enabled li a.sf-with-ul { padding-right: 20px }
.sf-js-enabled li ul.sf-with-ul { padding-right: 20px }
#navigation .sf-sub-indicator {
display: block;
width: 11px;
overflow: hidden;
position: absolute;
right: 7px;
top: 8px;
}
#navigation ul ul .sf-sub-indicator { top: 8px }
#navigation {
margin: 0 auto 0 auto;
font-size: 13px;
float: left;
width: 100%;
}
#navigation select { display: none }
#navigation ul { margin: 0 auto }
#navigation .menu { }
#navigation ul li {
float: left;
position: relative;
}
#navigation ul .header-search { float: right }
#navigation > ul > li:last-child { border-right: none }
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
overflow: hidden;
display: block;
}
#navigation > ul > .current a {
background: transparent;
color: #5a5a5a !important;
}
#navigation ul li li { border-bottom: 0 }
#navigation ul ul {
position: absolute;
width: 190px;
padding: 20px 0 0 0;
padding-top: 0;
z-index: 400;
font-size: 12px;
color: #798189;
-moz-box-shadow: 0px 4px 6px -4px #888;
-webkit-box-shadow: 0px 4px 6px -4px #888;
box-shadow: 0px 4px 6px -4px #888;
background: #4DA6FF;
margin-top: -2px;
}
#navigation ul ul li { padding: 0 }
#navigation ul ul a, #navigation ul ul a:link, #navigation ul ul a:visited {
padding: 9px 20px;
position: relative;
width: 150px;
border-left: 0;
background: #4DA6FF;
border-right: 0;
color: #fff;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border-bottom: none;
margin: 0;
}
#navigation ul ul li:first-child a { }
#navigation ul ul li:last-child a { border-bottom: none }
#navigation ul ul {
opacity: 0;
left: -999em;
}
#navigation ul li:hover ul {
left: auto;
opacity: 1;
}
#navigation ul ul ul { top: 2px;}
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul {
left: -999em;
opacity: 0;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul {
opacity: 1;
left: 190px;
}
/*-[ Content ]--------------------*/
.article {
width: 71.6%;
float: left;
margin-bottom: 20px;
padding: 0;
}
#content_box {
float: left;
width: 100%;
}
#content { overflow: hidden }
.post-content-in {
float: left;
margin: 0 2.4% 0 0;
padding: 30px 0 0;
width: 59.4%;
}
.addon-content {
background: #fff;
float: left;
padding: 30px 2.2% 0;
width: 33.8%;
-moz-box-shadow: 0px 0 7px 1px #888;
-webkit-box-shadow: 0px 0 7px 1px #888;
box-shadow: 0px 0 7px 1px #888;
}
.addon-post {
margin: 0 0 30px;
-moz-box-shadow: 0px 1px 5px 0px #CCC;
-webkit-box-shadow: 0px 1px 5px 0px #CCC;
box-shadow: 0px 1px 5px 0px #CCC;
}
.addon-post-content {
border-width: 0 1px 1px;
border-style: solid;
border-color: #ccc;
clear: both;
padding: 16px 20px;
}
.addon-post-info {
color: #999;
margin-left: -3px;
font-size: 13px;
}
.post {
float: left;
width: 100%;
}
.single .post {
padding: 0;
width: 100%;
background: #fff;
}
.single_post {
width: 95%;
padding: 30px 2.5% 0 2.5%;
overflow: hidden;
-moz-box-shadow: 0px 0px 4px 0px #CCC;
-webkit-box-shadow: 0px 0px 4px 0px #CCC;
box-shadow: 0px 0px 4px 0px #CCC;
}
.single_page {
background-color: transparent;
padding: 30px 3%;
width: 94%;
background: #fff;
-moz-box-shadow: 0px 0px 4px 0px #CCC;
-webkit-box-shadow: 0px 0px 4px 0px #CCC;
box-shadow: 0px 0px 4px 0px #CCC;
}
.post.page { width: 100% }
.page .article { }
.post-content-inner {
border: 1px solid #ccc;
clear: both;
padding: 20px;
overflow: hidden;
}
.post-content {
clear: both;
margin-bottom: 15px;
}
.post-single-content h1, .post-single-content h2, .post-single-content h3, .post-single-content h4, .post-single-content h5, .post-single-content h6 { clear: both }
.share-buttons {
display: block;
float: left;
margin: 5px 0 0;
}
.share-button {
float: left;
margin-right: 12px;
}
.share-buttons .twitterbtn { width: 90px }
.share-buttons .gplusbtn { width: 65px }
.readMore {
float: right;
color: #7B7A79;
}
.readMore a {
background: #4da6ff;
color: #fff;
display: inline-block;
padding: 4px 10px;
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear;
}
.readMore a:hover {
color: #fff;
background: #444;
}
.ss-full-width {
background: white;
padding: 20px;
overflow: hidden;
padding-top: 0;
-moz-box-shadow: 0px 0px 4px 0px #CCC;
-webkit-box-shadow: 0px 0px 4px 0px #CCC;
box-shadow: 0px 0px 4px 0px #CCC;
}
.ss-full-width #content_box {
padding-right: 0;
padding-left: 0;
}
.post.excerpt {
clear: both;
margin-bottom: 30px;
background-color: #fff;
width: auto;
-moz-box-shadow: 0px 0px 4px 0px #CCC;
-webkit-box-shadow: 0px 0px 4px 0px #CCC;
box-shadow: 0px 0px 4px 0px #CCC;
}
.wp-post-image { float: left }
.featured-thumbnail { max-width: 100% }
#featured-thumbnail {
clear: both;
max-width: 510px;
}
.featured-thumbnail img {
margin-bottom: 0;
width: 100%;
}
.title {
margin-bottom: 5px;
font-size: 24px;
line-height: 1.2;
clear: both;
}
.addon-title {
font-size: 20px;
line-height: 1.2;
}
.single-title {
float: left;
padding: 0 0 0 0;
}
.title a { color: #444 }
.page h1.title {
margin-bottom: 20px;
padding-top: 30px;
}
.post-info {
display: block;
font-size: 13px;
color: #AAAAAA;
float: left;
clear: both;
width: 100%;
}
.theauthor, .thetime {
position: relative;
margin-right: 5px;
}
.home article header, .archive article header { margin-bottom: 10px }
article header {
margin-top: -6px;
float: left;
width: 100%;
}
.single article header { margin-bottom: 15px }
.post-info a { color: #4da6ff }
.post-info a:hover { color: #444 }
.post-info .thetime span { color: #4da6ff }
.article img.left, .article img.alignleft, .wp-caption.alignleft {
margin: 0.3em 1.571em 0.5em 0;
display: block;
float: left;
}
.article img.right, .article img.alignright, .wp-caption.alignright {
margin: 0.3em 0 0.5em 1.571em;
display: block;
float: right;
}
.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
margin: 0.3em auto 0.5em auto;
display: block;
}
.article img.aligncenter, .article img.alignnone {
margin-top: 1em;
margin-bottom: 1em;
display: block;
clear: both;
}
.article ul {
margin: 1.5em 0 1.571em 1.9em;
list-style-type: circle;
}
.article ol {
margin: 1.5em 0 1.571em 1.9em;
list-style-type: decimal;
}
/*-[ Tab widget ]------------------------------*/
#tabber {
display: block;
height: auto;
margin: 0;
overflow: hidden;
background-color: #FFF;
}
#tabber .inside {
background: #fff;
padding: 0 15px 15px;
margin-top: 0;
border: 1px solid #ccc;
border-top: 0;
}
#tabber ul.tabs {
overflow: hidden;
text-align: center;
}
#tabber ul.tabs li {
background: none;
float: left;
display: inline;
font-size: 14px;
font-weight: bold;
cursor: pointer;
border-bottom: none;
width: 50%;
text-align: center;
margin-bottom: 0;
margin-left: 0;
}
#tabber ul.tabs li a {
background: #eee;
color: #999;
display: block;
float: left;
margin: 0;
text-align: center;
padding: 10px 0;
line-height: 1.4;
width: 100%;
}
#tabber ul.tabs li a.selected {
background: #4da6ff;
margin: 0;
color: #fff;
text-decoration: none;
line-height: 1.4;
text-align: center;
}
#tabber ul.tabs li.tab-recent-posts a {
margin: 0;
border-left: 0;
text-align: center;
}
#tabber ul.tabs li.tab-recent-posts a.selected { }
#tabber ul.tabs li a:hover { text-decoration: none }
#tabber .inside li {
list-style: none;
padding: 15px 0 0 0;
margin-left: 0;
}
#tabber .inside li div.info {
display: table;
top: 0px !important;
margin: 0px !important;
padding: 0px !important;
}
#tabber .inside li div.info .entry-title { margin-bottom: 0 }
#tabber .inside li .meta {
display: block;
font-size: 12px;
color: #999;
}
#tabber .tab-thumb {
border: 1px solid #f0f0f0;
padding: 4px;
background: #fff;
float: left;
display: inline;
margin: 0px 12px 0px 0px;
}
.post-number {
position: relative;
width: 22px;
height: 22px;
text-align: center;
line-height: 23px;
font-weight: bold;
color: #fff;
bottom: 22px;
background: #2DB2EB;
}
#tabber .inside .tabsSep {
margin-top: 7px;
width: 100%;
height: 1px;
background-color: #e8e5de;
clear: both;
float: left;
}
/*-[ Tweets Widget ]---------------------------*/
.widget .tweets li {
background: url(images/tweet.png) no-repeat left 6px;
border-bottom: 1px dashed #999999;
margin-bottom: 15px;
padding: 0 0 15px 20px;
list-style-type: none;
margin-left: 0;
}
.twitter-follow {
background: url(images/small_twitter.png) no-repeat center left;
padding: 5px 0 5px 20px;
float: right;
}
/*-[ Form Input ]------------------*/
input, textarea, select {
padding: 8px 12px;
font-size: 12px;
color: #999;
}
textarea {
overflow: auto;
resize: vertical;
}
select { padding: 12px 20px }
input:focus, textarea:focus { }
::-webkit-input-placeholder {
color: #585F65;
text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::-moz-input-placeholder {
color: #585F65;
text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::-ie-input-placeholder {
color: #585F65;
text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::-o-input-placeholder {
color: #585F65;
text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::input-placeholder {
color: #585F65;
text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
/*-[ Tables ]--------------------*/
table {
width: 100%;
text-align: left;
margin-bottom: 25px;
border: 2px solid #F1F4F6;
}
thead {
background: #F7F8F9;
font-size: 14px;
color: #585F65;
}
table th, table td {
padding: 7px 15px;
text-align: left;
}
thead th { padding: 14px }
tbody th {
font-weight: normal;
border-bottom: 1px solid #F5F7F9;
}
/*-[ Line ]---------------------*/
hr {
border: none;
border-bottom: 1px solid #E5E5E5;
border-bottom: 1px solid rgba(0,0,0,0.1);
width: 297px;
margin: 35px 0;
clear: both;
position: relative;
}
/*-[ Search Form ]------------------*/
#searchform {
padding: 0;
float: left;
clear: both;
width: 100%;
}
footer #searchform, footer .mts-subscribe {
-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.7);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.7);
}
.head-search #searchform {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
nav #searchform { float: right }
nav #searchform fieldset {
padding: 5px 0 5px 15px;
border: 0;
border-left: 1px solid #eee;
}
#searchform fieldset { float: left }
.sbutton {
font-size: 13px;
padding: 10px 0 10px 0;
border: 1px solid #00A8FF;
width: 29.6%;
cursor: pointer;
background-color: #00A8FF;
text-align: center;
padding-top: 10px;
color: white;
height: 37px;
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear;
}
#sidebars .sbutton, footer .sbutton { float: left }
.sbutton:hover { background: #444 }
#s {
width: 70%;
background-color: #fff;
border: 1px solid #E7E7E7;
float: left;
padding: 10px 0 10px 0;
text-indent: 10px;
border-right: 0;
}
.footer-widgets fieldset, #sidebars fieldset { width: 100% }
.breadcrumb {
margin-bottom: 20px;
line-height: 24px;
}
/*-[ Read More ]-------------------*/
.read-more {
margin: 0 0 0 10px;
line-height: 1.4em;
background: none;
padding: 0;
font-size: 16px;
}
/*-[ Top Ad in Post ]-------------------------------------*/
.topad {
margin-bottom: 10px;
clear: both;
}
/*-[ Bottom Ad in post ]-----------*/
.bottomad {
float: left;
clear: both;
margin-bottom: 20px;
}
/*-[ Sidebar ]---------------------*/
#sidebars p { line-height: 20px }
.sidebar.c-4-12 {
background: #fff;
float: right;
width: 25%;
font-size: 14px;
padding: 30px 1.7% 0;
line-height: 20px;
max-width: 300px;
-moz-box-shadow: -2px 0 6px 0px #ADADAD;
-webkit-box-shadow: -2px 0 6px 0px #ADADAD;
box-shadow: -2px 0 6px 0px #ADADAD;
}
.sidebar.c-4-12 a { color: #666 }
.widget {
margin-bottom: 27px;
float: left;
clear: both;
width: 100%;
}
.widget .title {
font-weight: bold;
text-transform: uppercase;
color: #545E68;
font-size: 12px;
}
.widget li {
margin-left: 15px;
list-style-type: square;
margin-bottom: 7px;
}
.widget h3 {
font-size: 20px;
line-height: 18px;
margin: 5px 0 15px 0;
}
.advanced-recent-posts li, .popular-posts li, .category-posts li {
list-style: none!important;
border-bottom: 1px dashed #999;
margin: 0;
overflow: hidden;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
color: #aaa;
padding-left: 0;
background: none;
margin-bottom: 15px;
padding-bottom: 15px;
}
.advanced-recent-posts p, .popular-posts p, .category-posts p { margin: 0 }
.category-posts a, .advanced-recent-posts a { display: block }
.popular-posts time, .popular-posts .thecomment { display: block }
/*-[ Social Buttons ]--------------------------*/
.share-item.facebookbtn, .share-item.linkedinbtn, .share-item.stumblebtn { width: 92px }
.shareit {
padding: 12px 0 7px 0;
overflow: hidden;
clear: both;
}
.shareit .share-item {
display: block;
margin: 0;
float: left;
height: 25px;
}
/*-[ Social Profile Widget ]--------------------------*/
.social-profile-icons { overflow: hidden }
.social-profile-icons ul li {
background: none;
border: none;
float: left;
list-style-type: none;
margin: 0 5px 10px;
padding: 0;
text-indent: -999em;
}
.social-profile-icons ul li a {
display: block;
width: 32px;
height: 32px;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.social-profile-icons ul li a:hover { opacity: 0.7 }
.social-dribbble a { background: url(images/social-dribbble.png) no-repeat }
.social-email a { background: url(images/social-mail.png) no-repeat }
.social-facebook a { background: url(images/social-facebook.png) no-repeat }
.social-gplus a { background: url(images/social-googleplus.png) no-repeat }
.social-linkedin a { background: url(images/social-linkedin.png) no-repeat }
.social-pinterest a { background: url(images/social-pinterest.png) no-repeat }
.social-rss a { background: url(images/social-rss.png) no-repeat }
.social-stumbleupon a { background: url(images/social-stumbleupon.png) no-repeat }
.social-twitter a { background: url(images/social-twitter.png) no-repeat }
.social-youtube a { background: url(images/social-youtube.png) no-repeat }
.social-flickr a { background: url(images/social-flickr.png) no-repeat }
.social-lastfm a { background: url(images/social-lastfm.png) no-repeat }
.social-tumblr a { background: url(images/social-tumblr.png) no-repeat }
.social-vimeo a { background: url(images/social-vimeo.png) no-repeat }
/*-[ Footer ]-------------------*/
body > footer {
background: #222;
overflow: visible;
width: 100%;
position: absolute;
}
body > footer .footeText {
width: 960px;
margin: 22px auto;
text-align: center;
color: #fff;
font-size: 14px;
font-weight: bold;
}
body > footer .footeText a {
color: #fff;
border-bottom: 2px solid #ee3f02;
}
body > footer .widget { padding: 0 0 0 }
body > footer .sidebar .widget .title {
font-size: 135%;
color: #D4D8DB;
}
footer .widget { margin-bottom: 20px }
footer .widget li a { color: #8d8d8d }
footer .widget li a:hover { color: #222 }
footer {
position: relative;
overflow: hidden;
}
footer .container { background-color: transparent }
footer p { color: #8D8D8D }
.footer-widgets {
overflow: hidden;
padding: 45px 0% 10px 0%;
width: 100%;
margin: 0;
}
.footer-widgets h3 {
color: #fff;
padding-bottom: 5px;
}
.f-widget {
background: url(images/divider.png) no-repeat center right;
width: 27.9%;
float: left;
position: relative;
color: #8D8D8D;
margin-bottom: 10px;
margin-right: 4%;
padding-right: 4%;
}
.f-widget.last {
background: transparent;
padding: 0;
}
.footer-widgets .advanced-recent-posts li, .footer-widgets .popular-posts li, .footer-widgets .category-posts li { border-bottom: 1px dashed #999 }
.copyrights {
float: left;
width: 100%;
clear: both;
background-color: #111;
border-top: 1px solid #000;
padding-bottom: 15px;
padding-top: 15px;
color: #8d8d8d;
}
#copyright-note {
width: 1200px;
margin: 0 auto;
clear: both;
max-width: 100%;
}
.copyrights a { color: #fff }
.toplink {
width: 22px;
height: 22px;
display: block;
position: relative;
}
#sidebars .wp-post-image, footer .wp-post-image {
margin-bottom: 0;
margin-top: 5px;
margin-right: 10px;
}
.postsby { margin-bottom: 25px }
.textwidget a:hover { color: #222!important }
/*-[ Related Posts ]---------------------------*/
.related-posts {
background-color: transparent;
margin-top: 30px;
clear: both;
float: left;
}
.postauthor p { padding-top: 0px }
.related-posts ul {
margin-left: 0;
padding: 0;
margin: 0;
overflow: hidden;
margin-top: 0;
}
.related-posts h5 {
line-height: 20px;
padding-left: 80px;
color: #919191;
text-transform: uppercase;
font-size: 13px;
}
.related-posts h3 {
font-size: 22px;
margin: 0;
color: #444;
}
.relatedthumb img {
margin-top: 5px;
margin-bottom: 0;
}
.postauthor-top { margin-bottom: 10px }
.related-posts li {
width: 30.5%;
float: left;
list-style: none;
margin-right: 4%;
}
.single_post .related-posts a { color: #868686 }
.rthumb {
float: left;
margin-right: 10px;
}
.related-posts .last { margin-right: 0 }
.tags {
margin: 20px 0 20px 0;
width: 100%;
float: left;
}
.tags a { margin-left: 5px }
.postauthor {
margin: 30px 0 0px 0;
padding: 0;
min-height: 125px;
background-color: transparent;
float: left;
clear: both;
width: 100%;
}
.postauthor h4 {
font-weight: bold;
font-size: 22px;
}
.postauthor h5 {
font-weight: bold;
font-size: 16px;
padding: 0;
margin: 0;
line-height: 1.4;
margin-bottom: 5px;
}
.postauthor img {
float: left;
margin: 5px 25px 15px 0;
}
.postauthor h4 a { color: #473636 }
.clear { clear: both }
.left { float: left }
.right { float: right }
.last { margin-right: 0 }
/*-[ Tag widget ]------------------------------*/
.tagcloud a {
font-size: 14px!important;
padding: 2px 10px;
margin-bottom: 10px;
float: left;
margin-right: 7px;
background: #4da6ff;
color: #fff !important;
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear;
}
.tagcloud a:hover {
background: #444;
color: #fff;
}
/*-[ Subscribe Widget ]------------------------*/
.mts-subscribe {
float: left;
width: 100%;
}
.mts-subscribe input[type="text"] {
border: 1px solid #E7E7E7;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 70%;
float: left;
padding: 9px 0;
text-indent: 10px;
border-right: 0;
}
.mts-subscribe input[type="submit"] {
background: #2DB2EB;
cursor: pointer;
color: white!important;
padding: 10px 0;
border: 0;
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear;
float: left;
height: 35px;
text-align: center;
width: 30%;
}
.mts-subscribe input[type="submit"]:hover { background: #444 }
/*-[ Ad Widgets ]------------------------------*/
.ad-125 ul {
float: left;
width: 100%;
margin: 0;
list-style: none;
max-width: 100%;
}
.ad-125 li {
float: left;
border: none;
list-style: none!important;
padding-left: 0;
background: none;
margin-bottom: 15px;
margin-left: 0;
max-height: 125px;
max-width: 42%;
}
.ad-125 .evenad { float: right!important }
.ad-300 { max-height: 250px }
/*-[ Calender Widget ]-------------------------*/
#wp-calendar { margin-bottom: 0 }
#wp-calendar td {
text-align: center;
padding: 7px 0;
border-top: 1px solid #F1F4F6;
border-right: 1px solid #F1F4F6;
}
#wp-calendar caption {
font-size: 16px;
padding-bottom: 10px;
font-weight: bold;
}
#wp-calendar #prev {
text-align: left;
padding-left: 12px;
}
#wp-calendar thead th {
padding: 10px 0;
text-align: center;
}
/*-[Comments]--------------*/
.total-comments {
font-size: 22px;
color: #444;
font-weight: bold;
}
.cnumber { color: #2DB2EB }
#comments {
padding: 0;
background-color: transparent;
margin-top: 20px;
float: left;
clear: both;
width: 100%;
}
#commentsAdd {
background-color: transparent;
width: 100%;
float: left;
clear: both;
margin-bottom: 10px;
}
#comments .avatar {
float: left;
margin-right: 20px;
margin-top: 3px;
}
.comment time {
color: #666;
font-size: 13px;
padding-left: 0;
}
ul.children .commentImageLeft {
width: 60px;
height: 90px;
border-left: 1px solid #c1bbb6;
border-bottom: 1px solid #c1bbb6;
position: absolute;
top: -50px;
left: -70px;
}
input.text-input, #commentform input { padding: 10px 11px }
input#author, input#email, input#url {
width: 300px;
border: 1px solid #E9E9E9;
background: #fff;
font-size: 14px;
float: left;
max-width: 85%;
margin-right: 10px;
}
input#author, input#email, input#url, #comment {
border: 1px solid #ccc;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
-moz-box-shadow: 1px 1px 4px -2px #888;
-webkit-box-shadow: 1px 1px 4px -2px #888;
}
.contactform input[type="text"] { width: 380px }
#cancel-comment-reply-link {
float: right;
line-height: 24px;
margin-top: 0;
}
.contact-submit, #cancel-comment-reply-link {
color: red;
cursor: pointer;
margin-bottom: -20px;
text-decoration: underline;
z-index: 100;
position: relative;
}
#commentform input#submit {
line-height: 1;
background-color: #4da6ff;
padding: 10px;
color: #fff;
text-decoration: none;
float: right;
font-size: 13px;
cursor: pointer;
display: inline-block;
border: none;
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear;
}
#commentform input#submit:hover {
background: #444;
color: #fff;
}
ol.commentlist { margin-left: 0 }
.commentlist li {
list-style: none;
margin: 0 0 15px 0;
padding-left: 0;
float: left;
width: 100%;
position: relative;
}
.commentlist p { margin-bottom: 1em }
.fn {
display: block;
font-size: 14px;
line-height: 1.375em;
font-weight: bold;
font-family: arial;
}
.fn a {
color: #444;
font-weight: bold;
}
.comment-meta {
font-size: 12px;
font-style: italic;
}
.comment-meta a { color: #888 }
.commentmetadata { overflow: hidden }
.commentmetadata li {
border: 0;
padding: 0;
margin-top: 0;
margin-bottom: 5px;
list-style: square;
}
.commentmetadata ol li { list-style: decimal }
.reply a { font-size: 13px }
.commentlist .children {
margin-left: 5%;
margin-bottom: 0;
margin-top: 0;
float: left;
width: 95%;
}
.commentlist .children li { }
.avatar { float: left }
#respond h3 {
margin-top: 18px;
font-size: 18px;
margin: 15px 0 0 0;
padding: 0 0 20px 0;
}
.cancel-comment-reply a {
float: right;
margin-top: -8px;
font-size: 14px;
}
.comment-awaiting-moderation {
font-style: italic;
font-weight: bold;
}
/*-[ Comment Form ]----------------------------*/
#commentform textarea {
width: 95.5%;
border: 1px solid #ccc;
font-size: 14px;
padding: 2%;
line-height: 25px;
font-family: georgia;
font-style: italic;
}
#commentform p {
margin-bottom: 15px;
float: left;
width: 100%;
clear: both;
}
#commentform p label {
padding-bottom: 5px;
padding-top: 5px;
}
.required {
color: red;
font-size: 14px;
padding: 0;
line-height: 1;
}
.comment-notes .required {
padding-left: 0;
padding-top: 3px;
}
.comment-notes { font-style: italic }
/*-[ pagination ]------------------*/
.pagination {
clear: both;
overflow: hidden;
float: left;
width: 91.6%;
font-family: arial;
background-color: #FFF;
border: 1px solid #ccc;
margin-bottom: 10px;
padding: 15px 4%;
-moz-box-shadow: 0px 0px 4px 0px #CCC;
-webkit-box-shadow: 0px 0px 4px 0px #CCC;
box-shadow: 0px 0px 4px 0px #CCC;
}
.pagination ul {
list-style: none;
margin: 0;
}
.pagination ul li { float: left }
.currenttext, .pagination a:hover {
color: #fff;
margin: 0 5px 0 0;
display: inline-block;
float: left;
line-height: 1.2em;
text-decoration: none;
padding: 7px 10px 6px;
background: #00A8FF;
border: 1px solid #00A8FF;
}
.pagination a, .pagination2 {
margin: 0 5px 0 0;
display: inline-block;
float: left;
line-height: 1.2em;
text-decoration: none;
color: #555;
padding: 7px 10px 6px;
border: 1px solid #ddd;
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear;
}
.pagination a:hover {
color: #fff;
padding: 7px 10px 6px;
}
.pagination2 {
margin-bottom: 15px;
clear: both;
}
.top { float: right }
.pnavigation2 {
display: block;
width: 100%;
overflow: hidden;
padding: 10px 0;
float: left;
margin-bottom: 10px;
}
.nav-previous { float: left }
.nav-next { float: right }
/*-----------------------------------------------
/* Shortcodes
/*---------------------------------------------*/
/*-[ Notifications ]---------------------------*/
.message_box { margin: 15px 0 }
pre {
overflow: auto;
background: #F7F7F7 url('images/code.png') 10px 2px no-repeat;
padding: 2em 1em 1em 1em;
border: 1px solid #DDD;
margin: 15px 0;
}
.note {
background: #FEF4C8;
color: #666;
border: 1px solid #FDEBA5;
}
.note p {
padding: 0.5em 1em 0.5em 2.5em;
background: url('images/thumb.png') left no-repeat;
margin: 0.3em 0.8em;
}
.announce {
background: #D7EFFB;
color: #666;
border: 1px solid #BEE5F8;
}
.announce p {
padding: 0.5em 1em 0.5em 2.5em;
background: url('images/speaker.png') left no-repeat;
margin: 0.3em 0.8em;
}
.success {
background: #E8F6D2;
color: #666;
border: 1px solid #DEF1BF;
}
.success p {
padding: 0.5em 1em 0.5em 2.5em;
background: url('images/tick.png') left no-repeat;
margin: 0.3em 0.8em;
}
.warning {
background: #FFE7E7;
color: #666;
border: 1px solid #FFDBDB;
}
.warning p {
padding: 0.5em 1em 0.5em 2.5em;
background: url('images/cross.png') left no-repeat;
margin: 0.3em 0.8em;
}
/*-[ Buttons ]---------------------------------*/
.buttons {
font-size: 12px;
text-decoration: none;
position: relative;
padding: 10px 20px 7px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin: 15px 25px 25px 0;
padding: 12px 10px;
}
.post-single-content a.buttons { color: #fff!important }
.post-single-content a.btn_white { color: #4F4F4F!important }
.btn_brown {
background-color: #D9C2A5;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D9C2A5), color-stop(100%, #C3A178));
background-image: -webkit-linear-gradient(top, #D9C2A5, #C3A178);
background-image: -moz-linear-gradient(top, #D9C2A5, #C3A178);
background-image: -ms-linear-gradient(top, #D9C2A5, #C3A178);
background-image: -o-linear-gradient(top, #D9C2A5, #C3A178);
background-image: linear-gradient(top, #D9C2A5, #C3A178);
border-top: 1px solid #BD986A;
border-right: 1px solid #BD986A;
border-bottom: 1px solid #9A7445;
border-left: 1px solid #BD986A;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 0 #DFCC9F;
-moz-box-shadow: inset 0 1px 0 0 #DFCC9F;
box-shadow: inset 0 1px 0 0 #DFCC9F;
color: white;
font: bold 11px Arial, sans-serif;
line-height: 1;
padding: 8px 25px;
text-shadow: 0 -1px 1px #BA905E;
text-transform: uppercase;
padding: 12px 10px;
}
.btn_brown:hover {
background-color: #D1B593;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1B593), color-stop(100%, #BC966B));
background-image: -webkit-linear-gradient(top, #D1B593, #BC966B);
background-image: -moz-linear-gradient(top, #D1B593, #BC966B);
background-image: -ms-linear-gradient(top, #D1B593, #BC966B);
background-image: -o-linear-gradient(top, #D1B593, #BC966B);
background-image: linear-gradient(top, #D1B593, #BC966B);
border-top: 1px solid #BD986A;
border-right: 1px solid #BD986A;
border-bottom: 1px solid #9A7445;
border-left: 1px solid #BD986A;
-webkit-box-shadow: inset 0 1px 0 0 #DFCC9F;
-moz-box-shadow: inset 0 1px 0 0 #DFCC9F;
box-shadow: inset 0 1px 0 0 #DFCC9F;
cursor: pointer;
color: white!important;
}
.btn_brown:active {
border: 1px solid #B2824C;
-webkit-box-shadow: inset 0 0 8px 2px #C19B70;
-moz-box-shadow: inset 0 0 8px 2px #C19B70;
box-shadow: inset 0 0 8px 2px #C19B70;
}
.btn_blue {
background-color: #A5B8DA;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A5B8DA), color-stop(100%, #7089B3));
background-image: -webkit-linear-gradient(top, #A5B8DA, #7089B3);
background-image: -moz-linear-gradient(top, #A5B8DA, #7089B3);
background-image: -ms-linear-gradient(top, #A5B8DA, #7089B3);
background-image: -o-linear-gradient(top, #A5B8DA, #7089B3);
background-image: linear-gradient(top, #A5B8DA, #7089B3);
border-top: 1px solid #758FBA;
border-right: 1px solid #6C84AB;
border-bottom: 1px solid #5C6F91;
border-left: 1px solid #6C84AB;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
box-shadow: inset 0 1px 0 0 #aec3e5;
color: white;
font: bold 11px Arial, sans-serif;
line-height: 1;
padding: 8px 25px;
text-shadow: 0 -1px 1px #64799E;
text-transform: uppercase;
padding: 12px 10px;
}
.btn_blue:hover {
background-color: #9badcc;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9badcc), color-stop(100%, #687fa6));
background-image: -webkit-linear-gradient(top, #9badcc, #687fa6);
background-image: -moz-linear-gradient(top, #9badcc, #687fa6);
background-image: -ms-linear-gradient(top, #9badcc, #687fa6);
background-image: -o-linear-gradient(top, #9badcc, #687fa6);
background-image: linear-gradient(top, #9badcc, #687fa6);
border-top: 1px solid #6d86ad;
border-right: 1px solid #647a9e;
border-bottom: 1px solid #546685;
border-left: 1px solid #647a9e;
-webkit-box-shadow: inset 0 1px 0 0 #a5b9d9;
-moz-box-shadow: inset 0 1px 0 0 #a5b9d9;
box-shadow: inset 0 1px 0 0 #a5b9d9;
cursor: pointer;
color: white!important;
}
.btn_blue:active {
border: 1px solid #546685;
-webkit-box-shadow: inset 0 0 8px 2px #7e8da6;
-moz-box-shadow: inset 0 0 8px 2px #7e8da6;
box-shadow: inset 0 0 8px 2px #7e8da6;
}
.btn_green {
background-color: #6CB24C;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6CB24C), color-stop(100%, #52873A));
background-image: -webkit-linear-gradient(top, #6CB24C, #52873A);
background-image: -moz-linear-gradient(top, #6CB24C, #52873A);
background-image: -ms-linear-gradient(top, #6CB24C, #52873A);
background-image: -o-linear-gradient(top, #6CB24C, #52873A);
background-image: linear-gradient(top, #6CB24C, #52873A);
border-top: 1px solid #477532;
border-right: 1px solid #477532;
border-bottom: 1px solid #3A6029;
border-left: 1px solid #477532;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 0 #8FC477;
-moz-box-shadow: inset 0 1px 0 0 #8FC477;
box-shadow: inset 0 1px 0 0 #8FC477;
color: white;
font: bold 11px Arial, sans-serif;
line-height: 1;
padding: 12px 10px;
text-shadow: 0 -1px 1px #416B2D;
text-transform: uppercase;
}
.btn_green:hover {
background-color: #5F9D43;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68AB49), color-stop(100%, #4A7834));
background-image: -webkit-linear-gradient(top, #68AB49, #4A7834);
background-image: -moz-linear-gradient(top, #68AB49, #4A7834);
background-image: -ms-linear-gradient(top, #68AB49, #4A7834);
background-image: -o-linear-gradient(top, #68AB49, #4A7834);
background-image: linear-gradient(top, #68AB49, #4A7834);
border-top: 1px solid #4E8037;
border-right: 1px solid #4E8037;
border-bottom: 1px solid #3A6029;
border-left: 1px solid #4E8037;
-webkit-box-shadow: inset 0 1px 0 0 #8FC477;
-moz-box-shadow: inset 0 1px 0 0 #8FC477;
box-shadow: inset 0 1px 0 0 #8FC477;
cursor: pointer;
color: white!important;
}
.btn_green:active {
border: 1px solid #436D30;
-webkit-box-shadow: inset 0 0 8px 2px #467131;
-moz-box-shadow: inset 0 0 8px 2px #467131;
box-shadow: inset 0 0 8px 2px #467131;
}
.btn_yellow {
background-color: #FFDA6B;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFDA6B), color-stop(100%, #FEAE2D));
background-image: -webkit-linear-gradient(top, #FFDA6B, #FEAE2D);
background-image: -moz-linear-gradient(top, #FFDA6B, #FEAE2D);
background-image: -ms-linear-gradient(top, #FFDA6B, #FEAE2D);
background-image: -o-linear-gradient(top, #FFDA6B, #FEAE2D);
background-image: linear-gradient(top, #FFDA6B, #FEAE2D);
border-top: 1px solid #D6AB00;
border-right: 1px solid #D6AB00;
border-bottom: 1px solid #BC9600;
border-left: 1px solid #D6AB00;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 0 #FFE599;
-moz-box-shadow: inset 0 1px 0 0 #FFE599;
box-shadow: inset 0 1px 0 0 #FFE599;
color: #fff;
line-height: 1;
padding: 8px 25px;
text-shadow: 0 1px 1px #BC9600;
text-transform: uppercase;
font: bold 11px Arial, sans-serif;
line-height: 1;
padding: 12px 10px;
}
.btn_yellow:hover {
background-color: #FFD351;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFD351), color-stop(100%, #FDA00B));
background-image: -webkit-linear-gradient(top, #FFD351, #FDA00B);
background-image: -moz-linear-gradient(top, #FFD351, #FDA00B);
background-image: -ms-linear-gradient(top, #FFD351, #FDA00B);
background-image: -o-linear-gradient(top, #FFD351, #FDA00B);
background-image: linear-gradient(top, #FFD351, #FDA00B);
border-top: 1px solid #D6AB00;
border-right: 1px solid #D6AB00;
border-bottom: 1px solid #BC9600;
border-left: 1px solid #D6AB00;
-webkit-box-shadow: inset 0 1px 0 0 #FFE599;
-moz-box-shadow: inset 0 1px 0 0 #FFE599;
box-shadow: inset 0 1px 0 0 #FFE599;
cursor: pointer;
color: #fff!important;
}
.btn_yellow:active {
border: 1px solid #F29202;
-webkit-box-shadow: inset 0 0 8px 2px #F29202;
-moz-box-shadow: inset 0 0 8px 2px #F29202;
box-shadow: inset 0 0 8px 2px #F29202;
}
.btn_red {
background-color: #E83030;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E83030), color-stop(100%, #B71414));
background-image: -webkit-linear-gradient(top, #E83030, #B71414);
background-image: -moz-linear-gradient(top, #E83030, #B71414);
background-image: -ms-linear-gradient(top, #E83030, #B71414);
background-image: -o-linear-gradient(top, #E83030, #B71414);
background-image: linear-gradient(top, #E83030, #B71414);
border-top: 1px solid #9C1111;
border-right: 1px solid #9C1111;
border-bottom: 1px solid #890F0F;
border-left: 1px solid #9C1111;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 0 #FF6B6B;
-moz-box-shadow: inset 0 1px 0 0 #FF6B6B;
box-shadow: inset 0 1px 0 0 #FF6B6B;
color: white;
font: bold 11px Arial, sans-serif;
line-height: 1;
padding: 8px 25px;
text-shadow: 0 -1px 1px #A01111;
text-transform: uppercase;
padding: 12px 10px;
}
.btn_red:hover {
background-color: #E63131;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E63131), color-stop(100%, #9C1111));
background-image: -webkit-linear-gradient(top, #E63131, #9C1111);
background-image: -moz-linear-gradient(top, #E63131, #9C1111);
background-image: -ms-linear-gradient(top, #E63131, #9C1111);
background-image: -o-linear-gradient(top, #E63131, #9C1111);
background-image: linear-gradient(top, #E63131, #9C1111);
border-top: 1px solid #9C1111;
border-right: 1px solid #9C1111;
border-bottom: 1px solid #890F0F;
border-left: 1px solid #9C1111;
-webkit-box-shadow: inset 0 1px 0 0 #FE4C4C;
-moz-box-shadow: inset 0 1px 0 0 #FE4C4C;
box-shadow: inset 0 1px 0 0 #FE4C4C;
cursor: pointer;
color: white!important;
}
.btn_red:active {
border: 1px solid #890F0F;
-webkit-box-shadow: inset 0 0 8px 2px #890F0F;
-moz-box-shadow: inset 0 0 8px 2px #890F0F;
box-shadow: inset 0 0 8px 2px #890F0F;
}
.btn_white {
background-color: #F7F7F7;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F7F7), color-stop(100%, #E0E0E0));
background-image: -webkit-linear-gradient(top, #F7F7F7, #E0E0E0);
background-image: -moz-linear-gradient(top, #F7F7F7, #E0E0E0);
background-image: -ms-linear-gradient(top, #F7F7F7, #E0E0E0);
background-image: -o-linear-gradient(top, #F7F7F7, #E0E0E0);
background-image: linear-gradient(top, #F7F7F7, #E0E0E0);
border-top: 1px solid #CECECE;
border-right: 1px solid #CECECE;
border-bottom: 1px solid #C4C4C4;
border-left: 1px solid #CECECE;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 0 #FFFFFF;
-moz-box-shadow: inset 0 1px 0 0 #FFFFFF;
box-shadow: inset 0 1px 0 0 #FFFFFF;
color: #4F4F4F;
font: bold 11px Arial, sans-serif;
line-height: 1;
padding: 8px 25px;
text-shadow: 0 -1px 1px #fff;
text-transform: uppercase;
padding: 12px 10px;
}
.btn_white:hover {
background-color: #F4F4F4;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4), color-stop(100%, #D3D3D3));
background-image: -webkit-linear-gradient(top, #F4F4F4, #D3D3D3);
background-image: -moz-linear-gradient(top, #F4F4F4, #D3D3D3);
background-image: -ms-linear-gradient(top, #F4F4F4, #D3D3D3);
background-image: -o-linear-gradient(top, #F4F4F4, #D3D3D3);
background-image: linear-gradient(top, #F4F4F4, #D3D3D3);
border-top: 1px solid #CECECE;
border-right: 1px solid #CECECE;
border-bottom: 1px solid #C4C4C4;
border-left: 1px solid #CECECE;
-webkit-box-shadow: inset 0 1px 0 0 #fff;
-moz-box-shadow: inset 0 1px 0 0 #fff;
box-shadow: inset 0 1px 0 0 #fff;
cursor: pointer;
color: #4F4F4F!important;
}
.btn_white:active {
border: 1px solid #C1C1C1;
-webkit-box-shadow: inset 0 0 8px 2px #C1C1C1;
-moz-box-shadow: inset 0 0 8px 2px #C1C1C1;
box-shadow: inset 0 0 8px 2px #C1C1C1;
}
/*-[ Video Shortcode ]-------------------------*/
.textwidget .youtube-video, .textwidget .vimeo-video, .textwidget .googlemaps { margin: 0 }
.youtube-video, .vimeo-video { margin: 10px 0 10px 0 }
/*-[ Google Maps ]-----------------------------*/
.googlemaps { margin: 5px 15px 10px 0 }
/*-[ Columns ]---------------------------------*/
.one_half { width: 48% }
.one_third { width: 30.66% }
.two_third { width: 65.33% }
.one_fourth { width: 22% }
.three_fourth { width: 74% }
.one_fifth { width: 16.8% }
.two_fifth { width: 37.6% }
.three_fifth { width: 58.4% }
.four_fifth { width: 67.2% }
.one_sixth { width: 13.33% }
.five_sixth { width: 82.67% }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
position: relative;
margin-right: 4%;
margin-bottom: 15px;
float: left;
}
.column-last {
margin-right: 0!important;
clear: right;
}
/*-[ Tabs ]------------------------------------*/
.tab_widget {
display: block;
position: relative;
margin: 0 0 20px 0;
}
.tab_widget ul.tabs {
display: block;
position: relative;
list-style: none;
height: 40px;
border-bottom: 1px solid #DDD;
margin: 0;
}
.tab_widget ul.tabs li {
float: left;
margin: 0;
padding: 0;
height: 39px;
line-height: 39px;
border: 1px solid #DDD;
border-left: none;
margin-bottom: -1px;
overflow: hidden;
position: relative;
background-image: linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
background-image: -o-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(230,230,230)), color-stop(0.55, rgb(238,238,238)) );
}
.tab_widget ul.tabs li:first-child { border-left: 1px solid #DDD }
.tab_widget ul.tabs li a {
text-decoration: none;
color: #888!important;
font-size: 12px;
display: block;
padding: 0 10px;
outline: none;
font-weight: bold;
text-shadow: 1px 1px 1px #FFF;
border: none;
border-left: 1px solid #F9F9F9;
}
.tab_widget ul.tabs li:first-child a { border-left: none }
.tab_widget ul.tabs li a:hover { background: none }
.tab_widget ul.tabs li.active, .tab_widget ul.tabs li.active a:hover {
background: #FFF;
border-bottom: 1px solid #FFF;
}
.tab_widget ul.tabs li.active { border-top: 1px solid #DDD }
.tab_widget ul.tabs li.active a { color: #777 }
.tab_widget .tab_container {
display: block;
border-top: none;
overflow: hidden;
position: relative;
clear: both;
background: #FFF;
border: 1px solid #DDD;
border-top: none;
}
.tab_widget .tab_content {
display: block;
position: relative;
padding: 15px;
}
/*-[ Toggle ]-----------------------*/
.toggle {
display: block;
position: relative;
margin: 0 0 20px 0;
}
.toggle .togglet, .toggle .toggleta {
display: block;
position: relative;
height: 36px;
padding: 0 12px;
background: #EEE;
border: 1px solid #DDD;
cursor: pointer;
margin: 0;
}
.toggle .togglet span, .toggle .toggleta span {
display: block;
height: 36px;
line-height: 36px;
font-size: 14px;
color: #888;
text-shadow: 1px 1px 1px #FFF;
padding-left: 20px;
background: url("http://wmaraci.com/forum/images/toggle-down.png") no-repeat left;
}
.toggle .toggleta span { background: url("http://wmaraci.com/forum/images/toggle-up.png") no-repeat left }
.toggle .togglec {
display: block;
position: relative;
padding: 15px;
background: #FFF;
border: 1px solid #DDD;
border-top: none;
}
/*-[ Dividers ]--------------------------------*/
.divider {
clear: both;
display: block;
padding-top: 20px;
width: 100%;
margin-bottom: 10px;
text-align: right;
padding-bottom: 5px;
border-bottom: 5px solid #EEE;
}
.top-of-page {
margin-bottom: 10px;
text-align: right;
padding-bottom: 5px;
border-bottom: 5px solid #EEE;
}
/*-----------------------------------------------
/* Responsive
/*---------------------------------------------*/
@media screen and (max-width:1450px) {
.shareit {
position: relative!important;
width: 97%!important;
top: 0!important;
margin: 0!important;
padding-top: 0!important;
-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
box-shadow: none!important;
background-color: transparent!important;
}
}
@media screen and (max-width:1250px) {
#page, .container { width: 96% }
}
@media screen and (max-width:1150px) {
.shareit {
position: relative!important;
width: 97%!important;
top: 0!important;
padding-left: 3%!important;
margin: 0!important;
padding-top: 10px!important;
-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
box-shadow: none!important;
background-color: #f2f2f2!important;
border-top: 1px solid #e2e2e2!important;
border-bottom: 1px solid #e2e2e2!important;
border-right: 0!important;
}
}
@media screen and (max-width:1070px) {
.head-social { float: left }
.secondary-navigation {
float: right;
width: 40%;
margin-right: 0;
}
#navigation ul {
float: none;
display: inline-block;
}
.js #navigation > ul { display: none }
.js #navigation select {
display: inline-block !important;
max-width: none;
padding: 7px 15px;
width: 96%;
color: #fff;
background: #222;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
font-size: 12px;
margin-top: 4px;
float: right;
border: 1px solid #000000;
}
}
@media screen and (max-width:960px) {
#page, .container { max-width: 96% }
.addon-title { font-size: 16px }
img, embed {
max-width: 100%;
height: auto!important;
}
.ad-300 img { max-width: 100% }
.ad-125 li { max-width: 40% }
.ad-125 img {
padding: 0;
background: #FAFAFA;
border: 0;
}
.mts-subscribe input[type="text"] { width: 70% }
}
@media screen and (max-width:900px) {
nav #searchform { display: none }
}
@media screen and (max-width:760px) {
#header { margin: 0 }
}
@media screen and (max-width:720px) {
.secondary-navigation {
width: 100%;
margin-right: 0;
}
#navigation {
margin-top: 0;
margin-bottom: 0;
}
.js #navigation select {
width: 100%;
margin-right: 0;
margin-bottom: 7px;
}
.secondary-navigation a {
padding-top: 10px!important;
padding-bottom: 10px!important;
}
.title { font-size: 18px }
.addon-title { font-size: 14px }
.article { width: 100% }
#content_box {
padding-right: 0px;
padding-left: 0px!important;
}
.sidebar.c-4-12 {
float: left;
width: 94%;
padding-left: 2%;
padding-right: 2%;
margin-bottom: 20px;
}
.f-widget { width: 44% }
.f-widget-2 { margin-right: 0 }
.ad-125 li { max-width: 45% }
.footer-widgets #s { width: 70% }
#comments { margin-right: 0 }
}
@media screen and (max-width:600px) {
.featured-thumbnail img { width: 100% }
}
@media screen and (max-width:550px) {
.head-social {
float: left;
margin: 0;
}
.f-widget { width: 95% }
footer #s { width: 65% }
}
@media screen and (max-width:480px) {
.main-header .container { width: 100% }
.post-content-in {
margin: 0;
width: 100%;
}
.addon-content {
float: left;
margin: 0 0 30px;
width: 95%;
}
.related-posts li { width: 100% }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
width: 100%;
margin-right: 0;
}
}
@media screen and (max-width:440px) {
#header h1, #header h2 { border: 0 }
#header { min-height: 128px }
.head-social ul li { display: none }
.head-social { clear: both }
.js #navigation select { margin-top: 3px }
.head-social ul .head-search, .head-social ul .head-search li { display: block }
.head-social ul ul {
display: block;
top: 0;
left: 0;
}
}
@media screen and (max-width:400px) {
article header { overflow: hidden }
#commentform textarea { width: 90% }
.slidertitle { font-size: 14px!important }
}
@media screen and (max-width:300px) {
nav fieldset, .js #navigation select {
width: 100%;
float: left;
}
}
 

 

wmaraci
reklam

hlnl hlnl WM Aracı Kullanıcı
  • Üyelik 19.12.2012
  • Yaş/Cinsiyet 33 / E
  • Meslek -
  • Konum Karaman
  • Ad Soyad ** **
  • Mesajlar 84
  • Beğeniler 3 / 5
  • Ticaret 6, (%100)
Css dosyanın içine siteyi saran koda margin-top ekle.
Senin sitende de #page diye bir dosya sarıyor.
O koda şunu ekle
margin-top:Sayı Gir px;

Sayı Gir yazan yere kafana uygun bir değer gir 60-65. Sayfayı ne kadar aşağı indirmek istiyorsan o kadar yükselt.
 

 

sempatiy sempatiy Egenin incisi Kullanıcı
  • Üyelik 25.07.2013
  • Yaş/Cinsiyet 37 / E
  • Meslek bilgisayar ve internet hizmetleri
  • Konum İzmir
  • Ad Soyad ** **
  • Mesajlar 18
  • Beğeniler 2 / 3
  • Ticaret 0, (%0)

hlnl adlı üyeden alıntı

Css dosyanın içine siteyi saran koda margin-top ekle.
Senin sitende de #page diye bir dosya sarıyor.
O koda şunu ekle
margin-top:Sayı Gir px;

Sayı Gir yazan yere kafana uygun bir değer gir 60-65. Sayfayı ne kadar aşağı indirmek istiyorsan o kadar yükselt.


Maalesef olmuyor dediğiniz Top değerini fixed kodunun yanına giriyorum yine istediğim sonucu alamadım. Cevabınız için Teşekkür ederim.


Tamam Hocam "Page" çok olunca kafa karıştırdı. Çözdüm sayenizde Teşekkürler ;)
 

 

wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al