User Tools

Site Tools


hacking_dokuwiki:discussion_template

Plugin discussion: cambios en el template

Con estos cambios la página de debates separa visualmente cada hilo de discusión

<sxh> div.dokuwiki div.comment_wrapper {

background-color: white;
margin: 0;
padding: 0.5em 0.5em 1.5em 0.5em;
clear: both;

}

div.dokuwiki div.comment_text {

padding-top: 0.5em

}

div.dokuwiki div#discussioncomment_preview { padding: 1em 0; margin-top: 1em; visibility: hidden; } div.dokuwiki div.comment_preview { padding: 1em; border: 1px dashed border; } div.dokuwiki div.comment_form { margin-top: 1.5em; padding-top: 0.5em; clear: both; } div.dokuwiki div.comment_form .error { background: #fcc; } div.dokuwiki #discussioncomment_form label input.edit {

width: 75%;

}

div.dokuwiki #discussioncomment_form { .comment_name, .comment_mail, .comment_url, .comment_address, .comment_date { margin: 2px 0; } } div.dokuwiki .comment_head { font-size: 80%; color: text_neu; padding-top: 0.5em; margin-top: 1em; clear: both; background-color: lightgrey; } div.dokuwiki .comment_head abbr { border-bottom: 0; } div.dokuwiki .comment_head span.author { background: transparent url(images/user.gif) 0 1px no-repeat; padding: 1px 0 1px 16px; } div.dokuwiki .comment_head abbr.published { background: transparent url(images/date.gif) 0 1px no-repeat; padding: 1px 0 1px 16px; } div.dokuwiki .comment_body { padding-top: 0.5em; padding-bottom: 0.5em; padding-left: 0.5em; padding-right: 0.5em; background-color: #F2F2F2; } div.dokuwiki .comment_body h1 { color: #1E5D9B; } div.dokuwiki .comment_body h2 { color: #1E5D9B; } div.dokuwiki .comment_body h3 { color: #1E5D9B; } div.dokuwiki div.comment_replies { } div.dokuwiki div.comment_subscribe { float: left; display: inline; padding: 0 0.8em; } div.dokuwiki div.comment_subscribe input { float: left; display: inline; margin-top: 0.3em; } div.dokuwiki div.comment_subscribe label { float: left; padding-left: 0.4em; font-weight: normal; } div.dokuwiki input.comment_submit { float: left; display: inline; } div.dokuwiki div.comment_hidden { opacity: 0.5; } div.dokuwiki div.comment_buttons { float: right; font-size: 10px; cursor: pointer; margin-top: -21px; padding-bottom: 1em; } div.dokuwiki div.comment_buttons input.button { border: 1px solid border; color: text; background-color: background; vertical-align: middle; text-decoration: none; padding: .1em .5em; } div.dokuwiki div.toggle_button { text-align: right; } div.dokuwiki div.toggle_button input.button { border: 1px solid border; color: text; background-color: background; vertical-align: middle; text-decoration: none; padding: .1em .5em; font-size: 10px; } div.dokuwiki div.newthread_form { clear: both; text-align: center; margin-bottom: 1em; } div.dokuwiki #discussionnewthread_form input.edit {

width: 95%;

}

div.dokuwiki ul.admin_discussion li.hidden {

display: list-item;
opacity: 0.5;

}

div.dokuwiki ul.admin_discussion span.abstract {

color: __text_neu__;

}

div.dokuwiki table.pagelist tr.discussion_status2 a {

color: __text_neu__ !important;

}

</sxh>

hacking_dokuwiki/discussion_template.txt · Last modified: 2014/12/11 13:14 by jherrero