Tasde v1 tasarımı webekibim tarafından tasarlanan ve tasarimkodu bedava sitem tr.gg için entegre yapan bu tasarımı'mız üst ve sağ menüsüyle daha şık bir görünüm göz önüne sergiliyor menüden başka gözümüze çarpan şeyde büyük bir sliderin olması tasarıma hoş bir görünüm veriyor anasayfaya gelirsek eğer öncelikle nerde olduğunuz ile ilgili kategori ismi gösterme mevcut yeni konular paylaşmak için güzel bir haber paylaşımı ekli kişisel blog kullanmaniza olanak sağlıyor sadeliğiyle herkesin ilgisini kendi üzerine çeken bu tasarımı'mız sizler için paylaşmayı düşündük umarım beğenirsiniz.
Tasarım Özellikleri:
Slider (Manşet)
Kategori Gösterimi
Sağ ve Üst Menü
Profil Resmi
Tasarımın üzerindeki yazı:
Blog - Tasde Kişisel Blog Teması
Tasarımın altındaki yazı:
Web Ekibim - İnternet Çözüm Ortağınız!
Web Ekibim internet üzerinde toplanmış bir web master topluluğudur. Bu gördüğünüz tema Web Ekibim'de Front and Developer Olan Özkan Özsert tarafından geliştirilmiş, kişisel blog teması olan Tasde Teması'dır!
Burayı düzenlemek için, Kullanıcalar - Profilimi Düzenle - Biyografi bölümüne gidin ve hakkınızda bilgiler ekleyin.
İyi bloglamalar :)
Copyright © Tüm Hakları Saklıdır.
CSS kodu:
#header{display: none;}
h1#title{display: none;}
h2#title span {enable: none;
float: left;
margin-top:-49px;
margin-left:115px;
font-size: 24px;
font-weight: bold;
float: left;
width: 212px;
color: #34495e;
}
h2#title span:hover {
color: #8e44ad;
}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}
table {margin-left: auto;margin-right: auto}
#webme_sky_ad {
top: 116px;
}
#webme_footer_textlink_dont_hide{
float:left;
}
.konu-alani {
overflow:auto;
border: 1px solid #B5B5B5;
background-color: #FFFFFF;
}
.konu-resim {
width: 140px;
border: 1px solid #B5B5B5;
padding:1px 1px 1px 1px;
margin:5px;
float: left;
}
.konu-aciklama {
width: 320px;
float: left;
padding:5px 0px 0px 0px;
overflow-y:hidden;
overflow-x:hidden;
}
.konu-baslik {
border: 1px solid #B5B5B5;
height:21px;
padding:2px 0px 0px 1px;
background-color: #FFFFFF;
font-size: 24px;
font-weight: bold;
color: #34495e;
}
.konu-baslik :hover {
color: #8e44ad;
}
.konu-devami {
float: right;
margin-top: -33px;
}
.konu-devami-cerceve {
overflow:auto;
border: 1px solid #B5B5B5;
padding:0px 0px 0px 2px;
height:38px;
background-color: #FFFFFF;
}
.konu-tarih {
margin-top:9px;
}
/*
Theme Name: Tasde Theme
Description: WebEkibim tarafından hazırlanan minimal bir wordpress teması.
Theme URI: http://www.webekibim.com
Version: 1.0
Author: WebEkibim
Author URI: http://www.webekibim.com
Tags: wordpress tema,webekibim,theme,tasda,tema
*/
* {
margin:0;
padding:0;
list-style:none;
text-decoration: none;
}
body {
background: #eee url(img/bg.png);
font-family: 'Roboto', sans-serif;
font-size: 14px;
}
input {padding: 8px;}
input[type="submit"] {
background: #e74c3c;
color: #fff;
padding: 10px 20px;
border: 0;
border-radius: 5px;
cursor: pointer;
}
input[type="submit"]:hover {
background: #2c3e50;
transition: .3s;
}
.container {
width: 980px;
margin: 10px auto;
}
.clearfix {
clear: both;
}
/* HEADER */
header {
float: left;
width: 100%;
height: 95px;
background: #fff;
border-bottom: 4px solid #ccc;
border-radius: 5px;
box-shadow: 0 2px 5px #aaa;
}
.logo {
color: #555;
float: left;
margin: 20px;
transition: .3s ease-in-out;
}
.logo:hover {
color: #333;
margin-left: 25px;
}
nav {
float: right;
margin-top: 20px;
margin-right: 20px;
}
nav ul li {
float: left;
position: relative;
}
nav ul li a {
float: left;
padding: 10px;
color: #555;
font-weight: 700;
transition: .3s ease-in-out;
border-radius: 5px;
margin-right: 3px;
margin-top: 10px;
}
nav ul li a:hover {
background: #34495e;
color: #fff;
}
/* SLIDER */
section#slider {
float: left;
margin: 10px 0;
background: #444;
width: 100%;
height: 280px;
}
#slider-stopper {
display: none;
}
/* ADVERT */
.advert {
margin-bottom: 10px;
width: 100%;
padding: 5px 0 3px 0;
border: 1px solid #e3e3e3;
text-align: center;
float: left;
background: #fff;
}
/* ARTICLE */
article {
float: left;
width: 735px;
border-radius: 5px;
}
article section {
border: 1px solid #ddd;
float: left;
display: inline-block;
width: 340px;
margin-right: 10px;
margin-bottom: 10px;
padding: 10px;
background: #fff;
}
article section:nth-child(even) {
margin-right: 0;
}
article section .blog_title {
font-size: 24px;
font-weight: bold;
float: left;
width: 212px;
color: #34495e;
transition: .3s ease-in-out;
max-height: 125px;
}
article section .blog_title:hover {
color: #8e44ad;
}
.post_img {
float: right;
width: 125px;
height: 125px;
margin-bottom: 10px;
}
article section p {
float: left;
width: 100%;
font-size: 13px;
padding: 20px 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin-bottom: 10px;
color: #555;
line-height: 20px;
}
.author_info {
float: left;
width: 220px;
border-right: 1px solid #ddd;
padding-right: 5px;
}
.author_info img {
border-radius: 80px;
float: left;
width: 80px;
height: 80px;
}
.author_info strong {
float: right;
width: 130px;
text-align: right;
margin-top: 28px;
padding-right: 5px;
color: #333;
}
.author_info em {
font-style: normal;
float: right;
width: 130px;
text-align: right;
font-size: 12px;
color: #555;
padding-right: 5px;
}
.readmorebtn {
float: right;
padding: 10px;
font-size: 12px;
border: 1px solid #ccc;
font-weight: bold;
color: #c0392b;
border-radius: 5px;
margin-top: 25px;
}
.readmorebtn:hover {
border-color: #c0392b;
color: #333;
transition: .3s ease-in-out;
}
/* SAG KISIM */
aside {
float: right;
width: 235px;
}
aside .profilebox {
float: left;
width: 100%;
}
.profilebox img {
float: left;
width: 235px;
height: 200px;
}
.profilebox ul.social_links {
float: left;
width: 100%;
background: #3498db;
border-bottom: 3px solid #8e44ad;
}
.profilebox ul.social_links li a {
float: left;
padding: 10px;
color: #fff;
font-size: 18px;
margin: 0 3px;
}
.profilebox ul.social_links li a:hover {
color: #34495e;
transition: .3s;
}
.profilebox .author_info {
float: left;
width: 225px;
border: none;
padding: 10px 5px;
line-height: 20px;
background: #fff;
font-size: 12px;
color: #555;
box-shadow: 0 1px 5px #ccc;
}
.profilebox .author_info h4 {
float: left;
width: 100%;
font-size: 18px;
margin-bottom: 5px;
color: #c0392b;
}
/* SIDE BOX */
.sidebox {
float: left;
width: 100%;
margin: 10px 0 0 0;
}
.sidetitle {
float: left;
width: 100%;
padding: 10px 0;
text-indent: 10px;
font-size: 16px;
background: #3498db;
border-bottom: 3px solid #8e44ad;
color: #fff;
}
.sidelist, .sidebox ul {
float: left;
width: 100%;
}
.textwidget {
clear: both;
background: #fff;
border: 1px solid #ddd;
padding: 10px;
font-size: 13px;
color: #555;
}
.sidelist li a, .sidebox ul li a{
display: block;
padding: 10px;
background: #fff;
color: #555;
border-bottom: 1px solid #ddd;
box-shadow: inset 0 -1px 5px #ddd;
transition: .3s ease-in-out;
}
.sidelist li a:hover, .sidebox ul li a:hover{
box-shadow: inset 0 -1px 5px #bbb;
}
.sidelist li a em, .catcount {
float: right;
font-style: normal;
font-size: 13px;
background: #e74c3c;
color: #fff;
padding: 5px;
margin-top: -5px;
border-radius: 8px;
transition: .3s ease-in-out;
}
.sidelist li a:hover > em, .sidelist li a:hover > .catcount {
background: #555;
color: #fff;
margin-right: 5px;
}
.sidelist li:last-child a {
border-bottom: 3px solid #8e44ad;
}
.sideadvert {
float: left;
width: 100%;
padding: 10px 0;
text-align: center;
background: #fff;
box-shadow: 0 0 5px #ccc;
}
/* FOOTER */
footer {
float: left;
width: 100%;
background: #ddd;
border-bottom: 3px solid #ccc;
color: #777;
padding: 15px 0;
margin: 10px 0;
font-size: 13px;
text-indent: 10px;
}
/* CONTENT PAGE */
article#content section {
width: 712px;
}
article#content section .blog_title {
width: 100%;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
}
article#content section .post_img {
width: 100%;
height: auto;
}
article#content section p {
border: 0;
}
.c_social_links {
float: right;
margin: 20px 0;
}
.c_social_links a {
padding: 10px;
float: left;
width: 18px;
font-size: 16px;
text-align: center;
border-radius: 40px;
margin-right: 10px;
color: #fff;
transition: .3s;
}
.c_social_links a:nth-child(1) {
background: #3b5998;
}
.c_social_links a:nth-child(2) {
background: #55acee;
}
.c_social_links a:nth-child(3) {
background: #dd4b39;
}
.c_social_links a:hover:nth-child(1) {
background: #31497D;
}
.c_social_links a:hover:nth-child(2) {
background: #4C98D2;
}
.c_social_links a:hover:nth-child(3) {
background: #C14636;
}
ul.tags {
float: left;
width: 320px;
margin: 0 10px;
margin-top: 35px;
color: #555;
}
ul.tags a {
color: #2980b9;
}
ul.tags a:hover {
color: #e74c3c;
transition: .3s;
}
blockquote {
float: left;
background: #eee;
border: 1px solid #ddd;
padding: 10px;
margin: 10px 0;
color: #555;
border-radius: 5px;
}
/* RELATED POST PLUGIN */
.related-post.flat {
float: left;
background: #fff;
border: 1px solid #ddd;
margin: 0!important;
}
.related-post.flat .related-post-headline {
padding: 10px!important;
background: #eee;
color: #34495e;
margin-top: 0!important;
border-bottom: 1px solid #ddd;
}
.related-post.flat ul.post-list {
padding: 0 5px!important;
}
article#portfolio, article#portfolio section {
width: 960px!important;
}
article#portfolio section p {
border: 0;
}
/* PAGENAVI */
.wp-pagenavi {
float: left;
width: 100%;
margin-top: 5px;
}
.wp-pagenavi a, .wp-pagenavi span {
background: #fff;
border-color: #ddd!important;
border-radius: 5px;
padding: 5px!important;
transition: .3s;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #aaa!important;
}
.wp-pagenavi span.pages {
color: #555;
}
/* SUBMENU */
nav ul li:hover ul.sub-menu {display: block;}
ul.sub-menu {
display: none;
position: absolute;
top: 47px;
z-index: 999;
background: #34495e;
width: 180px;
border-radius: 5px;
border-bottom: 3px solid #2D3F51;
}
ul.sub-menu li {
display: block;
float: left;
width: 100%;
}
ul.sub-menu li a {
color: #fff;
margin: 0;
width: 100%;
text-indent: 10px;
padding: 10px 0;
float: left;
font-weight: normal;
display: block;
border-bottom: 1px solid #3C5670;
box-shadow: inset 0 -1px #2B3C4E;
}
ul.sub-menu li a:hover {
background: #405469;
}
Ana sayfaya eklenecek kod:
Ziyaretçi Defteri Açıldı
Konu açıklaması benzeri şeyler buraya yazılıcak olan şeyler.
Yazar:Mert Çağlar
Kategori:Tr.gg Temaları
Tarih:1/1/2015
Gangsky Bedava-sitem Tasarımı
Konu açıklaması benzeri şeyler buraya yazılıcak olan şeyler.
Yazar:Mert Çağlar
Kategori:Tr.gg Temaları
Tarih:1/1/2015
Oyun Oyna V1 Bedava-sitem Tasarımı
Konu açıklaması benzeri şeyler buraya yazılıcak olan şeyler.
Yazar:Mert Çağlar
Kategori:Tr.gg Temaları
Tarih:1/1/2015
Sipsi V2 Bedava-sitem Tasarımı
Konu açıklaması benzeri şeyler buraya yazılıcak olan şeyler.
Yazar:Mert Çağlar
Kategori:Tr.gg Temaları
Tarih:1/1/2015
Game Portal v1 Bedava-sitem Tasarımı
Konu açıklaması benzeri şeyler buraya yazılıcak olan şeyler.
Yazar:Mert Çağlar
Kategori:Tr.gg Temaları
Tarih:1/1/2015
BiNot v1 Bedava-sitem Tasarımı
Konu açıklaması benzeri şeyler buraya yazılıcak olan şeyler.
Yazar:Mert Çağlar
Kategori:Tr.gg Temaları
Tarih:1/1/2015
Toplam 4 sayfa, 2. sayfa gösteriliyor. 1 2 3 4 »
Benzer Tasarımlar:
Yorum Gönder