RPG-Maker Quartier

Hier dreht sich alles um die RPG-Maker-Reihe von ASCII/Enterbrain. Der RPG-Maker ist ein Tool, mit dem du dir dein eigenes kleines Rollenspiel erstellen kannst. Du findest hier alles, was du dazu brauchst. Aber natürlich umfasst die Community noch mehr!
Aktuelle Zeit: Mo Mär 02, 2020 22:50

Alle Zeiten sind UTC + 1 Stunde



Mitglieder in diesem Forum: 0 Mitglieder und 2 Gäste



Ein neues Thema erstellen Auf das Thema antworten  [ 53 Beiträge ]  Gehe zu Seite Vorherige  1, 2, 3, 4

Alternative einbauen?
Umfrage endete am So Dez 16, 2012 19:25
Ja 100%  100%  [ 5 ]
Nein 0%  0%  [ 0 ]
Abstimmungen insgesamt : 5
Autor Nachricht
Online
Attention-whore
Attention-whore
Benutzeravatar
Beiträge: 1583
Alter: 31
Wohnort: /var/www
 Betreff des Beitrags: Re: Forendesign
BeitragVerfasst: Sa Apr 06, 2013 15:02 
Besser, mir persönlich zwar nach wie vor zu groß aber naja :D.
Die Überschriften stechen allerdings nach wie vor sehr heraus und auch die Breadcrumbs finde ich etwas zu sehr hervorgehoben.

/edit: :D


Zuletzt geändert von Xardas der Dunkle am Sa Apr 06, 2013 15:25, insgesamt 1-mal geändert.

Nach oben
 Profil  
Mit Zitat antworten  
Offline
Gnu-Hirte
Gnu-Hirte
Benutzeravatar
Beiträge: 539
 Betreff des Beitrags: Re: Forendesign
BeitragVerfasst: Sa Apr 06, 2013 15:08 
:dozey:


Nach oben
 Profil  
Mit Zitat antworten  
Offline
Archmaester of the Citadel
Archmaester of the Citadel
Beiträge: 6468
 Betreff des Beitrags: Re: Forendesign
BeitragVerfasst: So Apr 07, 2013 12:56 
Rosa hat geschrieben:
#fxm-framed-ad-1 ist kein forencss. was soll das machen?

die flash-ads oben zentrieren, damit die nicht so blöd am rand rumhängen?

Zitat:
die ecken der wrapper würd ich nicht abrunden, denn das sind gar keine. schließt die seite bei dir nicht am bildschirmrand ab? (das selbe für "border-bottom:15px;")

oben ist ne lücke, da sollte unten auch eine sein
und mit dem farbverlauf zur seite hin find ich das mit nem leichten border-radius eigentlich besser.


Nach oben
 Profil  
Mit Zitat antworten  
Offline
Gnu-Hirte
Gnu-Hirte
Benutzeravatar
Beiträge: 539
 Betreff des Beitrags: Re: Forendesign
BeitragVerfasst: Mo Jun 24, 2013 21:35 
Kontrast der Inputboxen verringert, Werbung irgendwie gerichtet (ist i.d.R. immerhin zentriert, lässt sich von meinen Anweisungen ansonsten aber wenig beeindrucken), #wrapcenter-Ecken abgerundet, Layoutfehler bei Fensterskalierung behoben, die Threadseitenzahllinkdingenses dazu bewogen sichtbar zu bleiben, einige Formularmenüs angepasst, und, und, und. Ich habe fertig.

Code:
/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
   Style name:   Classic 2.0
   Based on style:   subSilver (the default phpBB 2 style)
   Original author:   subBlue ( http://www.subBlue.com/ )
   Modified by:      Florian Forster; psoTFX and the phpBB team ( http://www.phpbb.com )
   
   This is an alternative style for phpBB3 for those wishing to stay with
   the familiar subSilver style of phpBB version 2.x
   
   Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
   /* Reset browsers default margin, padding and font sizes */
   margin: 0;
   padding: 0;
}

html {
   font-size: 100%;
}

body {
   /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
   font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
   color: #FFFFE0;
   background-color: #00001A;
   font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
   margin: 0;
}

#wrapheader {
   min-height: 120px;
   height: auto !important;
   height: 120px;
/*   background-image: url('./images/background.gif');
   background-repeat: repeat-x;*/
/*   padding: 0 25px 15px 25px;*/
   padding: 0;
}

#wrapcentre {
   margin: 15px 25px 0 25px;
}

#wrapfooter {
   text-align: center;
   clear: both;
}

#wrapnav {
   width: 100%;
   margin: 0;
   background-color: #ECECEC;
   border-width: 1px;
   border-style: solid;
   border-color: #A9B8C2;
}

#logodesc {
   margin-bottom: 5px;
   padding: 5px 25px;
   border-bottom: 0px solid #17395C;
}

#menubar {
   margin: 0 25px;
}

#datebar {
   margin: 10px 25px 0 25px;
}

#findbar {
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}

.forumrules {
   background-color: #17395C;
   border-width: 1px;
   border-style: solid;
   border-color: #17395C;
   padding: 4px;
   font-weight: normal;
   font-size: 1.1em;
   font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
}

.forumrules h3 {
   color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
   color: #FFFFE0;
   font-family:  Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
   font-weight: bold;
   font-size: 1.8em;
   text-decoration: none;
}

h2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 1.5em;
   text-decoration: none;
   line-height: 120%;
}

h3 {
   font-size: 1.3em;
   font-weight: bold;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   line-height: 120%;
}

h4 {
   margin: 0;
   font-size: 1.1em;
   font-weight: bold;
}

p {
   font-size: 1.1em;
}

p.moderators {
   margin: 0;
   float: left;
   color: #FFFFE0;
   font-weight: bold;
   
}

.rtl p.moderators {
   float: right;
}

p.linkmcp {
   margin: 0;
   float: right;
   white-space: nowrap;
}

.rtl p.linkmcp {
   float: left;
}

p.breadcrumbs {
   margin: 0;
   float: left;
   color: #FFFFE0;
   font-weight: bold;
   white-space: normal;
   font-size: 1em;
}

.rtl p.breadcrumbs {
   float: right;
}

p.datetime {
   margin: 0;
   float: right;
   white-space: nowrap;
   font-size: 1em;
}

.rtl p.datetime {
   float: left;
}

p.searchbar {
   padding: 2px 0;
   white-space: nowrap;
}

p.searchbarreg {
   margin: 0;
   float: right;
   white-space: nowrap;
}

.rtl p.searchbarreg {
   float: left;
}

p.forumdesc {
   padding-bottom: 4px;
}

p.topicauthor {
   margin: 1px 0;
}

p.topicdetails {
   margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
   margin: 1px 0;
   color: red;
   font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
   color: green;
   font-weight:bold;
}

.postapprove img, .postreported img {
   vertical-align: bottom;
   padding-top: 5px;
}

.postauthor {
   color: #FFFFE0;
   font-size: 1.1em;
}

.postdetails {
   color: #FFFFE0;
}

.postbody {
   font-size: 1.1em;
   line-height: 1.2em;
   font-family: Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
   margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
   margin: 0 1.5em 0 0;
}

.posthilit {
   font-size: 1.2em;
   font-weight: bold;
}

.nav {
   margin: 0;
   color: #FFFFE0;
   font-weight: bold;
}

.pagination {
   padding: 4px;
   color: black;
   font-size: 1em;
   font-weight: bold;
}

.cattitle {

}

.gen {
   margin: 1px 1px;
   font-size: 1.1em;
}

.genmed {
   margin: 1px 1px;
   font-size: 1.1em;
}

.gensmall {
   margin: 1px 1px;
   font-size: 1em;
}

.copyright {
   color: #FFFFE0;
   font-weight: normal;
   font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
}

.titles {
   font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
   font-weight: bold;
   font-size: 1.4em;
   text-decoration: none;
}

.error {
   color: red;
}


/* Tables
 ------------ */
th {
   color: #FFFFE0;
   font-size: 1.1em;
   font-weight: bold;
   background-color: #00001A;
   /* background-image: url('./images/cellpic3.gif'); */
   white-space: nowrap;
   padding: 7px 5px;
}

td {
   padding: 2px;
}
td.profile {
   padding: 4px;
   border: solid 1px #17395C;
}

.tablebg {
   background-color: #17395C;
}

.tablebg2 {
   border-collapse: collapse;
   border: solid 1px #17395C;
}

.catdiv {
   height: 28px;
   margin: 0;
   padding: 0;
   border: 0;
   background-color: #00001A;
   /* background: white url('./images/cellpic2.jpg') repeat-y scroll top left; */
}
.rtl .catdiv {
   background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
   height: 28px;
   margin: 0;
   padding: 0;
   border: 0;
   background-color: #00001A;
/*   background-image: url('./images/cellpic1.gif'); */
   text-indent: 4px;
}

.row1 {
   background-color: #00001A;
   padding: 4px;
}

.row2 {
   background-color: #00001A;
   padding: 4px;
}

.row3 {
   background-color: #00001A;
   padding: 4px;
}

.spacer {
   background-color: #00001A;
}

hr {
   height: 1px;
   border-width: 0;
   background-color: #D1D7DC;
   color: #D1D7DC;
}

.legend {
   text-align:center;
   margin: 0 auto;
}

/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
   direction: rtl;
   unicode-bidi: embed;
}

a:link {
   color: #FFBF00;
   text-decoration: none;
}

a:active,
a:visited {
   color: #FFBF00;
   text-decoration: none;
}

a:hover {
   color: #FFDF00;
   text-decoration: none;
}

a.forumlink {
   color: #FFBF00;
   font-weight: bold;
   font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
   font-size: 1.2em;
}

a.forumlink:hover {
   color: #FFDF00;
}

a.topictitle {
   margin: 1px 0;
   font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
   font-weight: bold;
   font-size: 1.1em;
}

a.topictitle:visited {
   text-decoration: none;
}

th a,
th a:visited {
   color: #FFBF00 !important;
   text-decoration: none;
}

th a:hover {
   color: #FFDF00 !important;
   text-decoration: none;
}


/* Form Elements
 ------------ */
form {
   margin: 0;
   padding: 0;
   border: 0;
}

input {
   color: #FFFFE0;
   font-family: Verdana, "Lucida Grande", Helvetica, sans-serif;
   font-size: 1.1em;
   font-weight: normal;
   padding: 1px;
   border: 1px solid #17395C;
   background-color: #00001A;
}

textarea {
   background-color: #00001A;
   color: #FFFFE0;
   font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
   font-size: 1.1em;
   line-height: 1.2em;
   font-weight: normal;
   border: 1px solid #17395C;
   padding: 2px;
}

select {
   color: #FFFFE0;
   background-color: #00001A;
   font-family: Verdana, "Lucida Grande", Helvetica, sans-serif;
   font-size: 1.1em;
   font-weight: normal;
   border: 1px solid #17395C;
   padding: 1px;
}

option {
   padding: 0 1em 0 0;
}

option.disabled-option {
   color: graytext;
}

.rtl option {
   padding: 0 0 0 1em;
}

input.radio {
   border: none;
   background-color: transparent;
}

.post {
   background-color: #00001A;
   border-style: solid;
   border-width: 1px;
}

.btnbbcode {
   color: #FFFFE0;
   font-weight: normal;
   font-size: 1.1em;
   font-family: Verdana, "Lucida Grande", Helvetica, sans-serif;
   background-color: #00001A;
   border: 1px solid #17395C;
}

.btnmain {
   font-weight: bold;
   background-color: #00001A;
   border: 1px solid #17395C;
   cursor: pointer;
   padding: 1px 5px;
   font-size: 1.1em;
}

.btnlite {
   font-weight: normal;
   background-color: #00001A;
   border: 1px solid #17395C;
   cursor: pointer;
   padding: 1px 5px;
   font-size: 1.1em;
}

.btnfile {
   font-weight: normal;
   background-color: #00001A;
   border: 1px solid #17395C;
   padding: 1px 5px;
   font-size: 1.1em;
}

.helpline {
   background-color: #00001A;
   border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
   margin: 10px 5px 0 5px;
   padding: 4px;
   border-width: 1px 1px 0 1px;
   border-style: solid;
   border-color: #00001A;
   color: #FFFFE0;
   background-color: #00001A;
   font-size: 1em;
   font-weight: bold;
}

.quotetitle .quotetitle {
   font-size: 1em;
}

.quotecontent, .attachcontent {
   margin: 0 5px 10px 5px;
   padding: 5px;
   border-color: #00001A;
   border-width: 0 1px 1px 1px;
   border-style: solid;
   font-weight: normal;
   font-size: 1em;
   line-height: 1.4em;
   font-family: Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
   background-color: #17395C;
   color: #FFFFE0;
}

.attachcontent {
   font-size: 1em;
}

.codetitle {
   margin: 10px 5px 0 5px;
   padding: 2px 4px;
   border-width: 1px 1px 0 1px;
   border-style: solid;
   border-color: #00001A;
   color: #FFFFE0;
   background-color: #00001A;
   font-family:  Verdana, "Lucida Grande",Helvetica, Arial, sans-serif;
   font-size: 1em;
}

.codecontent {
   direction: ltr;
   margin: 0 5px 10px 5px;
   padding: 5px;
   border-color: #00001A;
   border-width: 0 1px 1px 1px;
   border-style: solid;
   font-weight: normal;
   color: #FFFFE0;
   font-size: 1em;
   font-family: 'Courier New', monospace, Monaco;
   background-color: #17395C;
}

.syntaxbg {
   color: #FFFFFF;
}

.syntaxcomment {
   color: #FF8000;
}

.syntaxdefault {
   color: #0000BB;
}

.syntaxhtml {
   color: #000000;
}

.syntaxkeyword {
   color: #007700;
}

.syntaxstring {
   color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
   background-color: #000000;
}

.pm_replied_colour {
   background-color: #17395C;
}

.pm_friend_colour {
   background-color: #FFBF00;
}

.pm_foe_colour {
   background-color: #7F7F7F;
}


/* Friends
 ---------*/
.friends_on {
   color: #FFFFE0;
}

.friends_off {
   color: #7F7F7F;
}

/* Misc
 ------------ */
img {
   border: none;
}

.sep {
   color: black;
   background-color: #FFA34F;
}

table.colortable td {
   padding: 0;
}

pre {
   font-size: 1.1em;
   font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
   white-space: nowrap;
}

.username-coloured {
   font-weight: bold;
}

.spoiler_content {
   padding: 2px;
   border: 1px solid #17395C;
   font-size: 0.8em;
   font-style: italic;
}

.spoiler_titel {
   font-weight:bold;
}

#NetworkBar, #NetworkBarContainer, #logodesc, #wrapfooter, p.datetime,p.searchbar, p.searchbar span, p.topicauthor a, span.postdetails, table.legend, td.profile strong a, td.spacer {
    display: none;
}

#datebar table {
    display: none;
}

#fxm-framed-ad-1 {
    background-color: #00001a;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 20px;
    width: 900px;
    position: absolute;
}

#menubar {
    margin: 0;
}

#menubar table {
    -moz-box-shadow: 0px 5px 10px rgba(0,0,26,0.7);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,26,0.7);
    background-color: #00001a;
    border-bottom: 1px rgba(23,57,92,.3) solid;
    box-shadow: 0px 3px 10px rgba(0,0,26,0.7);
    font-size: 0.9em;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 900px;
    z-index: 16;
}

#pageheader h2 {
    margin-top: 26px;
}

#sd {
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1em;
    padding: 3px;
    width: 50px;
}

#sk {
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1em;
    padding: 3px;
    width: 50px;
}

#st {
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1em;
    padding: 3px;
    width: 50px;
}

#tz {
    max-width: 420px;
    width: 202px;
}

#wrapcentre {
    -moz-box-shadow: 0px 0px 300px rgba(255,255,255,.1);
    -webkit-box-shadow: 0px 0px 300px rgba(255,255,255,.07);
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 900px;
}

#wrapcentre table {
    max-width: 900px;
    overflow: hidden;
}

#wrapheader {
    background-color: #00001a;
    min-height: 0px;
    padding: 20px;
    top: 0;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    z-index: 19;
    margin-bottom: -75px;
}

.tablebg2 {
    border-collapse: separate;
    border-top: 1px rgba(23,57,92,.3) solid;
}

.tablebg2 td {
    border: 0px;
    border-collapse: collapse;
    padding-top: 5px;
}

.tbody {
    border-bottom: 1px rgba(23,57,92,.3) solid;
}

a {
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

a.forumlink {
    font-size: 1.23em;
}

a.forumlink, a.topictitle {
    font-size: 1.143em;
    line-height: 1.467em;
}

a.nav {
    margin: 2px;
}

a.titles {
    font-size: 1.524em;
    line-height: 1.14281em;
}

a.topictitle {
    font-size: 1.142em;
}

a:active {
    outline: 0;
}

body {
    font-size: 0.9em;
    line-height: 1.52381em;
    margin-bottom: 0;
    margin-top: 0;
}

div.codecontent {
    -moz-border-radius: 0px 10px 10px 10px;
    -moz-box-shadow: -2px 3px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: -2px 3px 8px rgba(0,0,0,.3);
    background-color: rgba(23,57,92,.2);
    border-radius: 0px 10px 10px 10px;
    border-style: none;
    border-width: 1px;
    padding: 10px;
}

div.postbody {
    font-size: 1.1em;
    line-height: 1.52381em;
}

div.postbody img {
    max-width: 750px;
}

div.quotecontent {
    -moz-border-radius: 0px 10px 10px 10px;
    -moz-box-shadow: -2px 3px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: -2px 3px 8px rgba(0,0,0,.3);
    border-radius: 0px 10px 10px 10px;
    border-style: none;
    padding: 10px;
}

div.quotetitle {
    border: none;
    -moz-border-radius: 0px 10px 10px 10px;
    -moz-box-shadow: -2px 3px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: -2px 3px 8px rgba(0,0,0,.3);
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

input {
    transition: box-shadow 0.2s;
}

input.btnbbcode {
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1em;
    padding: 3px;
}

input.btnfile {
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
}

input.btnlite {
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 4px;
}

input.btnmain {
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 4px;
}

input.button {
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    padding: 4px;
}

input.post {
    -moz-transition: -moz-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -webkit-transition: -webkit-box-shadow 0.3s;
    background-color: #17395C;
    color: white;
    transition: box-shadow 0.3s;
}

input.post:focus {
    -moz-box-shadow: 0px 0px 20px rgba(23,57,92,0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(23,57,92,0.5);
    box-shadow: 0px 0px 20px rgba(23,57,92,0.5);
    outline: 0;
}

input:hover {
    -moz-box-shadow: 0px 0px 15px #17395C;
    -webkit-box-shadow: 0px 0px 15px #17395C;
    box-shadow: 0px 0px 15px #17395C;
}

p.breadcrumbs {
    font-size: 1.333em;
    line-height: 1.429em;
    margin: 5px;
}

p.breadcrumbs a {
    border-color: #ffffff;
    border-style: none;
    font-variant: normal;
    text-transform: uppercase;
}

p.forumdesc {
    font-size: 1.1em;
    line-height: 1.524em;
}

p.gensmall {
    color: #17395C;
    font-size: 1.1em;
}

p.moderators {
    font-size: 1em;
    padding-left: 2px;
}

p.topicauthor {
    color: rgba(0,0,0,0);
    text-align: right;
}

p.topicdetails {
    color: rgba(0,0,0,0);
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}

p.topicdetails a {
    font-size: 1.1em;
    font-weight: bold;
}

select.gensmall {
    font-size: 1em;
}

span.gen b {
    font-size: 1.429em;
}

span.gensmall {
    color: #17395C;
}

table, .tablebg, .tbody, .profile {
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
}

table.tablebg {
    max-width: 100%;
}

tbody tr td {
    max-width: 410px;
}

tbody tr th {
    border-bottom: 1px rgba(23,57,92,.3) solid;
    color: #17395C;
    display: none;
    font-weight: normal;
    text-align: right;
}

td.cat div select {
    font-size: 1em;
    max-width: 224px;
}

td.cat form {
    border-top: 1px rgba(23,57,92,.3) solid;
    padding: 5px;
}

td.cat h4 {
    margin: 10px;
}

td.cat h4 a {
    font-size: 1.142em;
}

td.cat table {
    background-color: #00001a;
    border-bottom: 1px rgba(23,57,92,.3) solid;
    margin-bottom: -1px;
}

td.cat, td.catdiv {
    border-bottom: 1px rgba(23,57,92,.3) solid;
}

td.gen {
    border-style: none;
}

td.genmed {
    border-style: none;
    font-weight: bold;
}

td.genmed a {
    font-size: 1em;
}

td.gensmall {
    color: #17395C;
    line-height: 1.143em;
}

td.gensmall div {
    color: #17395C;
    font-size: 1.1em;
    margin-top: -6px;
    max-width: 500px;
}

td.profile {
    text-align: center;
}

td.row1 {
    padding: 5px;
}

td.row1 b {
    font-size: 1.142em;
}

td.row1, td.row2 {
    border-bottom: 1px rgba(23,57,92,.3) solid;
    margin: 0;
    padding: 5px;
    position: relative;
    z-index: 11;
}

td.row2 {
    padding: 5px;
}

td.row2 select {
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
}

td.row3 {
    border-bottom: 1px rgba(23,57,92,.3) solid;
}

textarea {
    -moz-border-radius: 0px 10px 10px 10px;
    -moz-transition: -moz-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -webkit-transition: -webkit-box-shadow 0.3s;
    background-color: #17395C;
    border-radius: 0px 10px 10px 10px;
    color: white;
    line-height: 1.5em;
    padding: 4px;
    transition: box-shadow 0.3s;
}

textarea:focus {
    -moz-box-shadow: 0px 0px 20px rgba(23,57,92,0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(23,57,92,0.5);
    box-shadow: 0px 0px 20px rgba(23,57,92,0.5);
    outline: 0;
}

tr td select {
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1em;
    max-width: 296px;
    padding: 3px;
}

td.nav {
    display: none;
}

table.tablebg2 {
    margin-top: -2px;
}

td.tablebg2 {
    font-size: 0.8em;
}

ul.nav li b {
    font-size: 1em;
}

td.gensmall b {
    font-size: 1em;
}

input.helpline {
    font-size: 0.9em;
    color: #17395C;
}

input.helpline:hover {
    -moz-box-shadow: 0px 0px 20px rgba(23,57,92,0);
    -webkit-box-shadow: 0px 0px 20px rgba(23,57,92,0);
    box-shadow: 0px 0px 20px rgba(23,57,92,0);
    outline: 0;
}

td.gen b {
    font-size: 0;
}



Nach oben
 Profil  
Mit Zitat antworten  
Offline
Archmaester of the Citadel
Archmaester of the Citadel
Beiträge: 6468
 Betreff des Beitrags: Re: Forendesign
BeitragVerfasst: Sa Jun 29, 2013 15:58 
Gut, daß wir jetzt keinen Admin mehr haben, aber immerhin schönes CSS. :D


Nach oben
 Profil  
Mit Zitat antworten  
Offline
Uca purgilator
Uca purgilator
Benutzeravatar
Beiträge: 3516
 Betreff des Beitrags: Re: Forendesign
BeitragVerfasst: So Jun 30, 2013 20:59 
Kann ein Admin überhaupt was am CSS ändern, oder muss das nicht am FTP gemacht werden? Weiß gar nicht wie flexibel die phpBB Templates da sind.

_________________
Bild


Nach oben
 Profil  
Mit Zitat antworten  
Offline
Archmaester of the Citadel
Archmaester of the Citadel
Beiträge: 6468
 Betreff des Beitrags: Re: Forendesign
BeitragVerfasst: So Jun 30, 2013 21:18 
kA, es ist phpBB. Don't expect it to be sane.
CSS läßt sich aber ganz einfach userseitig einbinden, so there you go.


Nach oben
 Profil  
Mit Zitat antworten  
Online
Attention-whore
Attention-whore
Benutzeravatar
Beiträge: 1583
Alter: 31
Wohnort: /var/www
 Betreff des Beitrags: Re: Forendesign
BeitragVerfasst: So Jun 30, 2013 23:24 
Askr hat geschrieben:
Kann ein Admin überhaupt was am CSS ändern, oder muss das nicht am FTP gemacht werden? Weiß gar nicht wie flexibel die phpBB Templates da sind.

Templates und CSS können über den Adminbereich geändert werden und werden zu diesem Zweck ggf. in der Datenbank gespeichert.


Nach oben
 Profil  
Mit Zitat antworten  
Beiträge der letzten Zeit anzeigen:  Sortiere nach  
Ein neues Thema erstellen Auf das Thema antworten  [ 53 Beiträge ]  Gehe zu Seite Vorherige  1, 2, 3, 4

Alle Zeiten sind UTC + 1 Stunde


Du darfst keine neuen Themen in diesem Forum erstellen.
Du darfst keine Antworten zu Themen in diesem Forum erstellen.
Du darfst deine Beiträge in diesem Forum nicht ändern.
Du darfst deine Beiträge in diesem Forum nicht löschen.
Du darfst keine Dateianhänge in diesem Forum erstellen.

Suche nach:
Gehe zu:  
Powered by phpBB® Forum Software © phpBB Group
Deutsche Übersetzung durch phpBB.de