Jump to content

Tema Editleme Css'den Anlayan Arkadaşlar


Recommended Posts

Wordpress'te Menünün yerini biraz yukarı ve boyutunu küçültme yapacağız yardımcı olabilirmisiniz

 

 

Alıntı

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-static-top .navbar-collapse ul li a {
    padding: 0;
    line-height: 84px;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    position: relative;
    color: #333d40;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.navbar-brand, .navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
a:focus, a:hover {
    outline: none;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}
a {
    outline: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a {
    background-color: transparent;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navbar-static-top .navbar-collapse ul li {
    text-align: center;
}
.nav {
    list-style: none;
}
.navbar-collapse.collapse {
    visibility: visible !important;
}
.collapse {
    visibility: hidden;
}
.navbar-static-top {
    font-family: 'Raleway', sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
html {
    font-size: 10px;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}

 

 

Link to comment
Share on other sites

Sadece CSS kodlarını vermenle yardım edemeyiz, sitede nasıl durduğunu görmemiz lazım.. Yani herhangi bi küçük demo veya html kodlarınıda verirsen daha etkili bir biçimde yardım edelebilir.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...