Skip to content

Instantly share code, notes, and snippets.

@dlenettr
Created December 24, 2014 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlenettr/87c225274c3ae47875d6 to your computer and use it in GitHub Desktop.
Save dlenettr/87c225274c3ae47875d6 to your computer and use it in GitHub Desktop.
Haber Manşet Sistemi (344)
#mansetx {
float: left;
border: 1px #ccc solid;
}
#mansetx-selector ul {
float: left;
width: 100%;
height: 30px;
background: #f1f1f1;
margin:0;
padding: 0;
}
#mansetx-selector ul li {
float: left;
list-style: none;
width:25px;
font-size: 15px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: center;
line-height: 30px;
transition: background 0.3s;
}
#mansetx-selector ul li:hover {
cursor:pointer;
}
#mansetx-selector ul .active {
background: red;
color: white;
text-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
}
#mansetx-img img {
z-index: 221;
width: 750px; /* Buradan genişliği ayarlayın */
margin-bottom: -30px;
position: relative;
}
#mansetx-img > a > span {
background: #1F1F1F;
position: relative;
bottom: 5px;
padding: 10px;
height: 30px;
line-height: 30px;
width: auto;
z-index: 222;
font-size: 15px;
opacity: 0.9;
filter: alpha(opacity=60);
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment