Meniu partea stanga art_deluxe
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
-
- Utilizator înregistrat
- Mesaje: 32
- Membru din: 11-Apr-2013, 09:10:41
- Versiune: phpBB3
- Ext: Nu
- Server: Windows
- Nivel phpBB: Puţin experimentat
- Nivel php: Neexperimentat
Meniu partea stanga art_deluxe
Folosesc tema art_deluxe si dupa cum se vede meniul este in partea dreapta. www.arizon.ro . Ma refer la avatar, statistici, mesaje etc.
Va rog, cum pun meniul in partea stanga?
Tin sa precizez ca in them am fisierele: images,DroidSans.woff, layout_forms.css, layout_global.css, layout_index.css, layout_main.css, layout_pages.css, layout_topic.css, print.css, stylesheet.css, theme.cfg.
Va rog mult. Multumesc!
Va rog, cum pun meniul in partea stanga?
Tin sa precizez ca in them am fisierele: images,DroidSans.woff, layout_forms.css, layout_global.css, layout_index.css, layout_main.css, layout_pages.css, layout_topic.css, print.css, stylesheet.css, theme.cfg.
Va rog mult. Multumesc!
-
- Utilizator înregistrat
- Mesaje: 75
- Membru din: 02-Dec-2012, 13:45:39
- Versiune: 3.11
- Ext: Nu
- Server: Windows
- Nivel phpBB: Mediu
- Nivel php: Puţin experimentat
Re: Meniu partea stanga art_deluxe
Fi putin mai explicit...nu prea inteleg la ce te referi.
-
- Utilizator înregistrat
- Mesaje: 32
- Membru din: 11-Apr-2013, 09:10:41
- Versiune: phpBB3
- Ext: Nu
- Server: Windows
- Nivel phpBB: Puţin experimentat
- Nivel php: Neexperimentat
Re: Meniu partea stanga art_deluxe
Acel meniu din dreapta sa fie in partea stanga. Detaliile temei sunt in primul post. Va rog sa ma ajutati. MULTUMESC!
http://img22.imageshack.us/img22/360/71396660.png
http://img22.imageshack.us/img22/360/71396660.png
-
- Utilizator înregistrat
- Mesaje: 75
- Membru din: 02-Dec-2012, 13:45:39
- Versiune: 3.11
- Ext: Nu
- Server: Windows
- Nivel phpBB: Mediu
- Nivel php: Puţin experimentat
Re: Meniu partea stanga art_deluxe
Mi-ar fi mai suor daca mi-ai dat viewtopic_body si eventual toate css-urile ce le ai.Imi cam da batai de cap iconita aia cu "Online" din colt.
-
- Utilizator înregistrat
- Mesaje: 75
- Membru din: 02-Dec-2012, 13:45:39
- Versiune: 3.11
- Ext: Nu
- Server: Windows
- Nivel phpBB: Mediu
- Nivel php: Puţin experimentat
Re: Meniu partea stanga art_deluxe
Inlocuieste continutul fisierului layout_topic.css cu asta:
Nu uita sa stergi cache...sper sa iti fie de folos.
Scuze ca nu ti-am explicat mai exact ce trebuie sa faci.Am pierdut firul lucrurilor pe care le-am facut si nu prea mai am chef sa le fac din nou.
Daca mai ai nevoie de ceva lasa un reply...
Cod: Selectaţi tot
/*
Layout for posts
*/
.post, .panel {
margin-bottom: 4px;
padding: 4px;
}
#preview {
margin-top: 4px;
}
.post > div.inner, .panel > div.inner, .old-ie .post div.inner, .old-ie .panel div.inner-panel {
padding: 5px 10px;
}
.online .inner { background: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif") 100% 0 no-repeat; }
.postbody {
padding: 0;
line-height: 1.48em;
width: 80%;
float: right;
clear: both;
word-wrap: break-word;
}
.postbody .ignore {
}
.postbody h3.first, .postbody h3.first a {
/* The first post on the page uses this */
color: #ce6f36 !important;
}
.postbody h3 {
/* Postbody requires a different h3 format - so change it here */
padding: 2px 0 0 0;
margin: 0 0 2px 0 !important;
text-transform: none;
border: none;
line-height: 125%;
font-weight: normal;
font-size: 16px;
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}
.postbody h3, .postbody h3 a, .postbody h3 a:visited { color: #3e5795; }
.postbody h3 a:hover { color: #ce6f36; }
.postbody h3 img {
/* Also see tweaks.css */
vertical-align: bottom;
}
.postbody .content {
font-size: 12px;
}
.search .postbody {
width: 68%
}
.content {
min-height: 3em;
overflow: hidden;
line-height: 1.4em;
padding-bottom: 1px;
}
.content h2, .panel h2, .panel > div > h3, .panel .content > h3 {
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
font-weight: normal;
margin: 4px 0;
padding: 0;
font-size: 16px;
color: #3e5795;
}
.postbody > .notice {
clear: left;
margin-top: 10px;
font-size: 11px;
font-style: italic;
}
/* Poster profile icons
----------------------------------------*/
.post ul.profile-icons li {
opacity: 0;
transition: opacity 0.25s ease;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
-o-transition: opacity 0.25s ease;
-ms-transition: opacity 0.25s ease;
}
.post:hover ul.profile-icons li {
opacity: 1;
}
ul.profile-icons {
padding-top: 10px;
list-style: none;
}
/* Rollover state */
ul.profile-icons li {
float: left;
margin: 0 2px 3px 0;
background-position: 0 100%;
}
/* Rolloff state */
ul.profile-icons li a {
display: block;
width: 100%;
height: 100%;
background-color: #dfdfdf;
background-position: 0 0;
opacity: 1;
transition: opacity 0.25s ease;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
-o-transition: opacity 0.25s ease;
-ms-transition: opacity 0.25s ease;
}
/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span {
display: none;
}
ul.profile-icons li a:hover {
opacity: 0;
}
/* Positioning of moderator icons */
.postbody ul.profile-icons {
float: right;
width: auto;
padding: 0;
padding-bottom: 5px;
}
.postbody ul.profile-icons li {
margin: 0 3px;
}
/* Profile & navigation icons */
.email-icon, .email-icon a { background: url("{IMG_ICON_CONTACT_EMAIL_SRC}") top left no-repeat; }
.aim-icon, .aim-icon a { background: url("{IMG_ICON_CONTACT_AIM_SRC}") top left no-repeat; }
.yahoo-icon, .yahoo-icon a { background: url("{IMG_ICON_CONTACT_YAHOO_SRC}") top left no-repeat; }
.web-icon, .web-icon a { background: url("{IMG_ICON_CONTACT_WWW_SRC}") top left no-repeat; }
.msnm-icon, .msnm-icon a { background: url("{IMG_ICON_CONTACT_MSNM_SRC}") top left no-repeat; }
.icq-icon, .icq-icon a { background: url("{IMG_ICON_CONTACT_ICQ_SRC}") top left no-repeat; }
.jabber-icon, .jabber-icon a { background: url("{IMG_ICON_CONTACT_JABBER_SRC}") top left no-repeat; }
.pm-icon, .pm-icon a { background: url("{IMG_ICON_CONTACT_PM_SRC}") top left no-repeat; }
.quote-icon, .quote-icon a { background: url("{IMG_ICON_POST_QUOTE_SRC}") top left no-repeat; }
/* Moderator icons */
.report-icon, .report-icon a { background: url("{IMG_ICON_POST_REPORT_SRC}") top left no-repeat; }
.warn-icon, .warn-icon a { background: url("{IMG_ICON_USER_WARN_SRC}") top left no-repeat; }
.edit-icon, .edit-icon a { background: url("{IMG_ICON_POST_EDIT_SRC}") top left no-repeat; }
.delete-icon, .delete-icon a { background: url("{IMG_ICON_POST_DELETE_SRC}") top left no-repeat; }
.info-icon, .info-icon a { background: url("{IMG_ICON_POST_INFO_SRC}") top left no-repeat; }
/* Set profile icon dimensions */
ul.profile-icons li.email-icon { width: {IMG_ICON_CONTACT_EMAIL_WIDTH}px; height: {IMG_ICON_CONTACT_EMAIL_HEIGHT}px; }
ul.profile-icons li.aim-icon { width: {IMG_ICON_CONTACT_AIM_WIDTH}px; height: {IMG_ICON_CONTACT_AIM_HEIGHT}px; }
ul.profile-icons li.yahoo-icon { width: {IMG_ICON_CONTACT_YAHOO_WIDTH}px; height: {IMG_ICON_CONTACT_YAHOO_HEIGHT}px; }
ul.profile-icons li.web-icon { width: {IMG_ICON_CONTACT_WWW_WIDTH}px; height: {IMG_ICON_CONTACT_WWW_HEIGHT}px; }
ul.profile-icons li.msnm-icon { width: {IMG_ICON_CONTACT_MSNM_WIDTH}px; height: {IMG_ICON_CONTACT_MSNM_HEIGHT}px; }
ul.profile-icons li.icq-icon { width: {IMG_ICON_CONTACT_ICQ_WIDTH}px; height: {IMG_ICON_CONTACT_ICQ_HEIGHT}px; }
ul.profile-icons li.jabber-icon { width: {IMG_ICON_CONTACT_JABBER_WIDTH}px; height: {IMG_ICON_CONTACT_JABBER_HEIGHT}px; }
ul.profile-icons li.pm-icon { width: {IMG_ICON_CONTACT_PM_WIDTH}px; height: {IMG_ICON_CONTACT_PM_HEIGHT}px; }
ul.profile-icons li.quote-icon { width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_HEIGHT}px; }
ul.profile-icons li.report-icon { width: {IMG_ICON_POST_REPORT_WIDTH}px; height: {IMG_ICON_POST_REPORT_HEIGHT}px; }
ul.profile-icons li.edit-icon { width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; }
ul.profile-icons li.delete-icon { width: {IMG_ICON_POST_DELETE_WIDTH}px; height: {IMG_ICON_POST_DELETE_HEIGHT}px; }
ul.profile-icons li.info-icon { width: {IMG_ICON_POST_INFO_WIDTH}px; height: {IMG_ICON_POST_INFO_HEIGHT}px; }
ul.profile-icons li.warn-icon { width: {IMG_ICON_USER_WARN_WIDTH}px; height: {IMG_ICON_USER_WARN_HEIGHT}px; }
/* Fix profile icon default margins */
/* ul.profile-icons li.edit-icon { margin: 0 0 0 3px; }
ul.profile-icons li.quote-icon { margin: 0 0 0 10px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon { margin: 0 3px 0 0; } */
/* Post author */
p.author {
margin: 0;
padding: 0 0 5px;
font-size: 11px;
line-height: 1.2em;
color: #444;
}
p.author img { margin-right: 4px; }
p.author strong { font-weight: normal; }
/* Post signature */
.signature {
margin-top: 1.5em;
padding-top: 0.2em;
font-size: 11px;
color: #444;
border-top: 1px solid #ccc;
clear: left;
line-height: 140%;
overflow: hidden;
width: 100%;
}
dd .signature {
margin: 0;
padding: 0;
clear: none;
border: none;
}
.signature li {
list-style-type: inherit;
}
.signature ul, .signature ol {
margin-bottom: 1em;
margin-left: 3em;
}
/* Poster profile block
----------------------------------------*/
.postprofile {
margin: 2px 0 0px 0;
min-height: 80px;
color: #444;
border-right: 1px solid #ccc;
width: 18%;
float: left;
word-wrap: break-word;
}
.pm .postprofile {
border-right: 1px solid #ccc;
}
.postprofile dd, .postprofile dt {
line-height: 1.2em;
margin-left: 8px;
font-size: 11px;
}
.postprofile dt {
font-size: 14px;
line-height: 1.4em;
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}
.postprofile strong {
font-weight: normal;
color: #3e5795;
}
.avatar {
border: none;
margin-bottom: 3px;
}
/* Poster profile used by search*/
.search .postprofile {
width: 30%;
}
/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
width: 60% !important;
}
dl.pmlist dt textarea {
width: 95%;
}
dl.pmlist dd {
margin-left: 61% !important;
margin-bottom: 2px;
}
/* Post poll styles
----------------------------------------*/
fieldset.polls dl {
margin-top: 5px;
border-top: 1px solid #ccc;
padding: 5px 0 0 0;
line-height: 120%;
}
fieldset.polls dl.voted {
color: #ce6f36;
}
fieldset.polls dt {
text-align: left;
float: left;
display: block;
width: 30%;
border-right: none;
padding: 0;
margin: 0;
font-size: 1.1em;
}
fieldset.polls dd {
float: left;
width: 10%;
border-left: none;
padding: 0 5px;
margin-left: 0;
font-size: 1.1em;
}
fieldset.polls dd.resultbar {
width: 50%;
}
fieldset.polls dd input {
margin: 2px 0;
}
fieldset.polls dd div {
text-align: right;
font-family: Arial, Helvetica, sans-serif;
color: rgba(255, 255, 255, 0.8);
font-weight: normal;
padding: 0 3px;
overflow: visible;
min-width: 12px;
background: #3e5795 url({T_THEME_PATH}/images/poll.png) 0 0 repeat-x;
border: solid 0px transparent;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-top-color: #eee;
}
.old-ie fieldset.polls dd div { color: #fff; }
fieldset.polls dd div.pollbar2 { background-position: 0 -25px; }
fieldset.polls dd div.pollbar3 { background-position: 0 -50px; }
fieldset.polls dd div.pollbar4 { background-position: 0 -75px; }
fieldset.polls dd div.pollbar5 { background-position: 0 -100px; }
fieldset.polls dl.voted dd div { background-position: 0 -125px; }
/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
background: rgba(255, 255, 255, 0.3) url({T_THEME_PATH}/images/bb_quote.gif) 5px 8px no-repeat;
border: 1px solid #ccc;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
font-size: 12px;
margin: 0.5em 1px 0 25px;
overflow: hidden;
padding: 5px;
}
blockquote blockquote {
/* Nested quotes */
background-color: #f0f0f0;
font-size: 1em;
margin: 0.5em 1px 0 15px;
}
blockquote blockquote blockquote {
/* Nested quotes */
background-color: #e4e4e4;
}
blockquote cite {
/* Username/source of quoter */
font-style: normal;
font-weight: normal;
margin-left: 20px;
display: block;
font-size: 11px;
color: #444;
}
blockquote.uncited {
padding-top: 25px;
}
/* Code block */
dl.codebox {
padding: 3px;
background-color: rgba(255, 255, 255, 0.5);
border: 1px solid #ccc;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
margin: 0.5em 1px 0 25px;
font-size: 1em;
}
dl.codebox dt {
margin-bottom: 3px;
padding-left: 2px;
font-size: 11px;
font-weight: normal;
display: block;
color: #444;
}
blockquote dl.codebox {
margin-left: 0;
}
dl.codebox code {
/* Also see tweaks.css */
overflow: auto;
display: block;
height: auto;
max-height: 200px;
white-space: normal;
padding-top: 5px;
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
line-height: 1.3em;
color: #000;
margin: 2px 0;
}
.syntaxbg { color: #f7f7f7; }
.syntaxcomment { color: #444; }
.syntaxdefault { color: #000; }
.syntaxhtml { color: #000; }
.syntaxkeyword { color: #ce6f36; }
.syntaxstring { color: #3e5795; }
/* Attachments
----------------------------------------*/
.attachbox {
float: left;
width: auto;
margin: 5px 5px 5px 0;
padding: 6px;
background-color: rgba(255, 255, 255, 0.5);
border: 1px dashed #ccc;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
clear: left;
max-width: 98%;
max-width: calc(100% - 14px);
max-width: -moz-calc(100% - 14px);
}
.attachbox dt {
color: #444;
font-size: 11px;
}
.attachbox dd {
margin-top: 4px;
padding-top: 4px;
clear: left;
border-top: 1px solid #ccc;
}
.attachbox dd dd {
border: none;
}
.attachbox p {
line-height: 110%;
font-weight: normal;
clear: left;
}
.attachbox p.stats
{
line-height: 110%;
font-weight: normal;
clear: left;
}
.attach-image {
margin: 3px 0;
width: 100%;
max-height: 350px;
overflow: auto;
}
.attach-image img {
}
/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
display: block;
margin-bottom: 4px;
}
div.inline-attachment p {
font-size: 100%;
}
dl.file {
display: block;
}
dl.file dt {
text-transform: none;
margin: 0;
padding: 0;
font-size: 12px;
font-weight: normal;
}
dl.file dd {
margin: 0;
padding: 0;
}
dl.thumbnail img {
padding: 3px;
border: 1px solid #ccc;
}
dl.thumbnail dd {
font-style: italic;
}
.attachbox dl.thumbnail dd {
font-size: 100%;
}
dl.thumbnail dt a:hover {
}
dl.thumbnail dt a:hover img {
border: 1px solid #aaa;
}
/*
Reported / unapproved
*/
p.rules {
background: rgba(206, 111, 54, 0.1);
border: solid 1px #cba68f;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding: 6px;
margin: 5px 10px;
font-size: 12px;
line-height: 1.4em;
}
.old-ie p.rules {
background: #f4e6dd;
}
p.rules:hover {
border-color: rgba(203, 41, 106, 0.5);
}
p.rules img {
vertical-align: middle;
padding-top: 2px;
}
p.rules strong { font-weight: normal; }
p.rules a {
vertical-align: middle;
clear: both;
}
/*
Lists bbcode
*/
.content ul, .content ol {
margin-bottom: 1em;
margin-left: 3em;
}
.content li {
list-style-type: inherit;
}
/*
Post highlight
*/
.posthilit { color: #ce6f36; }
/*
Zoom in image
*/
span.zoom-container {
position: relative;
display: inline-block;
min-height: 34px;
}
span.zoom-image {
display: none;
transition: opacity 0.25s ease;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
-o-transition: opacity 0.25s ease;
-ms-transition: opacity 0.25s ease;
opacity: 0.7;
}
img.zoom + span.zoom-image {
display: block;
position: absolute;
top: 2px;
left: 2px;
width: 30px;
height: 30px;
background: url("{T_THEME_PATH}/images/zoom.png") 0 0 no-repeat;
cursor: pointer;
}
.zoom-container:hover span.zoom-image { opacity: 1; }
img.zoom.zoomed-in + span.zoom-image {
background-position: 0 -30px;
opacity: 0;
}
.zoom-container:hover img.zoom.zoomed-in + span.zoom-image { opacity: 0.7; }
Scuze ca nu ti-am explicat mai exact ce trebuie sa faci.Am pierdut firul lucrurilor pe care le-am facut si nu prea mai am chef sa le fac din nou.
Daca mai ai nevoie de ceva lasa un reply...
-
- Utilizator înregistrat
- Mesaje: 32
- Membru din: 11-Apr-2013, 09:10:41
- Versiune: phpBB3
- Ext: Nu
- Server: Windows
- Nivel phpBB: Puţin experimentat
- Nivel php: Neexperimentat
Re: Meniu partea stanga art_deluxe
Omule, mi-ai fost de mare ajutor si iti multumesc mult pentru ajutor.
Mai am nevoie de ajutor daca mai esti darnic si vrei sa ma ajuti, iti sunt recunoscator.
1. Cum ingustez tema? E lata pe tot ecranul
2. Daca vezi coloanele de la subforumuri, sunt una langa alta. Eu vrea ca acele coloane sa fie mai distantate daca ma intelegi.
3. Daca observi, in fata fiecarul forum este o casuta cu feed administratie. Cum o sterg sa nu mai existe?
Forumul este http://www.arizon.ro . Nu este reclama, va rog, nu ma sanctionati!
Descarca de aici tema mea. Link
Daca ma poti ajuta cu asta, esti cel mai tare si respect din partea mea pentru ajutorul de mai sus.
Multumesc!
Mai am nevoie de ajutor daca mai esti darnic si vrei sa ma ajuti, iti sunt recunoscator.
1. Cum ingustez tema? E lata pe tot ecranul
2. Daca vezi coloanele de la subforumuri, sunt una langa alta. Eu vrea ca acele coloane sa fie mai distantate daca ma intelegi.
3. Daca observi, in fata fiecarul forum este o casuta cu feed administratie. Cum o sterg sa nu mai existe?
Forumul este http://www.arizon.ro . Nu este reclama, va rog, nu ma sanctionati!
Descarca de aici tema mea. Link
Daca ma poti ajuta cu asta, esti cel mai tare si respect din partea mea pentru ajutorul de mai sus.
Multumesc!
-
- Utilizator înregistrat
- Mesaje: 75
- Membru din: 02-Dec-2012, 13:45:39
- Versiune: 3.11
- Ext: Nu
- Server: Windows
- Nivel phpBB: Mediu
- Nivel php: Puţin experimentat
Re: Meniu partea stanga art_deluxe
Ma bucur ca te-am putut ajuta...
Legat de ce ai cerut acum...daca vrei ceva de genul: http://s17.postimg.org/he8sri3vj/add_Cross.jpg
Intra in layout_main.css si inlocuieste tot ce ai cu asta:
( Nu uita de cache ! )
La a doua cerinta nu te prea inteleg.Nu ca nu te-ai fi exprimat tu bine...dar mie mi se par super ok coloanele asa cum sunt.Totusi, iau in seama si situatia in care eu as fi inteles gresit, motiv pentru care as aprecia daca mi-ai face o poza si mi-ai arata mai exact ce doresti.
La a treia cerinta...probabil o sa razi de mine, insa eu nu stiu ce e acela feed administratie.Insa ma gandesc ca tu vrei sa pui iconite personalizate pentru fiecare forum in parte.Te rog sa ma corectezi daca e cazul sau sa ma aprobi si voi incerca sa te ajut din nou.
Legat de ce ai cerut acum...daca vrei ceva de genul: http://s17.postimg.org/he8sri3vj/add_Cross.jpg
Intra in layout_main.css si inlocuieste tot ce ai cu asta:
Cod: Selectaţi tot
/*
Header and footer
*/
#header {
margin: 0;
padding: 0;
text-align: center;
min-height: 98px;
padding-bottom: 5px;
background: url({T_THEME_PATH}/images/header_g1.png) top left repeat-x;
background: url({T_THEME_PATH}/images/header_g2.png) top center repeat-y, url({T_THEME_PATH}/images/header_g1.png) top left repeat-x;
}
.old-ie #header {
padding-bottom: 0;
}
.old-ie #header .hdr1 {
background: url({T_THEME_PATH}/images/header_g2.png) top center repeat-y;
min-height: 95px;
padding-bottom: 5px;
}
#header a {
margin: 0;
padding: 0;
line-height: 1em;
font-size: 1px;
text-decoration: none;
border-width: 0;
}
#header a > img {
margin: 0;
padding: 0;
opacity: 1 !important;
}
#header p, #header h1 {
margin: 0;
padding: 0;
text-align: center;
white-space: nowrap;
font-weight: normal;
line-height: 1.4em;
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
text-shadow: rgba(0, 0, 0, 0.1) 1px 2px 1px;
}
#header h1 {
font-size: 24px;
color: rgba(255, 255, 255, 0.8);
}
.old-ie #header h1 {
color: #e4e7ef;
}
#header p {
font-size: 16px;
color: rgba(255, 255, 255, 0.7);
}
.old-ie #header p {
color: #d0d5e0;
}
#page-header {
clear: both;
margin: 0 100px;
min-height: 10px;
background: url({T_THEME_PATH}/images/hdr_tr.gif) top right no-repeat, url({T_THEME_PATH}/images/hdr_tl.gif) top left no-repeat, url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y, url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y, url({T_THEME_PATH}/images/hdr_t.gif) top left repeat-x, #dadada url({T_THEME_PATH}/images/innerbg.gif) top left repeat;
}
.old-ie #page-header {
background: #dadada url({T_THEME_PATH}/images/innerbg.gif) top left repeat;
}
.old-ie #page-header .hdr1 {
background: url({T_THEME_PATH}/images/hdr_t.gif) top left repeat-x;
}
.old-ie #page-header .hdr2 {
background: url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y;
}
.old-ie #page-header .hdr3 {
background: url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y;
}
.old-ie #page-header .hdr4 {
background: url({T_THEME_PATH}/images/hdr_tl.gif) top left no-repeat;
}
.old-ie #page-header .hdr5 {
background: url({T_THEME_PATH}/images/hdr_tr.gif) top right no-repeat;
min-height: 10px;
}
#nav-header, #search-adv {
display: block;
float: left;
z-index: 1;
margin-left: 5px;
position: relative;
top: -19px;
font-size: 12px;
line-height: 1em;
text-align: center;
}
#nav-header a, #nav-header a:visited, #search-adv a, #search-adv a:visited {
display: block;
float: left;
margin: 0;
margin-right: 10px;
padding: 0;
padding-left: 14px;
line-height: 1em;
background: url({T_THEME_PATH}/images/menu.png) top left no-repeat;
text-decoration: none;
transition: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}
#nav-header a span, #search-adv a span {
display: inline-block;
margin: 0;
margin-right: -10px;
padding: 0;
padding-right: 14px;
padding-top: 9px;
height: 23px;
background: url({T_THEME_PATH}/images/menu2.png) top right no-repeat;
font-size: 12px;
color: #c8d0e2;
text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0;
}
#nav-header a:hover, #nav-header a.new, #search-adv a:hover {
background-position: bottom left;
}
#nav-header a:hover span, #nav-header a.new span, #search-adv a:hover span {
background-position: bottom right;
color: #fff;
text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0;
}
#nav-header strong { font-weight: normal; }
#search-adv {
float: right;
z-index: 1;
margin-left: 0;
margin-right: 5px;
}
#search-box {
position: relative;
float: right;
z-index: 1;
top: -19px;
width: 180px;
height: 29px;
background: url({T_THEME_PATH}/images/header_search.png) center left no-repeat;
padding-left: 26px;
padding-top: 3px;
}
#search-box form {
display: inline;
border-width: 0;
margin: 0;
padding: 0;
}
.browser-ie #search-box input[type="text"] {
margin-top: 2px;
}
.old-ie #search-box input[type="text"] {
margin-top: 4px;
}
#search-box input[type="text"] {
margin: 0;
padding: 4px 3px;
border-width: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
background: transparent;
height: 16px;
width: 160px;
line-height: 1em;
font-size: 11px;
color: #c8d0e2;
outline-style: none;
-webkit-appearance: none;
}
#search-box input[type="text"]:hover, #search-box input[type="text"]:focus {
color: #fff;
}
.browser-ie #search-box {
padding-top: 2px;
}
.browser-ie #search-box input[type="text"] {
height: 14px;
}
/*
Footer
*/
#footer {
text-align: center;
vertical-align: bottom;
line-height: 1.3em;
margin: 0 100px;
padding: 8px;
padding-top: 15px;
font-size: 11px;
color: rgba(255, 255, 255, 0.3);
background: url({T_THEME_PATH}/images/hdr_br.gif) top right no-repeat, url({T_THEME_PATH}/images/hdr_bl.gif) 0 0 no-repeat, url({T_THEME_PATH}/images/hdr_b.gif) 0 0 repeat-x;
}
.old-ie #footer {
background: url({T_THEME_PATH}/images/hdr_b.gif) 0 0 repeat-x;
padding: 0;
color: #a4abbd;
}
.old-ie #footer .hdr1 {
background: url({T_THEME_PATH}/images/hdr_bl.gif) 0 0 no-repeat;
}
.old-ie #footer .hdr2 {
background: url({T_THEME_PATH}/images/hdr_br.gif) top right no-repeat;
padding: 8px;
padding-top: 15px;
}
#footer .copyright {
text-shadow: rgba(0, 0, 0, 0.1) 1px 2px 1px;
}
#footer .copyright a, #footer .copyright a:visited {
color: rgba(255, 255, 255, 0.3);
text-decoration: underline;
}
#footer .copyright a:hover, #footer .copyright strong a {
color: rgba(255, 255, 255, 0.7);
text-decoration: underline;
}
.old-ie #footer .copyright, .old-ie #footer .copyright a {
color: #a4abbd;
}
.old-ie #footer .copyright a:hover, .old-ie #footer .copyright strong a {
color: #cdd1dd;
}
body.simple .copyright {
text-align: center;
color: #444;
font-size: 11px;
}
.copyright .copy-left {
float: left;
text-align: left;
padding-left: 8px;
}
.copyright .copy-right {
float: right;
text-align: right;
padding-right: 8px;
}
/*
Wrapper
*/
#page-body {
margin: 0 100px;
padding: 0 6px;
background: url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y, url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y, #dadada url({T_THEME_PATH}/images/innerbg.gif) top left repeat;
}
.old-ie #page-body {
background: url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y;
margin: 0;
}
.old-ie #page-body1 {
margin: 0 10px;
background: #dadada url({T_THEME_PATH}/images/innerbg.gif) top left repeat
}
.old-ie #page-body2 {
background: url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y;
}
body.simple #page-body {
padding: 0 6px;
background: none;
border-top-width: 0;
}
#page-body > p, .section-index #page-body > form { margin: 6px 4px; }
#page-body > p.rightside { margin-top: 0; }
body.simple #page-body > h2.solo {
margin-top: 10px;
}
/*
Navigation
*/
.nav-links {
clear: left;
position: relative;
left: -4px;
top: -14px;
height: 34px;
margin: 0;
padding: 0;
text-align: left;
}
.nav-links-footer { top: 0; }
.nav-links a {
display: block;
float: left;
height: 34px;
padding-right: 15px;
margin-right: -9px;
background: url({T_THEME_PATH}/images/nav2.png) right -40px no-repeat;
}
.old-ie .nav-links a { color: #fff !important; }
.nav-links a, .nav-links a:visited, .nav-links a:hover, .nav-links a:active {
outline-style: none;
}
.nav-links a:first-child {
background-position: right 0;
}
.nav-links a span {
display: block;
background: url({T_THEME_PATH}/images/nav.png) 0 -40px no-repeat;
padding-top: 10px;
padding-left: 20px;
height: 24px;
font-size: 12px;
line-height: 1em;
color: rgba(255, 255, 255, 0.7);
text-shadow: rgba(0, 0, 0, 0.1) 1px 2px 1px;
white-space: nowrap;
max-width: 200px;
overflow: hidden;
}
.old-ie .nav-links a span {
color: #dadee7;
}
.nav-links a:first-child span {
padding-left: 6px;
background-position: -20px 0;
}
.nav-links a:hover {
background-position: right -80px;
}
.nav-links a:hover span {
background-position: 0 -80px;
}
.nav-links a:first-child:hover span {
background-position: -20px -80px;
}
.nav-links a:first-child span, .nav-links a:hover span {
color: rgba(255, 255, 255, 0.7);
}
.old-ie .nav-links a:first-child span, .old-ie .nav-links a:hover span {
color: #e5dad4;
}
.nav-extra {
z-index: 2;
clear: right;
float: right;
position: relative;
top: -8px;
font-size: 11px;
margin: 8px;
color: #888;
}
.nav-extra-footer { top: 0; }
.nav-extra .time { color: #444; }
/*
Rules
*/
div.rules {
margin: 6px 4px;
padding: 6px;
background: rgba(206, 111, 54, 0.1);
border: solid 1px #cba68f;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
text-shadow: none;
}
.old-ie div.rules {
background: #f4e6dd;
}
div.rules .inner > strong {
color: #3e5795;
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.4em;
}
#information, #newpm {
text-align: center;
padding: 20px;
}
/*
Link to switch to mobile style
*/
.mobile-style-switch a {
padding: 5px 10px 6px;
border: 1px solid #c0c0c0;
border-radius: 10px;
background: #dfdfdf;
box-shadow: #e8e8e8 0 0 0 1px inset;
}
La a doua cerinta nu te prea inteleg.Nu ca nu te-ai fi exprimat tu bine...dar mie mi se par super ok coloanele asa cum sunt.Totusi, iau in seama si situatia in care eu as fi inteles gresit, motiv pentru care as aprecia daca mi-ai face o poza si mi-ai arata mai exact ce doresti.
La a treia cerinta...probabil o sa razi de mine, insa eu nu stiu ce e acela feed administratie.Insa ma gandesc ca tu vrei sa pui iconite personalizate pentru fiecare forum in parte.Te rog sa ma corectezi daca e cazul sau sa ma aprobi si voi incerca sa te ajut din nou.
-
- Utilizator înregistrat
- Mesaje: 32
- Membru din: 11-Apr-2013, 09:10:41
- Versiune: phpBB3
- Ext: Nu
- Server: Windows
- Nivel phpBB: Puţin experimentat
- Nivel php: Neexperimentat
Re: Meniu partea stanga art_deluxe
Am pus copy-paste in loyout_main.css si am curatat cache + refrash theme, temples si imageset dar nu s-a ingustat nimic. E la fel.
http://img843.imageshack.us/img843/8718/81015231.jpg
http://img843.imageshack.us/img843/8718/81015231.jpg
-
- Utilizator înregistrat
- Mesaje: 75
- Membru din: 02-Dec-2012, 13:45:39
- Versiune: 3.11
- Ext: Nu
- Server: Windows
- Nivel phpBB: Mediu
- Nivel php: Puţin experimentat
Re: Meniu partea stanga art_deluxe
Incep cu imaginea forumurilor.Inlocuieste din nou tot ce ai in layout_index.css cu:
Pe urma intra in PA->Stiluri->cauta numele temei (Artodia: Deluxe)->in stanga apasa pe butonul "Sterge".Acum pe aceasi pagina la "Stiluri dezinstalate" trebuie sa iti apara numele temei.O instalezi din nou si ar trebui sa functioneze.
Pentru acel RSS am nevoie de acces la FTP-ul tau.Cred ca ai instalat un mod special pentru chestia aceea.Eu am aceasi tema ca si tine pentru teste si nu imi apare.
Iar pentru subforumuri iti recomand sa instalezi MOD-ul acesta.
Cod: Selectaţi tot
/*
Website index, forum view
*/
div.forabg, div.forumbg, .panel, .post {
clear: both;
}
ul.linklist {
display: block;
height: 14px;
margin: 6px 4px;
}
ul.linklist li {
display: block;
float: left;
list-style-type: none;
margin-right: 5px;
}
div.forabg, div.forumbg {
margin: 6px 0;
}
.old-ie .forabg, .old-ie .forumbg, .old-ie .panel, .old-ie .post, .old-ie .rules {
zoom: 1;
}
ul.topiclist {
display: block;
clear: both;
list-style-type: none;
margin: 0;
}
ul.topiclist li {
display: block;
list-style-type: none;
margin: 0;
padding: 5px;
border-width: 0;
}
ul.topiclist li.header {
margin: 4px 4px 2px;
padding: 0;
border: solid 1px #969fb3;
background: #384461 url({T_THEME_PATH}/images/th.gif) 0 0 repeat-x;
background: url({T_THEME_PATH}/images/header_g2.png) top center repeat-y, #384461 url({T_THEME_PATH}/images/th.gif) 0 0 repeat-x;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
color: rgba(255, 255, 255, 0.9);
text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
font-family: 'Droid Sans', Verdana;
}
ul.topiclist li.header a, ul.topiclist li.header a:visited {
color: rgba(255, 255, 255, 0.9);
text-decoration: underline;
}
.old-ie ul.topiclist li.header, .old-ie ul.topiclist li.header a, .old-ie ul.topiclist li.header a:visited {
color: #fff;
}
ul.topiclist li.header a:hover, ul.topiclist li.header a:active {
color: #fff;
}
ul.topiclist li.header dt, ul.topiclist li.header dd {
font-size: 12px;
line-height: 1.2em;
}
ul.topiclist dl {
overflow: hidden;
position: relative;
}
ul.topiclist li.row dl {
padding: 2px 0;
}
ul.topiclist dt {
display: block;
float: left;
width: 50%;
padding-left: 5px;
padding-right: 5px;
}
ul.topiclist dd {
display: block;
float: left;
padding: 4px 0;
border-left: 1px solid #d4d4d4;
transition: border-left-color 0.25s ease;
-webkit-transition: border-left-color 0.25s ease;
-moz-transition: border-left-color 0.25s ease;
-o-transition: border-left-color 0.25s ease;
-ms-transition: border-left-color 0.25s ease;
}
ul.topiclist li:hover dd {
border-left-color: #c8c8c8;
}
ul.topiclist dfn {
/* Labels for post/view counts */
position: absolute;
left: -999px;
width: 990px;
}
ul.topiclist li.row dt a.subforum {
background-position: 0 50%;
background-repeat: no-repeat;
position: relative;
white-space: nowrap;
padding: 0 0 0 12px;
}
ul.topiclist li.row dt a.subforum.read {
background-image: url("{IMG_SUBFORUM_READ_SRC}");
}
ul.topiclist li.row dt a.subforum.unread {
background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
}
.forum-image {
float: left;
padding-top: 5px;
margin-right: 5px;
}
.feed-icon-forum {
float: right;
display: block;
width: 18px;
height: 18px;
background: url({T_THEME_PATH}/images/rss.png) 0 0 no-repeat;
}
.feed-icon-forum:hover { background-position: 0 -20px; }
.feed-icon-forum span { display: none; }
li.row {
}
li.row strong {
font-weight: normal;
}
li.header dt, li.header dd {
color: rgba(255, 255, 255, 0.8);
line-height: 1em;
border-left-width: 0;
margin: 0;
padding: 4px 0;
}
.old-ie li.header dt, .old-ie li.header dd {
color: #fff;
}
li.header dd {
margin-left: 1px;
}
li.header dl {
min-height: 0;
padding-left: 6px;
}
li.header dl.icon dt {
/* Tweak for headers alignment when folder icon used */
padding-left: 0;
padding-right: 50px;
}
/* Forum list column styles */
dl.icon {
min-height: 35px;
background-position: 9px 5%; /* Position of folder icon */
background-repeat: no-repeat;
}
dl.icon dt {
padding-left: 45px; /* Space for folder icon */
background-repeat: no-repeat;
background-position: 5px 95%; /* Position of topic icon */
font-size: 11px;
line-height: 1.3em;
}
dl.icon dt div.extra {
float: right;
padding-top: 4px;
}
dd.posts, dd.topics, dd.views {
width: 8%;
text-align: center;
line-height: 2.2em;
font-size: 12px;
}
a.forumtitle, a.topictitle {
font-size: 14px;
font-weight: 500;
line-height: 1.3em;
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}
.unread a.forumtitle, .unread a.forumtitle:visited,
.unread a.topictitle, .unread a.topictitle:visited,
.reported a.topictitle, .reported a.topictitle:visited,
.unapproved a.topictitle, .unapproved a.topictitle:visited {
color: #ce6f36;
}
.unread a.forumtitle:hover, .unread a.topictitle:hover,
.reported a.topictitle:hover, .unapproved a.topictitle:hover {
color: #cf3694;
}
/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
list-style-position: inside;
margin-left: 1em;
}
dl.icon dt li {
display: list-item;
list-style-type: inherit;
}
dd.lastpost {
width: 25%;
font-size: 11px;
}
dd.redirect {
font-size: 12px;
line-height: 2.5em;
}
dd.redirect.empty {
display: none;
}
dd.moderation {
font-size: 11px;
}
dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
display: block;
padding-left: 5px;
}
dd.time {
width: auto;
line-height: 200%;
font-size: 11px;
}
dd.extra {
width: 12%;
line-height: 200%;
text-align: center;
font-size: 11px;
}
dd.mark {
float: right !important;
width: 9%;
text-align: center;
line-height: 200%;
font-size: 11px;
}
dd.info {
width: 30%;
}
dd.option {
width: 15%;
line-height: 200%;
text-align: center;
font-size: 11px;
}
dd.searchby {
width: 47%;
font-size: 11px;
line-height: 1em;
}
ul.topiclist dd.searchextra {
margin-left: 5px;
padding: 0.2em 0;
font-size: 11px;
color: #000;
border-left: none;
clear: both;
width: 98%;
overflow: hidden;
}
/* Container for post/reply buttons */
.topic-actions {
margin: 0 4px 3px;
font-size: 11px;
height: 28px;
min-height: 28px;
}
div[class].topic-actions {
height: auto;
}
/* Buttons */
.buttons {
float: left;
}
.buttons div {
float: left;
margin: 0 5px 0 0;
background-position: 0 100%;
}
.old-ie .buttons div {
margin-left: 10px;
}
.buttons div a {
font-size: 13px;
line-height: 1em;
white-space: nowrap;
display: inline-block;
position: relative;
margin: 0 0 0 10px;
padding: 6px 12px 0 2px;
height: 20px;
text-decoration: none;
text-align: center;
color: rgba(255, 255, 255, 0.75);
background: url({T_THEME_PATH}/images/buttons.png) top right no-repeat;
text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
}
.browser-ie .buttons div a {
line-height: 21.49px;
padding-top: 2px;
height: 24px;
}
.old-ie .buttons div a { color: #cad0e0; }
.buttons div a, .buttons div a:hover, .buttons div a:active {
text-decoration: none;
border-width: 0;
outline-style: none;
}
.buttons div a:hover, .buttons div a:active {
color: rgba(255, 255, 255, 0.9);
}
.old-ie .buttons div a:hover, .old-ie .buttons div a:active {
color: #fff;
}
.buttons div a span {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: -10px;
width: 10px;
background: url({T_THEME_PATH}/images/buttons.png) top left no-repeat;
}
.buttons div a:hover {
background-position: right -30px;
}
.buttons div a:active {
background-position: right bottom;
}
.buttons div a:hover span {
background-position: left -30px;
}
.buttons div a:active span {
background-position: left bottom;
}
/* Pagination
---------------------------------------- */
.pagination {
width: auto;
text-align: right;
margin-top: 5px;
margin-bottom: 3px;
float: right;
}
.pagination span.page-sep {
display: none;
}
li.pagination {
margin-top: 0;
}
.pagination strong, .pagination b {
font-weight: normal;
}
.pagination span strong {
padding: 0 2px;
margin: 0 2px;
font-weight: normal;
border: 1px solid #aab4cd;
background-color: #3e5795;
color: #fff;
}
.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
font-weight: normal;
text-decoration: none;
margin: 0 2px;
padding: 0 2px;
border: solid 1px #ccc;
background-color: #f4f4f4;
line-height: 1.5em;
transition: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}
.pagination span a:hover {
border-color: #e0c5b5;
background-color: #ce6f36;
color: #fff;
}
.pagination span a:active {
border-color: #e1b6d0;
background-color: #cf3694;
color: #fff;
}
.pagination img {
vertical-align: middle;
}
/* Pagination in viewforum for multipage topics */
.row .pagination {
display: block;
float: right;
width: auto;
margin-top: 0;
padding: 1px 0 1px 15px;
font-size: 0.9em;
background: none 0 50% no-repeat;
}
/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
float: right;
width: auto;
padding-left: 5px;
margin-left: 5px;
margin-top: 10px;
text-align: right;
}
/* Login on index */
body.section-index #page-body > form > h3 { display: none; }
Pentru acel RSS am nevoie de acces la FTP-ul tau.Cred ca ai instalat un mod special pentru chestia aceea.Eu am aceasi tema ca si tine pentru teste si nu imi apare.
Iar pentru subforumuri iti recomand sa instalezi MOD-ul acesta.
Cine este conectat
Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 8 vizitatori