Testreszabás

iJoey képe

Sziasztok!

Kezdő drupalos vagyok, sokmindent elolvastam már, de erre még nem találtam megoldást ha mégis lenne akkor lehet csak én vagyok béna és nem találom!
Szóval az lenne a kérdésem hogy készítettem egy galériát image gallery modullal ami működik is csak szeretném eltüntetni a galériák alatti "Jelenleg 6 kép van ebben a galériában.Utoljára frissítve: 2010, április 1 - 17:54" részt! Nagyon kevés programozási ismeretem van Szóval ha kérhetem és létezik megoldás akkor szájbarágósan a megoldást!

Nagyon sok hasznos információt olvastam már itt!

Előre is köszönöm

Drupal verzió: 
Fórum: 
leonidasz képe

Szia!

Css-be kellene belemélyedned és egy firebug kiegészítővel fejleszteni a firefoxot.

a style.css be írd bele ezt:

.views-field-image-gallery-latest-time {
visibility:hidden;
display:none;
}

0
0
iJoey képe

Szia!

Köszi az infót, feltettem a firebugot meg is találtam vele. Viszont a style.css-ben már nem tudom hogy hová illeszebe a kapott kódot!

Itt van a style.css fileom tartalma

Esetleg belelesnél és segítenél

Igyekszem a css tanuláshoz is neki fogni.

Előre is köszönöm

/*
Theme Name: ghc1
Description: ghc1, Artisteer-generated Drupal theme.
Version: 1.0
Author: Artisteer
Author URI: http://artisteer.com/
*/

/* begin Page */

/* Generated with Artisteer version 2.3.0.21098, file checksum is 19A50A02. */

body
{
margin: 0 auto;
padding: 0;
background-color: #E6EAE9;
background-image: url('images/Page-BgTexture.jpg');
background-repeat: repeat;
background-attachment: scroll;
background-position: top left;
}

#art-main
{
position: relative;
width: 100%;
left: 0;
top: 0;
}

#art-page-background-gradient
{
background-position: top left;
}

.cleared
{
float: none;
clear: both;
margin: 0;
padding: 0;
border: none;
font-size:1px;
}

form
{
padding:0 !important;
margin:0 !important;
}

table.position
{
position: relative;
width: 100%;
table-layout: fixed;
}

/* Image Assis module support */
body.img_assist
{
background-color: #E6EAE9 !important;
}
/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
position:relative;
z-index:0;
margin:0 auto;
width: 1200px;
min-width:43px;
min-height:43px;
}

.art-Sheet-body
{
position: relative;
z-index: 1;
padding: 6px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
{
position:absolute;
z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
width: 62px;
height: 62px;
background-image: url('images/Sheet-s.png');
}

.art-Sheet-tl
{
top:0;
left:0;
clip: rect(auto, 31px, 31px, auto);
}

.art-Sheet-tr
{
top: 0;
right: 0;
clip: rect(auto, auto, 31px, 31px);
}

.art-Sheet-bl
{
bottom: 0;
left: 0;
clip: rect(31px, 31px, auto, auto);
}

.art-Sheet-br
{
bottom: 0;
right: 0;
clip: rect(31px, auto, auto, 31px);
}

.art-Sheet-tc, .art-Sheet-bc
{
left: 31px;
right: 31px;
height: 62px;
background-image: url('images/Sheet-h.png');
}

.art-Sheet-tc
{
top: 0;
clip: rect(auto, auto, 31px, auto);
}

.art-Sheet-bc
{
bottom: 0;
clip: rect(31px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
top: 31px;
bottom: 31px;
width: 62px;
background-image: url('images/Sheet-v.png');
}

.art-Sheet-cr
{
right:0;
clip: rect(auto, auto, auto, 31px);
}

.art-Sheet-cl
{
left:0;
clip: rect(auto, 31px, auto, auto);
}

.art-Sheet-cc
{
position:absolute;
z-index:-1;
top: 31px;
left: 31px;
right: 31px;
bottom: 31px;
background-color: #FEFBE7;
}

.art-Sheet
{
margin-top: 1px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
min-width:1200px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
text-align:left;
text-decoration:none;
outline:none;
letter-spacing:normal;
word-spacing:normal;
}

.art-menu, .art-menu ul
{
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
display: block;
}

.art-menu li
{
margin: 0;
padding: 0;
border: 0;
display: block;
float: left;
position: relative;
z-index: 5;
background:none;
}

.art-menu li:hover
{
z-index: 10000;
white-space: normal;
}

.art-menu li li
{
float: none;
}

.art-menu ul
{
visibility: hidden;
position: absolute;
z-index: 10;
left: 0;
top: 0;
background:none;
}

.art-menu li:hover>ul
{
visibility: visible;
top: 100%;
}

.art-menu li li:hover>ul
{
top: 0;
left: 100%;
}

.art-menu:after, .art-menu ul:after
{
content: ".";
height: 0;
display: block;
visibility: hidden;
overflow: hidden;
clear: both;
}
.art-menu, .art-menu ul
{
min-height: 0;
}

.art-menu ul
{
background-image: url(images/spacer.gif);
padding: 10px 30px 30px 30px;
margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
padding: 30px 30px 30px 10px;
margin: -30px 0 0 -10px;
}

/* menu structure */

.art-menu
{
padding: 10px 10px 10px 10px;
}

.art-nav
{
position: relative;
height: 51px;
z-index: 100;
}

.art-nav .l, .art-nav .r
{
position: absolute;
z-index: -1;
top: 0;
height: 51px;
background-image: url('images/nav.png');
}

.art-nav .l
{
left: 0;
right:10px;
}

.art-nav .r
{
right: 0;
width: 1188px;
clip: rect(auto, auto, auto, 1178px);
}

/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
clear: both;
}

.art-menu a
{
position:relative;
display: block;
overflow:hidden;
height: 31px;
cursor: pointer;
text-decoration: none;
margin-right: 2px;
margin-left: 2px;
}

.art-menu a .r, .art-menu a .l
{
position:absolute;
display: block;
top:0;
z-index:-1;
height: 93px;
background-image: url('images/MenuItem.png');
}

.art-menu a .l
{
left:0;
right:9px;
}

.art-menu a .r
{
width:418px;
right:0;
clip: rect(auto, auto, auto, 409px);
}

.art-menu a .t
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
color: #D8DBD6;
padding: 0 13px;
margin: 0 9px;
line-height: 31px;
text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
top:-31px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
top:-31px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
top:-31px;
}
.art-menu a:hover .t
{
color: #FFFFFF;
}

.art-menu li:hover a .t
{
color: #FFFFFF;
}

.art-menu li:hover>a .t
{
color: #FFFFFF;
}

.art-menu a.active .l, .art-menu a.active .r
{
top: -62px;
}

.art-menu a.active .t
{
color: #FFFFFF;
}

/* end MenuItem */

/* begin MenuSubItem */
.art-menu ul a
{
display:block;
text-align: center;
white-space: nowrap;
height: 20px;
width: 180px;
overflow:hidden;
line-height: 20px;
margin-right: auto;

background-image: url('images/subitem-bg.png');
background-position: left top;
background-repeat: repeat-x;
border-width: 0px;
border-style: solid;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
display: inline;
float: none;
margin: inherit;
padding: inherit;
background-image: none;
text-align: inherit;
text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
text-align: left;
text-indent: 12px;
text-decoration: none;
line-height: 20px;
color: #474024;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
}

.art-menu ul ul a
{
margin-left: auto;
}

.art-menu ul li a:hover
{
color: #F8F7F1;
background-position: 0 -20px;
}

.art-menu ul li:hover>a
{
color: #F8F7F1;
background-position: 0 -20px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
color: #F8F7F1;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
color: #F8F7F1;
}

/* end MenuSubItem */

/* begin ContentLayout */
.art-contentLayout
{
position: relative;
margin-bottom: 0px;
width: 1188px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
position:relative;
z-index:0;
margin:0 auto;
min-width:11px;
min-height:11px;
}

.art-Block-body
{
position: relative;
z-index: 1;
padding: 9px;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl, .art-Block-tc, .art-Block-bc,.art-Block-cr, .art-Block-cl
{
position:absolute;
z-index:-1;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
{
width: 18px;
height: 18px;
background-image: url('images/Block-s.png');
}

.art-Block-tl
{
top:0;
left:0;
clip: rect(auto, 9px, 9px, auto);
}

.art-Block-tr
{
top: 0;
right: 0;
clip: rect(auto, auto, 9px, 9px);
}

.art-Block-bl
{
bottom: 0;
left: 0;
clip: rect(9px, 9px, auto, auto);
}

.art-Block-br
{
bottom: 0;
right: 0;
clip: rect(9px, auto, auto, 9px);
}

.art-Block-tc, .art-Block-bc
{
left: 9px;
right: 9px;
height: 18px;
background-image: url('images/Block-h.png');
}

.art-Block-tc
{
top: 0;
clip: rect(auto, auto, 9px, auto);
}

.art-Block-bc
{
bottom: 0;
clip: rect(9px, auto, auto, auto);
}

.art-Block-cr, .art-Block-cl
{
top: 9px;
bottom: 9px;
width: 18px;
background-image: url('images/Block-v.png');
}

.art-Block-cr
{
right:0;
clip: rect(auto, auto, auto, 9px);
}

.art-Block-cl
{
left:0;
clip: rect(auto, 9px, auto, auto);
}

.art-Block-cc
{
position:absolute;
z-index:-1;
top: 9px;
left: 9px;
right: 9px;
bottom: 9px;
background-color: #FEFBE7;
}

.art-Block
{
margin: 10px;
}

#banner-1, #banner-2, #banner-3, #banner-4, #banner-5, #banner-6
{
margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
position:relative;
z-index:0;
height: 30px;
padding: 0 7px;
margin-bottom: 0px;
}

.art-BlockHeader .t
{
height: 30px;
color: #000000;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: center;
white-space : nowrap;
padding: 0 1px;
line-height: 30px;
}

.art-BlockHeader .t h2.subject
{
height: 30px;
color: #000000;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: center;
white-space : nowrap;
padding: 0 1px;
line-height: 30px;
top: 0;
margin-bottom: 0;
margin-top: 0;
}

/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
position:relative;
z-index:0;
margin:0 auto;
min-width:1px;
min-height:1px;
}

.art-BlockContent-body
{
position: relative;
z-index: 1;
padding: 7px;
}

.art-BlockContent-body
{
color:#000000;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
margin-left: 0px;
margin-right: 0px;
}

.art-BlockContent-body a:link
{
color: #706538;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
color: #899385;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
color: #C4A01C;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.art-BlockContent-body ul
{
list-style-type: none;
color: #000000;
margin:0;
padding:0;
}

.art-BlockContent-body li
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 13px;
text-decoration: none;
}

.art-BlockContent-body .calendar-calendar td a:visited, .art-BlockContent-body .calendar-calendar td a.visited
{
color: #706538;
}

.art-BlockContent-body .links li
{
float: left;
padding: 0 0 0 1em;
background-image: none;
}

.art-BlockContent-body .calendar-calendar td a:hover
{
text-decoration:underline;
}

.art-BlockContent-body table td.mini a
{
font-weight:normal;
}

.art-BlockContent-body table td div.mini-day-on a
{
text-decoration:underline;
}

.art-BlockContent-body .calendar-calendar td a
{
text-decoration:none;
}

/* end Box, BlockContent */

/* begin Box, Post */
.art-Post
{
position:relative;
z-index:0;
margin:0 auto;
min-width:11px;
min-height:11px;
}

.art-Post-body
{
position: relative;
z-index: 1;
padding: 18px;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl, .art-Post-tc, .art-Post-bc,.art-Post-cr, .art-Post-cl
{
position:absolute;
z-index:-1;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl
{
width: 18px;
height: 18px;
background-image: url('images/Post-s.png');
}

.art-Post-tl
{
top:0;
left:0;
clip: rect(auto, 9px, 9px, auto);
}

.art-Post-tr
{
top: 0;
right: 0;
clip: rect(auto, auto, 9px, 9px);
}

.art-Post-bl
{
bottom: 0;
left: 0;
clip: rect(9px, 9px, auto, auto);
}

.art-Post-br
{
bottom: 0;
right: 0;
clip: rect(9px, auto, auto, 9px);
}

.art-Post-tc, .art-Post-bc
{
left: 9px;
right: 9px;
height: 18px;
background-image: url('images/Post-h.png');
}

.art-Post-tc
{
top: 0;
clip: rect(auto, auto, 9px, auto);
}

.art-Post-bc
{
bottom: 0;
clip: rect(9px, auto, auto, auto);
}

.art-Post-cr, .art-Post-cl
{
top: 9px;
bottom: 9px;
width: 18px;
background-image: url('images/Post-v.png');
}

.art-Post-cr
{
right:0;
clip: rect(auto, auto, auto, 9px);
}

.art-Post-cl
{
left:0;
clip: rect(auto, 9px, auto, auto);
}

.art-Post-cc
{
position:absolute;
z-index:-1;
top: 9px;
left: 9px;
right: 9px;
bottom: 9px;
background-color: #FEFBE7;
}

.art-Post
{
margin: 7px;
}

/* Start images */
a img
{
border: 0;
}

.art-article img, img.art-article
{
margin: 1em;
}

.art-metadata-icons img
{
border: none;
vertical-align: middle;
margin: 2px;
}
/* Finish images */

/* Start tables */

.art-article table, table.art-article
{
border-collapse: collapse;
margin: 1px;
width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
background-color:Transparent;
}

.art-article th
{
text-align: center;
vertical-align: middle;
padding: 7px;
}

/* Finish tables */

pre
{
overflow: auto;
padding: 0.1em;
}

fieldset
{
margin: 1em 0;
padding: 1em;
border: {TableBorderStyle} 0px {TableBorderColor};
width: 95%;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeader
{
text-decoration:none;
margin: 0.2em 0;
padding: 0;
font-weight:normal;
font-style:normal;
letter-spacing:normal;
word-spacing:normal;
font-variant:normal;
text-decoration:none;
font-variant:normal;
text-transform:none;
text-align:left;
text-indent:0;
line-height:inherit;
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 29px;
font-style: normal;
font-weight: bold;
text-align: center;
color: #634425;
}

.art-PostHeader a, .art-PostHeader a:link, .art-PostHeader a:visited, .art-PostHeader a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 29px;
font-style: normal;
font-weight: bold;
text-align: center;
margin:0;
color: #634425;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
color: #634425;
}

.art-PostHeader a:visited, .art-PostHeader a.visited
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
color: #5C6459;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
color: #C4A01C;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #5A5135;
}

.art-PostContent p
{
margin: 0.5em 0;
}

.art-PostContent, .art-PostContent p
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-align: justify;
color: #5A5135;
}

.art-PostContent
{
margin:0;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
color: #000000;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
color: #000000;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
color: #634425;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
color: #52594F;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
font-weight: normal;
font-style: normal;
text-decoration: none;
}

/* Start Content headings Fonts & Colors */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 31px;
font-style: normal;
font-weight: bold;
text-align: left;
color: #634425;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 24px;
font-style: normal;
font-weight: bold;
text-align: left;
color: #634425;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
text-align: left;
color: #634425;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
color: #634425;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-align: left;
color: #634425;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-align: left;
color: #634425;
}
/* Finish Content headings Fonts & Colors */

/* Image Assis module support */
body.img_assist
{
color: #5A5135;
}

.art-PostContent .calendar-calendar ul li, .art-PostContent .calendar-calendar ol ul li,
.art-PostContent div.view div.views-admin-links ul li, .art-PostContent div.view div.views-admin-links ol ul li
{
background-image: none;
padding: 2px;
}

.date-heading h3
{
text-align: center;
}

.art-PostContent ul.arttabs_primary li, .art-PostContent ul.arttabs_secondary li
{
background-repeat: no-repeat;
background-image: none;
}

/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
color: #393E37;
margin:1em 0 1em 2em;
padding:0;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 13px;
}

li ol, li ul
{
margin:0.5em 0 0.5em 2em;
padding:0;
}

li
{
margin:0.2em 0;
padding:0;
}

ul
{
list-style-type: none;
}

ol
{
list-style-position:inside;

}

/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.art-PostContent blockquote p
{
color:#0F100E;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-align: left;
}

blockquote,
.art-PostContent blockquote
{
border:solid 1px #D4CCAA;
margin:10px 10px 10px 50px;
padding:5px 5px 5px 32px;
background-color:#E9E4D3;
background-image:url('images/PostQuote.png');
background-position:left top;
background-repeat:no-repeat;
}

/* Finish blockuote */

blockquote, .art-PostContent blockquote
{
margin:10px 10px 10px 50px !important;
padding:5px 5px 5px 32px !important;
}

/* end PostQuote */

/* begin PostIcons */
.art-PostFooterIcons
{
padding:1px;
}

.art-PostFooterIcons, .art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-decoration: none;
color: #393E37;
}

.art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover
{
margin:0;
}

.art-PostFooterIcons a:link
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
color: #706538;
}

.art-PostFooterIcons a:visited, .art-PostFooterIcons a.visited
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
color: #52594F;
}

.art-PostFooterIcons a:hover, .art-PostFooterIcons a.hover
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
color: #C4A01C;
}
/* end PostIcons */

/* begin Button */
.art-button-wrapper .art-button
{
display:inline-block;
width: auto;
outline:none;
border:none;
background:none;
line-height:35px;
margin:0 !important;
padding:0 !important;
overflow: visible;
cursor: default;
text-decoration: none !important;
z-index:0;
}

.art-button-wrapper
{
display:inline-block;
position:relative;
height: 35px;
overflow:hidden;
white-space: nowrap;
width: auto;
z-index:0;
}

.firefox2 .art-button-wrapper
{
display:block;
float:left;
}

.art-button-wrapper .art-button
{
display:block;
height: 35px;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
white-space: nowrap;
text-align: left;
padding: 0 21px !important;
line-height: 35px;
text-decoration: none !important;
color: #D8DBD6 !important;
}

input, select
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
color: #FFFFFF !important;
text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
color: #FFFFFF !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
display:block;
position:absolute;
z-index:-1;
height: 105px;
background-image: url('images/Button.png');
}

.art-button-wrapper .l
{
left:0;
right:11px;
}

.art-button-wrapper .r
{
width:411px;
right:0;
clip: rect(auto, auto, auto, 400px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
top: -35px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
top: -70px;
}

/* end Button */

/* begin Footer */
.art-Footer
{
position:relative;
z-index:0;
overflow:hidden;
width: 1188px;
margin: 5px auto 0px auto;
}

.art-Footer .art-Footer-inner
{
height:1%;
position: relative;
z-index: 0;
padding: 20px;
text-align: center;
}

.art-Footer .art-Footer-background
{
position:absolute;
z-index:-1;
background-repeat:no-repeat;
background-image: url('images/Footer.png');
width: 1188px;
height: 150px;
bottom:0;
left:0;
}

.art-rss-tag-icon
{
position: relative;
display:block;
float:left;
background-image: url('images/rssIcon.png');
background-position: center right;
background-repeat: no-repeat;
margin: 0 5px 0 0;
height: 30px;
width: 19px;
cursor: default;
}

.art-Footer .art-Footer-text p
{
margin: 0;
}

.art-Footer .art-Footer-text
{
display:inline-block;
color:#DDD6BB;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-decoration: none;
}

.art-Footer .art-Footer-text a:link
{
text-decoration: none;
color: #CDC49D;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.art-Footer .art-Footer-text a:visited
{
text-decoration: none;
color: #7F8A7B;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.art-Footer .art-Footer-text a:hover
{
text-decoration: none;
color: #EDD47E;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
font-family:Arial;
font-size:10px;
letter-spacing:normal;
word-spacing:normal;
font-style:normal;
font-weight:normal;
text-decoration:underline;
color:#B3911A;
}

.art-page-footer
{
margin:1em;
text-align:center;
text-decoration:none;
color:#887A44;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 237px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-content
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 712px;
}
.art-contentLayout .art-content-sidebar1
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 949px;
}
.art-contentLayout .art-content-sidebar2
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 949px;
}
.art-contentLayout .art-content-wide
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 1186px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-sidebar2
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 237px;
}
/* end LayoutCell */

/*
** HTML elements
*/

body.art-body-nostyle
{
background: none;
}

ul li, .item-list ul li, li.expanded, li.leaf, li.collapsed
{
text-align: left;
display: block;
list-style-type: none;
list-style-image: none;
}

.arttabs_primary, .arttabs_secondary, .links, .service-links img, service-links img
{
padding-left: 0px;
margin: 0px;
}

ul.arttabs_primary li, ul.arttabs_secondary li
{
background-image: none;
float: left;
display: inline;
padding: 0;
}

ul.arttabs_primary li a, ul.arttabs_secondary li a
{
margin: 0 5px;
}

ul.links li
{
display: inline;
background-image: none;
}

li.messages
{
margin: 5px 0;
}

#user-login-form
{
text-align: left;
}

#user-login-form ul li
{
background-image: none;
padding-left:0;
}

ul.menu li a.active
{
font-weight: bold;
}

fieldset legend
{
/* Fix disappearing legend in FFox */
display: block;
}

.breadcrumb
{
display: none;
padding-bottom: .7em;
}

#edit-name, #edit-pass, #edit-mail, #search-block-form input.form-text
{
width: 90%;
}

#preview-args
{
width: auto;
}

.tags
{
float: left;
}

.messages
{
padding: 5px;
margin: 5px 0;
}

.status
{
border: 1px solid #090;
background:#C9FBC8;
margin: 5px 0;
}

tr.even, tr.odd
{
background-color: transparent;
}

.sticky-table
{
width: 100%;
}

#forum .links li
{
float: none;
clear: both;
}

#forum table
{
width: auto;
margin-top: 15px;
}

#forum td.container
{
padding-top: 15px;
border-left: none;
border-right: none;
}

#forum td.active
{
background-color: transparent;
}

#forum td.forum, #forum td.topics, #forum td.posts, #forum td.last-reply
{
padding-top: 4px;
padding-bottom: 4px;
}

#forum td.container
{
font-weight: bold;
}

#forum td.active
{
background-color: transparent;
}

.forum-topic-navigation
{
border-top: 0px transparent;
border-bottom: 0px transparent;
}

.forum-topic-navigation .topic-previous
{
text-align: left;
float: left;
}

.forum-topic-navigation .topic-next
{
text-align: right;
float: right;
}

.read_more
{
margin: 5px 0px;
text-align:left;
}

.sticky-table H2
{
font-size: 10px;
}

#footer
{
text-align: center;
}

.Footer .Footer-inner
{
float: left;
width: 100%;
}

.BlockContent
{
width: 100% !important;
}

/* Image Attach module fix */
img.image
{
margin: 0;
}

.image-attach-teaser
{
width: auto;
}

/* ImageField module fix */
img.imagefield
{
margin: 0;
}

.filefield-upload .art-button-wrapper
{
top: 10px;
}

.uc_out_of_stock_throbbing
{
position: absolute;
z-index: 1;
top: 16%;
left: 3px;
margin: 0;
padding: 0;
}

/* Support User picture */
.picture, .comment .submitted
{
clear:right;
float:right;
padding-left:1em;
}

.profile h3
{
border-bottom:0 none;
margin-bottom:1em;
}

/* Support Nodeblock module */
.art-Block-body .art-PostHeader
{
display: none;
}

.art-Block-body .art-Post
{
margin: 0;
}

0
0
leonidasz képe

Mindegy hova rakod, én a legvégére szoktam beilleszteni a plusz kódokat, vagy létrehozok egy másik css filet és hozzáadom az info-ba.

Ajánlom az alsmink létrehozását. Itt a drupal.hu oldalon is több fórumtéma foglalkozik vele, de a drupal-org oldalon is találhatsz leírásokat. Sőt létezik egy pp videó is.

Sok sikert!

0
0
iJoey képe

Szia!

Beszúrtam a kódot de nem lett változás :S! nem baj próbálkozok még.
Az alsminkes dolgot még nem sikerült elolvasni nem volt rá időm.
Köszönöm a kódot

0
0
leonidasz képe

.last {
display:none;
visibility:hidden
}

Ez kell neked!

0
0
iJoey képe

Ez már működik!
Nagyon köszönöm!

0
0
szantog képe

aham, és közben bármi más az oldalon netán kap egy .last classt, az huss, eltűnik!
Hmm.. Mik is lehetnek ezek?? Csak itt a drupal.hu-n eltüntetted vele a primary menu utolsó pontját, a navigáció menü utolsó pontját, és majdnem az összes oldalsó blokk utolsó pontját.
És akkor még nem néztünk taxonómia listákat, views listákat, ésatöbbi..
Ha valaki használja ezt a modult, megnézhetné theme developerrel, hogy melyik változó rakja azt a részt, hogy simán sminkrétegből ki lehessen kapni. Mert ha ezek után minden nem tetsző dolgot display:none-al tüntet el valaki, abból hosszabb távon csúnya meglepetések születnek.

0
0

----
Rájöttem, miért kérdezek olyan ritkán a drupal.hu-n. Amíg szedem össze az infokat a kérdéshez, mindig rájövök a megoldásra.

nevergone képe

Teljesen igazad van, csak ezen az oldalon 14 elem kapja meg a "last" osztályt.

"Célozni" csak pontosan, szépen, ahogy a csillag megy az égen, úgy érdemes.

0
0
iJoey képe

Változtattam is a dolgon! Az image modul image gallery css fájlában állítottam be.
Így néz most ki:
ul.galleries li .last {
clear : left;
margin : 0;
padding : 0;
font-style : italic;
display : none;

Ez elfogadható vagy létezik szebb megoldás is?

0
0
nevergone képe

Ott kezdődik, hogy sem a Drupal alaprendszer (core), de a modulok CSS fájljában nem módosítunk semmit. Mi lesz akkor, ha frissítésnél felülírod a régit? Elveszik a módosításod, és te meg csak nézel, hogy ami eddig működött, az most miért nem.
Minden módosítást, ami a kinézetről szól, az általad használt sminkben kell végrehajtani.

Az másik dolog, hogy amíg ezekkel nem vagy teljesen tisztában és nem vagy biztos a dolgodban, én nem hirdetném weboldalak készítését... de ez már teljesen magánvélemény.

0
0
iJoey képe

Nos egyszerű oldalakat megtudok csinálni és addig is élni kell valamiből! Teher alatt nő a pálma az én véleményem szerint! A sminkeket Artisterr-el készítettem, de a kapott témában már nem tudom hogy min kellene módosítani gondolom a page.tpl.php fájlban,de passz majd keresgélek, meg olvasgatom az alsminkes fórumokat is!

0
0
pp képe

Akkor ezt az eszmecserét itt le is zárhatjuk. Akinek megjegyzése van az magánban folytassa.

Köszönöm:

pp

0
0
nevergone képe

Igazad van, én már csak egy Neobase + Joomla! tárhelyen gondolkodom. :)

0
0
iJoey képe

Hehehe
Javítottam! Köszönöm az észrevételt

0
0
Balogh Zoltán képe

De ha már ott tartunk, hogy élni kell valamiből, és ehhez Artisteert használsz, akkor Te is tudsz mutatni nekünk egy ilyet, ugye?

0
0
nevergone képe

iJoey képe

úgy már jó a dolog hogy a style.css-hez adtam hozzá ezt
ul.galleries li .last {
clear : left;
margin : 0;
padding : 0;
font-style : italic;
display : none;
}

0
0
leonidasz képe

Nem nézek meg mindent, mi hogy van, én csak iránymutatást adtam. Ahhoz h jó oldalt rakj össze tisztában kell lenni néhány alap dologgal a drupalban. Én is sok hibát elkövettem az elején, mert lusta voltam (időhiány) utánajárni a megfelelő megoldásnak.
Itt mindenki nagyon rendes és segítőkész. De kérdés előtt olvasd át a fórumot.

Sok sikert a drupalhoz, nagyon jó és megbízható rendszer érdemes rászánni az elkövetkezendő hónapokat h jó weboldalakat tudj vele létrehozni.

0
0