georgeuk Δημοσ. 2 Αυγούστου 2012 Δημοσ. 2 Αυγούστου 2012 αναπτύσσω ιστοσελίδα σε ντρουπάλ και αντιμετωπίζω το εξής πρόβλημα. σε ενα αρτικλ με κείμενο θέλω να εμφανίσω τον παρακάτώ κώδικα. <ul> <li>....keimeno</li> <li> ...keimeno<li> </ul> οταν δημοσιεύω το άρθρο δεν μου εμφανίζει τα bullets. Μήπως φταίει το γεγονός ότι στο τεμπλατε που χρησιμοποιω δεν εχει ενεργοποιηθει το <li>? στο αρχειο css. καμιά ιδέα?
merianos Δημοσ. 2 Αυγούστου 2012 Δημοσ. 2 Αυγούστου 2012 Πιθανότατα αν έχεις πάρει Template για το Drupal, ο designer του template να μην ήθελε bullets στις λίστες και έτσι ο Developer δεν της εφάρμοσε. Αν θέλεις να το αλλάξεις τότε βάλε στο κεντρικό αρχείο CSS, στο χαμηλότερο σημείο του τον κώδικα που ακολουθεί : > ul {list-style-type: circle;}
georgeuk Δημοσ. 2 Αυγούστου 2012 Μέλος Δημοσ. 2 Αυγούστου 2012 το εβαλα....δυστηχως δεν λειτουργει...σας επισυναπτω τον κωδικα > /* $Id: style.css,v 1.5.2.6 2011/02/18 05:26:30 andregriffin Exp $ */ /* Drupal 7 Framework ------------------------------------------------*/ body#body { background:#eaf2fb; color:#eef2fb; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; line-height:18px; margin:0; min-width:960px; padding:0; } a {color:#fff; outline:none; text-decoration:none;} a:hover { color:#ffc170; text-decoration:underline; } .more-link {margin-top:20px;} /*** Header ***/ #header { position: relative; } .header-wrap1 {height:222px; background:url(../images/header-wrap1-bg.png) 0 0 repeat-x #fff;} .section-1 {height:79px; width:940px; padding:34px 0 0; margin:0 auto;} .login-label {float:right; font-size:14px; line-height:18px; color:#ed9a26; margin-top:42px; margin-right:8px;} .login {float:right; font-size:14px; line-height:18px; color:#547ca5; text-decoration:underline; margin-top:42px;} .login:hover {text-decoration:none; color:#547ca5;} #block-node-syndicate {padding-top:34px;} .region-user-menu {float:right; margin-left:17px;} .feed-icon {display:inline-block; width:36px; height:36px; background:url(../images/feed-icon-bg.png) 0 0 no-repeat;} .feed-icon img {display:none;} #block-system-user-menu {float:left; margin:0 0 0 105px;} #footer h2 {font-size:21px; line-height:26px; color:#172639; margin:0 0 10px 0;} #footer .content ul li {font-size:13px; line-height:18px; padding:5px 0 5px 13px; background:url(../images/marker-2.gif) 0 11px no-repeat;} #footer .content ul li a {color:#3a5d7f;} #footer .content ul li a:hover {text-decoration:underline;} .section-2 .col1 {float:left; width:250px;} .section-2 .col2 {float:right; padding-top:8px;} .section-2 {height:109px; width:940px; margin:0 auto;} .section-3 {height:446px; overflow:hidden; background:url(../images/section3-bg.jpg) 0 0 repeat-x;} #block-views-slider-block {width:795px; padding:199px 0 0 5px; margin:0 auto; position:relative;} #block-views-slider-block .views-roundabout { overflow:hidden; background-color:#FFF; border:1px solid #e5e9f1; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; -webkit-background-clip: padding-box; width:585px; height:377px; } #block-views-slider-block .views-roundabout img {cursor:pointer;} #block-views-slider-block .views-roundabout .views-field-field-slide-image {position:absolute; top:4px; left:4px; z-index:1;} #block-views-slider-block .views-roundabout .views-field-title {position:absolute; top:4px; left:4px; z-index:2;} #block-views-slider-block .views-roundabout .views-field-title a {display:inline-block; font-size:36px; line-height:44px; font-weight:700; color:#fff; text-transform:uppercase; text-decoration:none;} #block-views-slider-block .views-roundabout .views-field-body {position:absolute; top:4px; left:4px; z-index:2;} #block-views-slider-block .views-roundabout .views-field-body p {display:inline-block; font-size:27px; line-height:34px; color:#fff; margin:0;} #block-views-slider-block .view-content {width:800px; display:block; position:relative;} .section-4 {height:138px; border-bottom:1px solid #e7e7e7} #header #logo { display:block; margin:0 0 -3px 0; } #header #site-name-slogan { float: left; } #header #site-slogan {font-size:21px; line-height:26px; color:#8ab3dc; text-transform:uppercase;} #header #site-name { font-family: Helvetica, Helvetica Neue, Arial, sans-serif; font-size:3em; font-weight:bold; line-height:1em; margin:0; } #header #site-name a {text-decoration:none} /*****************Main menu*****************/ #superfish-1 { background:none; margin:0px; position:relative; width:auto; } #superfish-1 li { background:url(../images/menu-separator.png) 0 0 no-repeat; border:0; overflow:inherit; padding:0 0 0 1px; font-size:20px; line-height:24px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; } #superfish-1 li:first-child {background:none;} #superfish-1 > li > a, #superfish-1 > li > a:visited { color:#fff; padding:27px 28px 27px 27px !important; text-decoration:none; background:url(../images/menu-bg.jpg) 0 100% repeat-x #192d48; background-color:; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; -webkit-background-clip:padding-box; } #superfish-1 > li > a:hover, #superfish-1 > li > a.active, #superfish-1 > li > a.sfHover { background:url(../images/menu-bg.jpg) 0 0 repeat-x; } #superfish-1 li ul { position:absolute !important; background:#fff; display:none; padding:14px 19px 11px 15px; top:82px !important; left:-22px !important; width:146px !important; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; -webkit-background-clip:padding-box; } .sf-navbar > li > ul {margin-top:3px;} #superfish-1 ul li { font-size:14px; float:none !important; line-height:18px; text-transform:uppercase; padding:9px 0 8px 0; background:url(../images/drop-down-menu-border.gif) 0 0 repeat-x; } #superfish-1 ul li:first-child {background:none;} #superfish-1 ul li a:visited, #superfish-1 ul li a { border:0; color:#3c3c3c; font-weight:normal; padding:0 0 0 10px !important; text-decoration:none; background:url(../images/drop-down-menu-marker.gif) 3px 7px no-repeat; } #superfish-1 ul li a:hover, #superfish-1 ul li a.active, #superfish-1 ul li.sfHover a {color:#efa42c; background-position:3px 7px;} #superfish-1 ul li ul{ background:none; left:100% !important; padding:0 !important; margin-left:20px; top:0 !important; width:155px !important; } #superfish-1 ul li ul li { padding:0; margin-bottom:1px; } #superfish-1 ul li ul li a { color:#3c3c3c !important; padding:9px 0 9px 17px !important; background:url(../images/drop-down-menu2-bg.png) 0 100% repeat-x !important; } #superfish-1 ul li ul li a:hover, #superfish-1 ul li ul li.sfHover a {background-position:0 0 !important; color:#fff !important;} /****************************************/ /***********Breadcrumb*************/ #breadcrumb { color:#000; margin-top:16px; padding:0px 3px 15px; } #breadcrumb a { color:#000; font-size:12px; text-decoration:none; padding:0 3px; } #breadcrumb a:last-child {padding-right:0} #breadcrumb a:hover {color:#0074BD;} /**********************/ /*** MAIN ***/ #main-wrapper {background:url(../images/content-bg.jpg) 0 0 repeat;} #main-wrapper1 {background:url(../images/main-wrapper1-bg.jpg) 50% 0 no-repeat;} #main-wrapper #main {margin:0 auto; padding:72px 0 45px; width:940px;} .section .region {width:100%;} #sidebar-first {width:280px; margin-right:78px; float:left;} #sidebar-first .section {padding:0px 0px 0px 0px;} #content {overflow:hidden; } #content .section {width:100%;} .front #content h2 {margin:0;} #sidebar-second {float:right; width:280px; margin-left:80px;} #sidebar-second .section {padding:0;} #block-user-login { padding:27px 29px 53px 29px; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; -webkit-background-clip: padding-box; background:#eef2fb; } #block-user-login h2 {font-size:28px; line-height:34px; color:#14181b; padding:0; margin:0;} #block-user-login h2 {text-transform:capitalize;} #user-login-form {overflow:hidden;} #user-login-form .form-item {margin:0; min-height:56px;} #user-login-form .form-item label {font-size:13px; line-height:18px; color:#172639; font-weight:400; margin:8px 0 6px;} #user-login-form input[type="text"], #user-login-form input[type="search"], #user-login-form input[type="password"] {width:210px;} #user-login-form .item-list {float:left; margin:24px 0 0 4px;} #block-user-login #user-login-form ul {margin:0;} #block-user-login #user-login-form ul li {font-size:13px; line-height:18px; padding:0;} #block-user-login #user-login-form ul li a {display:inline-block; font-size:13px; line-height:18px; color:#337fae; text-decoration:underline; padding:0;} #block-user-login #user-login-form ul li a:hover {color:#172639; text-decoration:none;} #block-user-login #user-login-form .form-actions {float:right; margin:31px 0 0 0;} #block-user-login #user-login-form .form-actions input {margin:0;} #user-login label {color:#172639; padding-bottom:3px;} #user-login input[type="text"], #user-login input[type="password"] { font-size:13px; color:#172639; padding:5px 5px 6px; position:relative; border:1px solid #b8b8b8; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; background:#fff; outline:none; } #user-login .description {color:#172639;} #block-views-services-block .content ul li { line-height:normal; padding:6px 0 7px 15px; margin-bottom:5px; border:1px solid #fff; box-shadow:1px 1px 1px 0px #44688d; -moz-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.16); -webkit-box-shadow:1px 1px 1px 0px rgba(0,0,0,0.16); border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -webkit-background-clip: padding-box; background:url(../images/list-services-bg.png) 0 0 repeat-x #f3f4f6; } #block-views-services-block .content ul li.views-row-last {margin:0;} #block-views-services-block .content ul li a { display:inline-block; font-size:21px; line-height:26px; letter-spacing:-1px; color:#050404; padding-left:32px; background:url(../images/block-views-services-block-marker.png) 0 -86px no-repeat; } #block-views-services-block .content ul li a:hover {background-position:0 4px;} #block-node-recent table {margin:0;} #block-node-recent table tr.odd {background:none; border:0; padding:0;} #block-node-recent table tr.odd td {padding:3px 10px;} #block-node-recent table tr.odd td .node-title a {color:#eef2fb; text-decoration:underline;} #block-node-recent table tr.odd td .node-title a:hover {text-decoration:none;} #block-node-recent table tr.odd td .node-author span {color:#172639;} #block-node-recent .content .node-author a, #block-node-recent .content .edit a, #block-node-recent .content .delete a {color:#172639;} #block-node-recent table tr.even { background:#eef2fb; border:0; padding:0; position:relative; } #block-node-recent table tr.even td {padding:3px 10px;} #block-node-recent table tr.even td .node-title {} #block-node-recent table tr.even td .node-title a {color:#337fae; text-decoration:underline;} #block-node-recent table tr.even td .node-title a:hover {text-decoration:none;} #block-node-recent table tr.even td .node-author span {color:#172639;} #block-node-recent table tr td.edit, #block-node-recent table tr td.delete {padding:0 4px !important;} #block-user-online p {color:#eef2fb; margin:0;} .region-content {overflow:hidden;} /***********Admin tabs*************/ .tabs-wrapper { margin: 1px 0 20px; } div.tabs { overflow:hidden; } .tabs ul.primary li {margin-bottom:-1px;} .tabs ul.primary li a { background:#EDEDED; border:1px solid #BBB; border-radius:5px 5px 0 0; text-shadow:0 1px 0 #FFF; } .tabs ul.primary { border:0; border-bottom:1px solid #c9c9c9; margin:10px 0 10px 0; overflow:hidden; padding:4px 0; } .tabs ul li a{ background:#464646; border-bottom:0; color:#000; font-size:12px; font-weight:normal; margin:0; overflow:hidden; padding:3px 15px 4px; -webkit-transition:background 0.1s linear; -moz-transition:background 0.1s linear; } .tabs ul li a.active, .tabs ul li a:hover { background:#0074BD; color:#fff; text-shadow:none; } /***********************/ /****************Comments form*******************/ article.comment header {width:100%;} article.comment header .user-picture {float:left; margin-right:20px;} article.comment .content {margin:0 0 0 97px; overflow:hidden;} article.comment .content p {margin:0; padding:0; color:#172639;} section#comments h2.title { color:#EEF2FB; font-size:22px; line-height:28px; } #comment-form label { color:#eef2fb; font-weight:400; display:table; padding-bottom:3px; } #comment-form .form-text {width:270px;} #comment-form .form-textarea { font-family:Arial, Helvetica, sans-serif; resize:none; padding:5px; width:476px; height:176px; } .resizable-textarea .grippie {display:none;} .form-type-item { overflow:hidden; width:100%; } .form-type-item label { float:left; padding-right:10px; } .form-type-item a { color:#ffc170; } .form-type-select {margin:0;} #edit-comment-body-und-0-format-guidelines { padding:15px 1.5em 0 0; } #edit-comment-body-und-0-format-guidelines ul li{ font-size:12px; overflow:hidden; width:100%; } /***Comments output***/ #comments { margin-top:0; overflow:hidden; padding:15px 0 0; width:100%; } article.comment .submitted { overflow:hidden; color:#337fae; padding:0; margin:0; } #comments .submitted a{ display:none; } article.comment h3 {font-size:13px; line-height:18px; overflow:hidden;} article.comment h3 a { color:#172639; } article.comment { background:#eef2fb; margin-bottom:15px; padding:25px 25px 25px 27px; border-radius:14px; -moz-border-radius:14px; -webkit-border-radius:14px; -webkit-background-clip: padding-box; } article.comment footer { margin:20px 0 0 97px; overflow:hidden; padding:0px 0 0 0; } #edit-comment-body-und-0-format {border:0; width:477px;} #edit-comment-body-und-0-format .fieldset-wrapper .form-item {padding:0 !important; overflow:hidden;} #edit-comment-body-und-0-format .fieldset-wrapper .form-item label {float:left; padding:0; margin-right:15px;} .filter-wrapper {padding:25px 0 25px;} .filter-help {padding:0;} .filter-help a {color:#ffc170; text-decoration:underline;} .filter-help a:hover {text-decoration:none;} #edit-actions {margin:0 0 1em 0;} #edit-actions input {margin-right:15px;} #comment-form-wrapper {margin-top:25px;} article.comment span.new {position:absolute; top:0; right:0;} /********************************************/ /***********************Content Region*************************/ #main-wrapper #main {margin:0 auto;} .content-wrap {width:100%; overflow:hidden; padding-bottom:30px;} /*Node heading*/ #content h1.title, h1 {font-size:28px; line-height:34px; font-weight:400; color:#EEF2FB; margin-bottom:20px;} #node-80 {padding-bottom:55px;} #node-80 h2, #node-80 h2 a {font-size:22px; line-height:28px; color:#fff; text-decoration:none; -webkit-transition:color .3s ease-out; -moz-transition:color .3s ease-out;} #node-80 h2 a:hover {color:#FFC170;} #node-80 footer {display:none;} article.node {padding-bottom:30px;} #node-81 {padding:0;} /*Author & date information*/ p.submitted { font-size:13px; line-height:21px; margin:4px 0 18px; } .submitted time {color:#ffc170;} .submitted a { color:#eef2fb; font-size:12px !important; text-decoration:none; } .comment .submitted a { color:#ED9A26; font-size:12px !important; text-decoration:none; } .submitted a:hover {text-decoration:underline;} /**/ article.node footer { padding:0; } /*Node Tags*/ article.node footer .field-name-field-tags {padding-bottom:10px;} article.node footer .field-name-field-tags .field-label {color:#ffc170;} .field .field-label {font-weight:400 !important;} article.node footer .field-name-field-tags .field-items { overflow:hidden; padding-bottom:15px; width:100%; } article.node footer .field-name-field-tags ul li {float:left; padding:0 4px;} article.node footer .field-name-field-tags ul li a {color:#eef2fb;} article.node footer .field-name-field-tags .field-item { float:left; padding-right:10px; } /**/ /*Social sharing*/ .social-share { padding:15px 0 30px; } .social-share span { float:left; color:#ffc170; vertical-align:middle; } .social-share a { display:block; float:left; height:16px; margin-left:5px; opacity:.8; text-indent:-9999px; vertical-align:middle; width:16px; -webkit-transition:opacity .2s ease-out; -moz-transition:opacity .2s ease-out; } .social-share a:hover {opacity:1;} .social-share a.social-share-facebook {background:url(../images/social/facebook.png) no-repeat 0 0;} .social-share a.social-share-twitter {background:url(../images/social/twitter.png) no-repeat 0 0;} .social-share a.social-share-googlebuzz {background:url(../images/social/buzz.png) no-repeat 0 0;} .social-share a.social-share-myspace {background:url(../images/social/myspace.png) no-repeat 0 0;} .social-share a.social-share-msnlive {background:url(../images/social/msn.png) no-repeat 0 0;} .social-share a.social-share-yahoo {background:url(../images/social/yahoo.png) no-repeat 0 0;} .social-share a.social-share-linkedin {background:url(../images/social/linkedin.png) no-repeat 0 0;} .social-share a.social-share-orkut {background:url(../images/social/orkut.png) no-repeat 0 0;} .social-share a.social-share-digg {background:url(../images/social/digg.png) no-repeat 0 0;} .social-share a.social-share-delicious {background:url(../images/social/delicious.png) no-repeat 0 0;} .social-share a.social-share-facebook {background:url(../images/social/facebook.png) no-repeat 0 0;} /**/ #edit-cancel { border:none; color:#fff; text-decoration:none; font-weight:700; text-transform:uppercase; font-size:10px; padding:6px 19px 7px; -webkit-transition:background .3s ease-out; -moz-transition:background .3s ease-out; background:url(../images/submit-bg.gif) 0 0 repeat-x; font-family:Arial, Helvetica, sans-serif; } #edit-cancel:hover {background:#253646;} #comment-confirm-delete #edit-actions {margin-top:10px;} .content ul.links {display:block !important; overflow:hidden;} .content ul.links li {float:left; margin-right:10px !important; padding:0 !important;} .content ul.links li.last {margin:0;} .content ul.links li a { display:inline-block; background:url(../images/submit-bg.gif) 0 0 repeat-x; text-decoration:none; text-transform:uppercase; font-size:10px; line-height:25px; color:#fff; padding:0 16px; -webkit-transition:background .3s ease; -moz-transition:background .3s ease; } .content ul.links li a:hover {color:#fff !important; background:#172639;} .front .content ul.links li.node-readmore a { text-transform:none; font-size:14px; color:#ffc170; font-weight:400; padding:0 13px 0 0; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; background:url(../images/marker-3.gif) 100% 10px no-repeat; } .front .content ul.links li.node-readmore a:hover {color:#fff;} .front .content ul.links li.comment-comments a {font-size:14px; color:#eef2fb; font-weight:400; text-transform:none; padding:0; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; background:none;} .front .content ul.links li.comment-comments a:hover {text-decoration:underline;} .front .content ul.links li.comment-add a {font-weight:700; font-family:Arial, Helvetica, sans-serif;} ul li.collapsed {list-style-image:none !important; list-style-type:none !important;} /*****************Default Block Style*******************/ #search-block-form .form-text, input[type="text"], input[type="search"], input[type="password"], textarea { font-size:13px; color:#172639; padding:5px 5px 6px; position:relative; border-top:1px solid #b8b8b8; border-left:1px solid #b8b8b8; border-right:0; border-bottom:0; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; background:#fff; outline:none; } #search-form #edit-advanced .fieldset-wrapper label {font-size:13px; line-height:22px; font-weight:400; color:#eef2fb;} aside section.block {margin-bottom:20px;} aside section.block ul, aside section.block .item-list ul li {margin:0;} ul li.leaf { list-style-image:none; list-style-type:none; margin:0; padding:0; } section.block h2, h2 { font-size:28px; line-height:34px; color:#eef2fb; padding:0; margin:0 0 20px; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; } .front h2 a {text-decoration:none;} section.block h2 a {color:#eef2fb; text-decoration:none; -webkit-transition:color .3s ease-out; -moz-transition:color .3s ease-out;} section.block h2 a:hover, .front h2 a:hover {color:#FFC170;} section.block h2 span{ font-size:24px; color:#90e200; } section.block .content {padding:0;} aside section.block .content ul li, .menu li { background:url(../images/list-border-bot.png) 0 0 repeat-x; color:#ffc170; padding:5px 0 4px; margin:0; overflow:hidden; line-height:22px; } .menu li {margin:0 !important;} aside section.block .content li:first-child, .menu li:first-child {background:none;} aside section.block .content li a, .menu li a { color:#eef2fb; font-size:13px; line-height:22px; text-decoration:none; } section.block .content li a:hover, .menu li a:hover {color:#ffc170;} .form-autocomplete {background-image:none !important;} /*********************POLL's Bars**********************/ .poll .bar { background-color:#fff; background-image:-moz-linear-gradient(top, #f0f0f0, #fff); /* FF3.6 */ background-image:-ms-linear-gradient(top, #f0f0f0, #fff); /* IE10 */ background-image:-o-linear-gradient(top, #f0f0f0, #fff); /* Opera 11.10+ */ background-image:-webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff)); /* Saf4+, Chrome */ background-image:-webkit-linear-gradient(top, #f0f0f0, #fff); /* Chrome 10+, Saf5.1+ */ background-image:linear-gradient(top, #f0f0f0, #fff); border:1px solid #8c8c8c; padding:1px; height:10px; margin-bottom:15px; } .poll .bar .foreground { height:10px; display:none; background-color:#ec9824; background-image:-moz-linear-gradient(left, #ec9824, #f2b645); /* FF3.6 */ background-image:-ms-linear-gradient(left, #ec9824, #f2b645); /* IE10 */ background-image:-o-linear-gradient(left, #ec9824, #f2b645); /* Opera 11.10+ */ background-image:-webkit-gradient(linear, left, right, from(#ec9824), to(#f2b645)); /* Saf4+, Chrome */ background-image:-webkit-linear-gradient(left, #ec9824, #f2b645); /* Chrome 10+, Saf5.1+ */ background-image:linear-gradient(left, #ec9824, #f2b645); } .poll .percent {float:right;} #block-poll-recent {margin-bottom:50px;} #block-poll-recent .title, #block-poll-recent .percent, #block-poll-recent .text, #block-poll-recent .total {font-size:13px; line-height:22px; color:#eef2fb;} #block-poll-recent div.links {margin-top:20px;} #block-poll-recent ul.links li {float:none;margin:0 !important;} #block-poll-recent ul.links li.last {margin:0 !important;} #block-poll-recent ul.links li { background:url(../images/list-border-bot.png) 0 0 repeat-x; color:#ffc170; padding:5px 0 4px; margin:0; overflow:hidden; line-height:22px; } #block-poll-recent ul.links li:first-child {background:none;} #block-poll-recent ul.links li a { background:none; padding:0; text-transform:none; color:#eef2fb; font-size:13px; line-height:22px; text-decoration:none; } #block-poll-recent ul.links li a:hover {color:#ffc170 !important;} /*******************************************/ /********************block-views-recent-posts-block***********************/ #block-views-recent-posts-block .content .view-recent-posts .view-content .views-row {width:100%; overflow:hidden; margin-bottom:23px;} #block-views-recent-posts-block .content .view-recent-posts .view-content .views-row .views-field-picture {float:left; margin-right:16px;} #block-views-recent-posts-block .content .view-recent-posts .view-content .views-row .views-field-picture .user-picture {line-height:0;font-size:0;} #block-views-recent-posts-block .content .view-recent-posts .view-content .views-row .views-field-title {overflow:hidden;} #block-views-recent-posts-block .content .view-recent-posts .view-content .views-row .views-field-title a {color:#ffc170;} #block-views-recent-posts-block .content .view-recent-posts .view-content .views-row .views-field-body {overflow:hidden;} #block-views-recent-posts-block .content .view-recent-posts .view-footer p {margin:0;} #block-views-recent-posts-block .content .view-recent-posts .view-footer a { display:inline-block; font-family:Arial, Helvetica, sans-serif; font-weight:700; background:url(../images/submit-bg.gif) 0 0 repeat-x; text-decoration:none; text-transform:uppercase; font-size:10px; line-height:25px; color:#fff; padding:0 16px; -webkit-transition:background .3s ease; -moz-transition:background .3s ease; } #block-views-recent-posts-block .content .view-recent-posts .view-footer a:hover {background:#172639;} /*******************************************/ #block-comment-recent .content li a {display:block;} #block-forum-new .contextual-links-wrapper {display:none;} #block-system-navigation .content li {margin:0;} /***Block Search****/ #block-search-form {padding:0; margin-bottom:50px;} #block-search-form h2 {margin-bottom:25px;} #search-block-form .container-inline {overflow:hidden;} #search-block-form .container-inline .form-item {float:left; margin:0 8px 0 0;} #search-block-form .container-inline .form-actions {float:left;} #search-block-form .form-text {width:180px;} #search-block-form #edit-submit, #search-block-form .form-submit, #search-form #edit-basic #edit-submit { background:url(../images/submit-bg1.gif) 0 0 repeat-x; display:inline-block; font-size:10px; font-family:Arial, Helvetica, sans-serif; line-height:normal; padding:9px 19px; text-transform:uppercase; margin:0; cursor:pointer; border:0; } #search-block-form #edit-submit:hover, #search-block-form .form-submit:hover, #search-form #edit-basic #edit-submit:hover {background:#253646;} #search-form #edit-basic {overflow:hidden;} #search-form #edit-basic .form-item {float:left; margin:0 20px 0 0;} #search-form #edit-basic .form-item label {float:left; margin-right:15px; font-size:13px; line-height:30px; color:#eef2fb; font-weight:400;} #search-form #edit-basic .form-item #edit-keys {width:230px;} /******************Buttons Styles********************/ .form-submit, .more-link a { border:none; color:#fff; display:inline-block; font-weight:700; text-transform:uppercase; font-size:10px; padding:6px 19px 7px; -webkit-transition:background .3s ease-out; -moz-transition:background .3s ease-out; background:url(../images/submit-bg.gif) 0 0 repeat-x; font-family:Arial, Helvetica, sans-serif; } .more-link a {line-height:17px; padding:4px 19px; text-decoration:none;} .form-submit:hover, .more-link a:hover {background:#253646;} /*****************************************/ /*** Footer ***/ #footer { width:940px; padding:36px 0; margin:0 auto; position: relative; } #footer .region-footer-left {float:left;} #footer .region-footer {float:right;} /**************Contact Form***************/ #contact-site-form label { color:#fff; font-weight:400; display:table; } #contact-site-form label.option {display:inline;} #contact-site-form input.form-text, #contact-site-form textarea#edit-message { background:#fff; border:none; border-top:1px solid #b8b8b8; border-left:1px solid #b8b8b8; color:#172639; padding:5px 5px 6px; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; } #contact-site-form input.form-text {width:270px;} #contact-site-form textarea#edit-message { width:466px; min-height:165px; max-height:200px; resize:none; } /**************************************/ /***********Forum************/ .action-links { padding:15px 0px; } .action-links a { color:#ffc170; font-size:13px; } .action-links a:hover { text-decoration:underline; } #forum a { color:#337fae; font-size:13px; } #forum table { border:1px solid #c8c8c8; width:100%; } #forum th { background:#ffc170; border:1px solid #9d9d9d; color:#fff; font-size:14px; padding:3px 5px; } #forum th a { color:#fff; } #forum tr.even, tr.odd { background:none; border-bottom:1px solid #172639; } #forum tr.even td { background:#fff } #forum tr.odd td { background:#eef2fb } #forum td.container { padding:10px; } #forum tr.even td.forum { background:#fff } #forum tr.odd td.forum { background:#eef2fb } #forum td { color:#172639; background:#f3f5f4; border:1px solid #9d9d9d; padding:5px; } #forum td.topics, #forum td.posts, #forum td.replies{ text-align:center; } #forum td.last-reply span, #forum td.title span { color:#535353; } .field-name-taxonomy-forums { overflow:hidden; padding-bottom:10px; width:100%; } .field-label { color:#EEF2FB; float:left; font-size:14px; vertical-align:middle; } .field-items a { color:#ffc170; font-size:12px; } h3.field-label {line-height:18px; padding-right:10px;} tr.odd {border:0;} tr.even {background:#eef2fb;} tr.even td {color:#172639;} table.sticky-header {background:#eef2fb; color:#172639;} /***********************/ /************first-time page***************/ #first-time { display:none; } #first-time p { padding:10px 0; } #first-time .item-list ul li{ background:none; display:block; float:left; margin:0; } #first-time .item-list ul li a { color:#0074BD; display:block; font-size:12px; font-weight:bold; text-decoration:none; } #first-time .item-list ul li:hover {background:none} #first-time .item-list ul li a:hover {background:none} /***************************/ /******************Paginator*********************/ .page-blog .item-list {margin-top:-20px;} .item-list .pager {overflow:hidden; margin:0; text-align:left;} .item-list .pager li { float:left; background:#ebebeb; color:#494949; text-transform:uppercase; padding:0; margin:0 7px 0 0; overflow:hidden; } .item-list .pager li.pager-current { background:#e98c1e; color:#fff; font-size:13px; line-height:18px; font-weight:700; position:relative; padding:4px 12px; zoom:1; cursor:default !important; } .item-list .pager li:hover {background:#e98c1e; cursor:pointer;} .item-list .pager li:hover a {color:#fff;} .item-list .pager li a { font-weight:700; color:#4975a2; display:block; padding:4px 12px; position:relative; text-decoration:none; zoom:1; } /**********************/ /*********Admin menu bg**********/ ul.contextual-links li a:hover {} /*********************/ /*****Blog page*****/ .node-teaser {padding-bottom:55px !important;} .node-teaser .content {width:100%; overflow:hidden; padding-bottom:10px;} .node-teaser .field-name-field-blog-image {float:left; margin:0 20px 0 0;} .node-teaser .field-name-field-blog-image .field-item {line-height:0;} .node-teaser .field-name-field-blog-image .field-item a {overflow:hidden; display:block; line-height:0} .node-teaser .field-name-body {overflow:hidden;} ul.links.inline {overflow:hidden;} ul.links.inline li {float:left; padding:0; margin-right:20px;} ul.links.inline li a { display:inline-block; background:url(../images/submit-bg.gif) 0 0 repeat-x; text-decoration:none; text-transform:uppercase; font-size:10px; line-height:25px; color:#fff; font-weight:700; padding:0 15px; -webkit-transition:background .3s ease; -moz-transition:background .3s ease; font-family:Arial, Helvetica, sans-serif; } ul.links.inline li a:hover {background:#172639;} /*****************/ /********Social-icons Block********/ #block-follow-site {float:left; margin:0 0 0 105px;} #block-follow-site h2 {margin-bottom:15px;} #block-follow-site .follow-links li { background:none; float:left; padding:0; } a.follow-link { display:table; height:25px; margin:0 0 4px 0; font-size:13px; line-height:25px; color:#3a5d7f; padding:0 0 0 34px; -webkit-transition:all .2s ease; -moz-transition:all .2s ease; opacity:1; } a.follow-link:hover {opacity:0.8; text-decoration:underline;} /********************/ /*******Slider********/ .view-sldier {} .view-sldier .views_jqfx_cycle_pause {display:none;} .view-sldier .views-field-field-slide-image {height:341px;} /********************/ .field-<type-i></type-i>mage {float:left; margin-right:15px;} #block-views-our-team-block .views-field-field-employee-photo {float:left; margin-right:15px;} #block-views-our-team-block .views-row {border-bottom:1px solid #CCC; overflow:hidden; padding:15px 0 10px;} #block-views-our-team-block .views-field-title a {font-weight:bold; text-decoration:none;} .profile .user-picture {margin-left:20px;} .profile h3 {overflow:hidden; margin-bottom:20px;} /*******Services********/ .view-portfolio .view-content {overflow:hidden;} .view-portfolio .views-row {float:left; padding:20px; background:#eef2fb;} .page-services .view-portfolio .views-row-4, .page-services .view-portfolio .views-row-8, .page-services .view-portfolio .views-row-12 {margin-right:0 !important;} .view-portfolio .views-row .views-field-field-portfolio-image {font-size:0; line-height:0; background:url(../images/ajax-loader.gif) center center no-repeat #fff; margin-bottom:12px;} .view-portfolio .views-row .views-field-field-portfolio-image a {display:block; background:url(../images/magnify23.png) center center no-repeat #000;} .view-portfolio .views-row .views-field-title {margin-bottom:5px;} .view-portfolio .views-row .views-field-title a {display:inline-block; font-size:22px; color:#337fae; line-height:28px; text-decoration:none;} .view-portfolio .views-row .views-field-title a:hover {text-decoration:underline;} .view-portfolio .views-row .views-field-body {color:#172639; overflow:hidden;} .view-portfolio .views-row .views-field-view-node a { display:inline-block; background:url(../images/submit-bg.gif) 0 0 repeat-x; text-decoration:none; text-transform:uppercase; font-size:10px; line-height:25px; color:#fff; font-weight:700; padding:0 15px; -webkit-transition:background .3s ease; -moz-transition:background .3s ease; font-family:Arial, Helvetica, sans-serif; } .view-portfolio .views-row .views-field-view-node a:hover {background:#172639;} .view-portfolio .views-row.last {margin-right:0 !important;} .page-services .view-portfolio .views-row {width:173px; margin:0 29px 29px 0;} .page-services .view-portfolio .views-row .views-field-field-portfolio-image {height:122px; width:173px;} .page-services-2-cols .view-portfolio .views-row {width:404px; padding:20px 25px; margin:0 32px 35px 0;} .page-services-2-cols .view-portfolio .views-row.views-row-even {margin-right:0;} .page-services-2-cols .view-portfolio .views-row .views-field-field-portfolio-image {height:248px; width:404px;} .page-services-3-cols .view-portfolio .views-row {width:253px; margin:0 30px 35px 0;} .page-services-3-cols .view-portfolio .views-row-3, .page-services-3-cols .view-portfolio .views-row-6, .page-services-3-cols .view-portfolio .views-row-9 {margin-right:0;} .page-services-3-cols .view-portfolio .views-row .views-field-field-portfolio-image {height:177px; width:253px;} .page-services-1-col .view-portfolio .views-row {float:none; overflow:hidden; margin-bottom:40px; background:#bfcfe1;} .page-services-1-col .view-portfolio .views-row .views-field-field-portfolio-image {height:337px; width:517px; float:left; margin:0 30px 0 0;} .page-services-1-col .view-portfolio .views-row .views-field-view-node {overflow:hidden; margin-top:25px;} .pane-content .view-our-team .view-content {overflow:hidden;} .pane-content .view-our-team .view-content .views-row {float:left; width:142px; margin:0 18px 18px 0; padding:17px 19px 13px; border:1px solid #e8f0f3; background:#eef2fb;} .pane-content .view-our-team .view-content .views-row-3 {margin:0;} .pane-content .view-our-team .view-content .views-row .views-field-field-employee-photo {font-size:0;line-height:0;margin-bottom:12px;} .pane-content .view-our-team .view-content .views-row .views-field-title a {color:#337fae;} .pane-content .view-our-team .view-content .views-row .views-field-title a:hover {text-decoration:underline;} .pane-content .view-our-team .view-content .views-row .views-field-body {color:#172639;} /********************/ /****************default coding******************/ .wrapper {width:100%; overflow:hidden;} .col-1, .col-2 {float:left;} .color-1 {color:#ffc170;} .col-1 {width:279px; margin-right:22px;} .col-2 {width:279px;} .img-indent {float:left; margin-right:25px;} .title-1, .title-2 {display:block; font-size:28px; line-height:51px; color:#eef2fb; margin-bottom:12px; padding-left:68px;} .title-1 {background:url(../images/page1-img3.png) 0 0 no-repeat;} .title-2 {background:url(../images/page1-img4.png) 0 0 no-repeat;} .link-1 {display:inline-block; width:7px; height:7px; margin-left:3px; background:url(../images/marker-1.gif) 0 0 no-repeat;} .link-1:hover {background-position:0 100%;} #block-system-main>h2 {font-size:36px; line-height:44px; color:#fefefe; font-weight:700; margin:0 0 -2px;} #node-81.node-teaser .content {overflow:hidden;} #node-81.node-teaser .content .field-name-field-image {float:left; margin-right:20px;} #node-81.node-teaser .field-name-field-second-image {float:left;} #node-81.node-teaser .content .field-name-field-image {float:left; margin-right:20px;} #node-81.node-teaser .field-name-body {clear:both;} /********************/ .not-logged-in .contextual-links {display:none;} #block-block-5 {padding-top:20px;} #block-block-5 .content {font-size:14px; line-height:18px; color:#f0a82f; text-align:right;} #block-block-5 .content span {color:#3a5d7f;} #block-block-5 .content a {color:#3a5d7f; text-decoration:underline; padding-left:9px; margin-left:5px; background:url(../images/spacer-1.gif) 0 5px no-repeat;} #block-block-5 .content a:hover {text-decoration:none;} #block-block-6 {margin-bottom:15px;} #block-block-6 .content p {font-size:18px; line-height:22px; color:#183b5b; margin:0; padding:17px 0 0 46px; background:url(../images/page1-img5.png) 0 18px no-repeat;} #block-block-6 .content p span {display:block; font-size:24px; line-height:30px; margin-top:-7px;} #block-block-7 {float:left; margin:0;} .node-full .field-type-image {display:inline-block;} .field-type-image {display:inline-block; border:1px solid #e8f0f3; font-size:0; line-height:0; margin-bottom:20px;} .field-type-image a {display:block;} #block-views-our-advantages-block {margin-bottom:36px;} #block-views-our-advantages-block .view-our-advantages .view-content .views-row { width:100%; overflow:hidden; padding-bottom:6px; margin-bottom:25px; background:url(../images/line-hor.png) 0 100% repeat-x; } #block-views-our-advantages-block .view-our-advantages .view-content .views-row-last {margin-bottom:0; background:none;} #block-views-our-advantages-block .view-our-advantages .view-content .views-row .views-field-counter { float:left; margin-right:20px; width:51px; height:62px; font-size:36px; line-height:44px; color:#fff; font-weight:700; text-align:center; padding:4px 0 0; background:url(../images/views-field-counter-bg.png) 0 0 no-repeat; } #block-views-our-advantages-block .view-our-advantages .view-content .views-row .views-field-title {overflow:hidden;} #block-views-our-advantages-block .view-our-advantages .view-content .views-row .views-field-title a {color:#ffc170;} #block-views-our-advantages-block .view-our-advantages .view-content .views-row .views-field-body {overflow:hidden;} #block-views-testimonials-block {margin:0;} #block-views-testimonials-block .content .view-testimonials .view-content .views-row .views-field-body { background:url(../images/testimonials-bg.jpg) 0 0 no-repeat; height:96px; width:221px; padding:30px 25px 25px 34px; overflow:hidden; } #block-views-testimonials-block .content .view-testimonials .view-content .views-row .views-field-title {text-align:right;} #block-views-testimonials-block .content .view-testimonials .view-content .views-row .views-field-title a {color:#ffc170;} #block-views-testimonials-block .content .view-testimonials .view-content .views-row {margin-bottom:25px;} #block-views-testimonials-block .content .view-testimonials .view-content .views-row-last {margin-bottom:0;} .pane-content .view-our-mission .view-content .views-row .views-field-view-node a { display:inline-block; background:url(../images/submit-bg.gif) 0 0 repeat-x; text-decoration:none; text-transform:uppercase; font-size:10px; line-height:25px; color:#fff; font-weight:700; padding:0 15px; -webkit-transition:background .3s ease; -moz-transition:background .3s ease; font-family:Arial, Helvetica, sans-serif; } .pane-content .view-our-mission .view-content .views-row .views-field-view-node a:hover {background:#172639;} .pane-views-our-mission-block {margin-bottom:50px;} .panel-separator {display:none;} .page-blog h2 {font-size:22px; line-height:28px; margin:0 0 8px 0; color:#EEF2FB;} .page-blog h2 a {text-decoration:none; color:#EEF2FB;} .page-blog h2 a:hover {color:#ffc170;} .page-node #content .section h1 {font-size:22px; line-height:28px; margin:0;} .page-node #content .section .node-employee, .page-node #content .section .node-advantages, .page-node #content .section .node-testimonials, .page-node #content .section .node-portfolio {margin-top:20px;} .page-node #content .section .node-employee .content {overflow:hidden;} .page-node #content .section .node-employee .content .field-name-field-employee-photo {float:left; margin:0 25px 0 0;} .sticky-table a {color:#ffc170;} #quicktabs-default_tabs ul.quicktabs-tabs li a {color:#EEF2FB;} #quicktabs-default_tabs ul.quicktabs-tabs li a:hover {color:#FFC170;} .view-faq .view-content h3 {font-size:18px; line-height:22px;} .view-faq .view-content h3 a {text-decoration:none; color:#EEF2FB;} #block-block-8 {padding-top:14px;} ul {list-style-type: circle;}
Προτεινόμενες αναρτήσεις
Δημιουργήστε ένα λογαριασμό ή συνδεθείτε για να σχολιάσετε
Πρέπει να είστε μέλος για να αφήσετε σχόλιο
Δημιουργία λογαριασμού
Εγγραφείτε με νέο λογαριασμό στην κοινότητα μας. Είναι πανεύκολο!
Δημιουργία νέου λογαριασμούΣύνδεση
Έχετε ήδη λογαριασμό; Συνδεθείτε εδώ.
Συνδεθείτε τώρα