+ Antworten
Ergebnis 1 bis 8 von 8

Thema: Tpmenü ändern

  1. #1
    Neu an Board
    Registriert seit
    14.02.2008
    Beiträge
    15
    Bedankte sich
    0
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard Tpmenü ändern

    Moin kann mir jemand helfen ??

    Ich schraube gerade an einem Template rum... jetzt müsste ich das Topmenü ca. 100px weiter recht haben, nur finde ich den einstellungpunkt nicht.
    Das Topmenü ist auf user3 Definiert... farbe und horizontale Position habe ich schon ändern können.

    Code:
    body {
    	background:#000 url(../images/body_bg.jpg) left top no-repeat;
    	margin:0;
    	padding:0;
    	font:normal 11px Tahoma, Verdana, Helvetica, sans-serif;
    	color:#fff;
    	text-align:center;
    	
    
    }
    
    #container{
    	margin:0 auto;
    	width:1250px;
    }
    #container #header{
    	width:1250px;
    	height:190px;
    	background:url(../images/banner_bg.png) left top no-repeat;
    	
    }
    
    #container #header #title_container{
    	width:1250px;
    	height:300px;
    	text-align:center;
    }
    #container #header #search_container{
    	width:1250px;
    	height:19px;
    	
    }
    #container #header #search_container #search{
    	
    	text-align:right;
    }
    
    
    .inputbox, select.button, input.text_area {
    	padding: 2px;
    	border:solid 1px #000000;
    	background-color: #ffffff;
    	font:normal 11px Tahoma, Verdana, Helvetica, sans-serif;
    	color:#000000;
    
    }
    select.button{
    	text-align:left
    }
    .adminform select.inputbox{
    	height:auto;
    	background-image:none
    }
    textarea.inputbox{
    	height:150px;
    	width:350px
    }
    
    
    .spacer{
    	clear:both;
    	font-size:1px;
    	margin:0px;
    	padding:0px
    }
    .spacer15{
    	clear:both;
    	font-size:1px;
    	margin:0px;
    	padding:0px;
    	height:15px
    }
    #container #top_menu_container{
    	width:1250px;
    	height:22px;
    	background:url(../images/top_menu_bg.png) center top no-repeat;
    }
    #container table.moduletable{
    	margin-bottom:0
    }
    #container #top_menu_container .moduletable, #container #search_container #search .moduletable{
    	background-image:none;
    	
    }
    #container #top_menu_container .moduletable td, #container #search_container #search .moduletable td{
    	padding:0
    }
    ul#mainlevel-nav
    {
    	list-style: none;
    	padding: 0;
    	margin: 0;
    	font-size: 11px;
    	
    }
    ul#mainlevel-nav li
    {
    	background-image: none;
    	padding-left: 0px;
    	padding-right: 0px;
    	float: left;
    	margin: 0;
    	font-size: 11px;
    	line-height: 22px;
    	white-space: nowrap;
    	
    }
    
    ul#mainlevel-nav li a
    {
    	display: block;
    	padding-left: 15px;
    	padding-right: 15px;
    	padding-bottom:0;
    	text-decoration: none;
    	color: #000000;
    	background: transparent;
    	font-weight:bold
    }
    ul#mainlevel-nav li a:hover
    {
    	color: #000000;
    	background-color: #e8d86d;
    }
    #contents{
    	width:1250px;
    	background:url(../images/contents_bg.png) repeat-y;
    	border-bottom:0px solid #659ed0;
    	
    }
    #contents #container1{
    	width:250px;
    	float:left;
    	text-align:center;
    	border-top:0px solid #ffffff;
    }
    #contents #container1_core, #contents #container3_core{
    	margin:0 auto;
    	width:200px;
    	padding: 0
    }
    
    #contents #container3{
    	width:185px;
    	float:right;
    	text-align:center;
    	border-top:0px solid #000000;
    }
    #contents #container2{
    	width:920px;
    	float:left;
    	text-align:center;
    
    }
    #contents #container2_border{
    	margin:0 auto;
    	width:602px;
    	text-align:center;
    	border-top:0px solid #659ed0;
    }
    #contents #container2_core{
    	margin:0 auto;
    	width:580px;
    	padding:7px 0;
    	
    }
    table.moduletable {
    	width: 100%;
    	margin-bottom: 10px;
    	padding: 0px;
    }
    
    div.moduletable {
    	padding: 0;
    	margin-bottom: 2px;
    }
    
    table.moduletable th, div.moduletable h3 {
    	color: #000000;
    	text-align: left;
    	padding-left: 5px;
    	height: 40px;
    	line-height: 40px;
    	font-weight: bold;
    	font-size: 12px;
    	margin: 0 0 3px 0;
    	border-bottom:0px dotted #fff;
    	text-transform:uppercase
    }
    
    table.moduletable td{
    	font-size: 11px;
    	padding: 3px;
    	margin: 0px;
    	font-weight: normal;
    }
    table.moduletable div.search {
    	text-align:right
    }
    table.moduletable div.search .inputbox{
    	background-color:#427191;
    	border:0px solid #659ed0;
    	color:#8ed3ff;
    }
    a.mainlevel:link, a.mainlevel:visited {
    	display: block;
    	vertical-align: middle;
    	font-size: 12px;
    	font-weight: bold;
    	color: #8ed3ff;
    	text-align: left;
    	padding-left: 3px;
    	width: 100%;
    	text-decoration: none;
    	text-transform:uppercase;
    	background:url(../images/left_menu_bg.png) left;
    	height:20px;
    	line-height:20px
    }
    
    #container1 a.mainlevel:hover {
    	text-decoration: none;
    	color: #fff;
    	font-weight: bold;
    }
    
    #container1 a.mainlevel#active_menu {
    	color: #000000;
    	font-weight: bold;
    }
    
    #container1 a.mainlevel#active_menu:hover {
    	color: #fff;
    	font-weight: bold;
    }
    #mod_login_remember{
    	width:auto;
    	background:none;
    	border:0
    }
    
    .button {
    	font:bold 100% Tahoma, Verdana, Helvetica, sans-serif;
    	color:#8ed3ff;
        text-align: center;
    	background-color:#000;
    	border:0px solid #659ed0;
    	padding:0 2px;
    	height:20px;
        width: auto;
    }
    .sectiontableentry1 {
    	background-color : #2f5576;
    }
    table tr.sectiontableentry1 td{
    	padding:5px
    }
    .sectiontableentry2 {
    	background-color : #3e678b;
    }
    table tr.sectiontableentry2 td{
    	padding:5px
    }
    #pathway_text {
      overflow: hidden;
    	display: block;
    	height: 25px;
    	line-height: 25px;
    	padding-left: 4px;
    	margin-bottom: 2px;
    	text-align:left;
    	color:#ffffff
    }
    #pathway_text a:link, #pathway_text a:visited, #pathway_text a:hover{
    	color:#659ed0;
    	font-weight:normal
    }
    #pathway_text img {
    	margin-left: 2px;
    	margin-right: 3px;
    	margin-top: 2px;
    }
    .small {
    	color: #659ed0;
    	font-size: 11px;
    }
    .createdate {
    	height: 15px;
    	padding-bottom: 10px;
    	color: #659ed0;
    	font-size: 11px;
    }
    
    .modifydate {
    	height: 15px;
    	padding-top: 10px;
    	color: #ffffff;
    	font-size: 11px;
    }
    .contentheading {
    	height: 30px;
    	color: #ffffff;
    	font-weight: bold;
    	font-size: 14px;
    
    }
    table.contentpaneopen {
      width: 100%;
    	
    }
    
    table.contentpaneopen td {
       padding-right: 5px;
       text-align:justify;
       text-size:12px
    }
    
    table.contentpaneopen td.componentheading {
    	padding-left: 4px;
    }
    #news_popular{
    	width:100%;
    	clear:both
    }
    #news_popular td{
    	width:50%;
    	padding:0 10px 10px 10px;
    	vertical-align:top
    }
    #news_popular a:link, #news_popular a:visited, #news_popular a:hover{
    	color:#ffffff
    }
    #container1 .moduletable td, #container3 .moduletable td, #container3 .contentpaneopen a, #container1 a{
    	color:#000000
    }
    li{
    line-height: 15px;
    padding-left: 15px;
    padding-top: 0px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    }
    a:link, a:visited {
    	color: #fff; 
    	text-decoration: underline;
    	font-weight: normal;
    }
    
    a:hover {
    	color: #fff;	
    	text-decoration:none;
    	font-weight: normal;
    }
    .back_button {
    	float: left;
      text-align: center;
      font-size: 11px;
      font-weight: bold;
      width: auto;
      padding: 0px 10px;
      line-height: 20px;
      margin: 1px;
      text-decoration:none;
      color:#659ed0
    }
    .back_button a:link, .back_button a:visited, .back_button a:hover{
    	font-weight: bold;
    	color:#659ed0;
    	text-decoration:none;
    }
    .componentheading {
    	color: #000000;
    	text-align: left;
    	padding-top: 4px;
    	padding-left: 4px;
    	height: 21px;
    	font-weight: bold;
    	font-size: 14px;
    }
    .pagenav {
      text-align: center;
      font-size: 11px;
      font-weight: bold;
      border: 0px solid #659ed0;
      width: auto;
      padding: 2px 20px;
      line-height: 20px;
      margin: 1px;
      color:#659ed0
    }
    a.pagenav:link, a.pagenav:visited, a.pagenav:hover{
    	font-weight: bold;
    	text-decoration:none;
    	color:#ffffff
    }
    table.contentpane table td.sectiontableheader {
      font-weight: bold;
      background: #ffffff;
      padding: 5px;
    }
    form table.contentpane td{
    	padding:3px
    }
    table.contenttoc {
      border: 0px solid #659ed0;
      padding: 2px;
      margin-left: 10px;
      margin-bottom: 10px;
    }
    
    table.contenttoc td {
      padding: 2px;
    }
    
    table.contenttoc th {
      color: #8ed3ff;
    	text-align: left;
    	padding-top: 2px;
    	padding-left: 4px;
    	height: 21px;
    	font-weight: bold;
    	font-size: 10px;
    	text-transform: uppercase;
    }
    table.contenttoc a {font-size:11px}
    #container1 a.sublevel:link, #container1 a.sublevel:visited {
    	padding-left: 8px;
    	vertical-align: middle;
    	font-size: 11px;
    	font-weight: normal;
    	color: #8ed3ff;
    	text-align: left;
    	text-decoration: none;
    	line-height:17px;
    }
    .moduletable table div img{
    	vertical-align:middle
    }
    #container1 a.sublevel:hover {
    	color: #fff;
    	text-decoration: none;
    	font-weight: normal;
    }
    
    #container1 a.sublevel#active_menu {
    	color: #fff;
    }
    #banner{
    	clear:both
    }
    #banner img{
    	margin:15px
    }
    body.contentpane{
    	background:none;
    	background-color:#1e4c76;
    	color:#fff
    }
    body.contentpane form table td{
    	padding:3px
    }
    .mceContentBody{
    	background:none;
    	color:#000;
    	text-align:left;
    	font-size:12px
    }
    #container2 hr{
    	color:#659ed0; background:#659ed0; border:0; height:1px;
    }
    #container2 ol li{
    	background:none
    }
    #footer{
    	width:1250px;
    	height:22px;
    	background:url(../images/footer.png) center top no-repeat;
    	color:#ffffff
    }
    Wer Rechtschreibfehler findet, darf sie behalten
    http://www.bodensee-urlaub-24.de

  2. #2
    Neu an Board
    Registriert seit
    14.02.2008
    Beiträge
    15
    Bedankte sich
    0
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    css teil 2

    Code:
    a.sgfooter:link, a.sgfooter:visited {
    	color			: #dddddd;
    	font-size		: 11px;
    	font-family: Arial;
    	font-weight: normal;
    	text-decoration:none;
    }
    a.sgfooter:hover {
    	color			: #659ed0;
    	font-family: Arial;
    	font-weight: normal;
    	text-decoration:none;
    }
    
    
    table.contentpane {
      width: 100%;
    	padding: 0px;
    	border-collapse: collapse;
    	border-spacing: 0px;
    	margin: 0px;
    	
    }
    
    table.contentpane td {
    	margin: 0px;
    	padding: 0px;
    }
    th.pagenav_prev, th.pagenav_next{
    	font-size:12px
    }
    h4 {font-size:12px}
     input[type="checkbox"], input[type="radio"]{
    	border:none;
    	background-color:transparent;
    	width:auto;
    }
    /*======================================================*/
    .clr {
    	clear: both;
    }
    
    .outline {
      border: 0px solid #cccccc;
      background: #ffffff;
    	padding: 2px;
    }
    
    #buttons_outer {
    	width: 635px;
      	margin-bottom: 2px;
    	margin-right: 2px;
    	float: left;
    
    }
    
    #buttons_inner {
    	border: 0px solid #cccccc;
    	height: 21px !important;
    	height: 23px;
    }
    
    
    
    #buttons {
    	float: left;
    	margin: 0px;
    	padding: 0px;
    	width: auto;
    }
    
    
    
    
    #buttons>ul#mainlevel-nav li a { width: auto; }
    
    
    
    
    #search_outer {
    	float: left;
    	width: 165px;
    }
    
    #search_inner {
      border: 0px solid #cccccc;
    	padding:0px;
      height: 21px !important;
      height: 23px;
      overflow: hidden;
    }
    
    #search_inner form {
      padding: 0;
      margin: 0;
    }
    
    #search_inner .inputbox {
    	border: 0px;
    	padding: 3px 3px 3px 5px;
    	font-family: arial, helvetica, sans-serif;
    	font-size: 11px;
    	color: #c64934;
    }
    
    #header_outer {
    	text-align: left;
    	border: 0px;
    	margin: 0px;
    }
    
    #header {
    	padding: 0px;
    	margin: 0px;
    	width: 800px;
    	height: 120px;
    	background: #437ebd;
    }
    
    #top_outer{
    	float: left;
    	width: 165px;
    }
    
    #top_inner {
      border: 0px solid #cccccc;
    	padding: 2px;
      height: 144px !important;
      height: 150px;
      overflow: hidden;
      float: none !important;
      float: left;
    }
    
    #left_outer {
      float: left;
    	margin-top: 2px;
    	width: 165px;
    }
    
    #left_inner {
      border: 1px solid #cccccc;
    	padding: 2px;
      float: none !important;
      float: left;
    }
    
    #content_outer {
    	padding: 0px;
    	margin-top: 0px;
    	margin-left: 2px;
    	/** border: 1px solid #cccccc; **/
    	float: left;
    	width: 635px;
    }
    
    #content_inner{
      float: none !important;
      float: left;
      padding: 0;
      padding-top: 2px;
      margin: 0;
    }
    
    table.content_table {
      width: 100%;
    	padding: 0px;
    	margin: 0px;
    }
    
    table.content_table td {
    	padding: 0px;
    	margin: 0px;
    }
    
    
    #banner_inner {
    	float: left;
    	padding: 0px;
    	height: 70px;
    }
    
    #poweredby_inner {
    	float: right;
    	padding: 0px;
    	margin-left: 0px;
    	height: 70px;
    }
    
    #right_outer {
    	margin-left: 2px;
    	width: 165px;
    }
    
    #right_inner {
      float: none !important;
      float: left;
      border: 0px solid #cccccc;
      padding: 2px;
    }
    
    
    .user1_inner {
    	border: 1px solid #cccccc;
      float: none !important;
      float: left;
    	margin: 0px;
    	padding: 2px;
    }
    
    .user2_inner {
    	border: 1px solid #cccccc;
      float: none !important;
      float: left;
    	margin: 0px;
    	padding: 2px;
    }
    
    table td.body_outer {
    	padding: 2px;
    	border: 1px solid #cccccc;
    }
    
    .maintitle {
    	color: #ffffff;
    	font-size: 40px;
    	padding-left: 15px;
    	padding-top: 20px;
    }
    
    .error {
      font-style: italic;
      text-transform: uppercase;
      padding: 5px;
      color: #cccccc;
      font-size: 14px;
      font-weight: bold;
    }
    
    /** old stuff **/
    
    
    
    
    
    .pagenavbar {
    	margin-right: 10px;
    	float: right;
    }
    
    #footer {
    	text-align: center;
    	padding: 3px 0px;
    }
    
    ul
    {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    
    
    
    
    td {
    	text-align: left;
    	font-size: 12px;
    }
    
    
    
    
    
    /* Joomla core stuff */
    
    
    
    
    
    
    
    
    table.contentpane td.componentheading {
    	padding-left: 4px;
    }
    
    table.contentpaneopen fieldset {
    	border: 0px;
    	border-bottom: 1px solid #659ed0;
    }
    
    
    
    
    
    
    
    .contentcolumn {
    	padding-right: 5px;
    }
    
    
    
    
    
    .contentpagetitle {
    	font-size: 13px;
    	font-weight: bold;
    	color: #ffffff;
    	text-align:left;
    }
    
    table.searchinto {
    	width: 100%;
    }
    
    table.searchintro td {
    	font-weight: bold;
    }
    
    
    table.pollstableborder td {
      padding: 2px;
    }
    
    
    .highlight {
    	background-color: Yellow;
    	color: Blue;
    	padding: 0;
    }
    .code {
    	background-color: #ddd;
    	border: 1px solid #bbb;
    }
    
    form {
    /* removes space below form elements */
    	margin: 0;
     	padding: 0;
    }
    
    div.mosimage {
      
    }
    
    .mosimage {
     
      margin: 5px
    }
    
    .mosimage_caption {
      margin-top: 2px;
    
      padding: 1px 2px;
      color: #659ed0;
      font-size: 10px;
    
    }
    
    span.article_seperator {
    	display: block;
    	height: 1.5em;
    }
    
    /* -------------------------- */
    
    .sgf {
    font-size: 10px;
    font-family: tahoma, verdana, sans-serif;
    color: #659ed0;
    text-decoration:none;
    }
    .sgf1 {
    font-size: 10px;
    font-family: tahoma, verdana, sans-serif;
    color: #659ed0;
    text-align:left;
    }
    
    a.sglink:link, a.sglink:visited {
    	color:#659ed0;
    	font-size:10px;
    	font-family: tahoma, verdana, sans-serif;
    	font-weight: normal;	
    	text-decoration:none;
    }
    a.sglink:hover {
    	color:#659ed0;
    	font-family: tahoma, verdana, sans-serif;
    	font-weight: normal;	
    	text-decoration:none;
    }
    
    
    
    
    /*************************************** **************************************** */
    
    
    #sitename {
    	position:absolute;
    	top:34px;
    	text-align:center;
    	font-family: "Georgia",Times,serif;
    	font-size:2em;
    	font-weight:bold;
    	letter-spacing: 3px;
    	white-space:nowrap;	
    	color:#ffffff;
    	margin:0 auto;
    	padding:0px 5px;
    	filter:alpha(opacity=80);
    	-moz-opacity:.80;
    	opacity:.80;	
    }
    Wer Rechtschreibfehler findet, darf sie behalten
    http://www.bodensee-urlaub-24.de

  3. #3
    Verbringt hier viel Zeit Avatar von Grazioli
    Registriert seit
    16.08.2006
    Ort
    Lachen SZ/ Schweiz
    Alter
    34
    Beiträge
    658
    Bedankte sich
    35
    Erhielt 139 Danksagungen
    in 128 Beiträgen

    Standard

    Hallo,

    kein Link zur Seite?
    Grues Grazioli
    ------------------------

    www.int-firefighters.com / www.grazioli-web.ch / www.feuerwehr-lachen.ch

  4. #4
    Moderator Avatar von time4mambo
    Registriert seit
    11.12.2006
    Ort
    76646 Bruchsal
    Alter
    54
    Beiträge
    14.363
    Bedankte sich
    456
    Erhielt 2.977 Danksagungen
    in 2.795 Beiträgen

    Standard

    Dein Code hilft uns nicht weiter. Einen Link brauchen wir.


    Axel
    Schulungen, Webentwicklung: time4mambo
    (Video-)Tutorials: time4joomla

  5. #5
    Neu an Board
    Registriert seit
    14.02.2008
    Beiträge
    15
    Bedankte sich
    0
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Schuldigung

    Hatte ich ganz vegessen

    http://www.bb-uelzen.de/

    Danke

    Gruß Stephan
    Wer Rechtschreibfehler findet, darf sie behalten
    http://www.bodensee-urlaub-24.de

  6. #6
    Moderator Avatar von time4mambo
    Registriert seit
    11.12.2006
    Ort
    76646 Bruchsal
    Alter
    54
    Beiträge
    14.363
    Bedankte sich
    456
    Erhielt 2.977 Danksagungen
    in 2.795 Beiträgen

    Standard

    Völlig vermurkstes Template
    Als erstes musst die Hintergrundgrafik sauber ausrichten:
    Code:
    body {
    background:url("../images/body_bg.jpg") no-repeat scroll center top #000000;
    color:#FFFFFF;
    font:11px Tahoma,Verdana,Helvetica,sans-serif;
    margin:0;
    padding:0;
    text-align:center;
    }
    Das Rote: Da steht jetzt left. Das erstetzen wie oben.
    Das Blaue komplett löschen!

    Das Topmenü nach rechts setzen:
    Code:
    #container #top_menu_container .moduletable td, #container #search_container #search .moduletable td {
    padding:0 0 0 500px;
    }
    Mit den 500px musst mal etwas spielen. Ebenso musst du das linke Menü etwas anpassen. Das ist etwas zu breit.
    Das hier ist eine Möglichkeit:
    Code:
    #contents #container1_core, #contents #container3_core {
    margin:0 auto;
    padding:0;
    width:200px;
    }
    Das "auto" muss da weg!

    Zentrierten Text solltest du, wenn überhaupt, sehr sehr sehr sparsam einsetzen. Besser gar nicht. Zentrierter Text ist im Internet sehr schwer zu lesen und wirkt optisch meist auch nicht sehr professionell.

    Außerdem wundert es mich, dass du asl Versicherungsmensch auf ca. 15% Kundschaft verzichtest, weil du ein Tabellendesign nimmst und damit einige Behinderte Menschen aussperrst, die es schwer haben, sich auch deinen Seiten zurecht zu finden...


    Axel
    Geändert von time4mambo (25.06.2010 um 13:08 Uhr)
    Schulungen, Webentwicklung: time4mambo
    (Video-)Tutorials: time4joomla

  7. #7
    Neu an Board
    Registriert seit
    14.02.2008
    Beiträge
    15
    Bedankte sich
    0
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Ich danke vielmals.

    Diese Seite sollte als kleiner Start für einen Freund dienen. Hat sich sein Versicherungsgeschäft erst aufgebaut. Normalerweise sollte es eine Einfache Seite werden, übersichtlich, ein Banner, farblich ein wenig angepasst und fertig.

    Naja... schlußendlich ist jetzt das dabei herausgekommen.
    Da ich normalerwiese nur für mich selber mit Joomla arbeite und mich da Stück für Stück erst reinfuchse war das nu doch ein wenig zu viel.

    Css habe ich noch nicht so viel Erfahrung.. habe ich mich bis jetzt nur wenig rangetraut.
    Kann mir jemand ein Buch oder Programm empfehlen in dem Css erklärt wird??

    Gruß und nocheinmal danke
    Wer Rechtschreibfehler findet, darf sie behalten
    http://www.bodensee-urlaub-24.de

  8. #8
    Moderator Avatar von time4mambo
    Registriert seit
    11.12.2006
    Ort
    76646 Bruchsal
    Alter
    54
    Beiträge
    14.363
    Bedankte sich
    456
    Erhielt 2.977 Danksagungen
    in 2.795 Beiträgen

    Standard

    Klar, wir können alles:
    http://www.time4joomla.de/nuetzliche-links.html#css


    DIV-Design hat nichts mit CSS zu tun, sondern mit den Grundlagen des HTML.
    Du tust deinem Freund nur bedingt einen Gefallen. Stark sehbehinderte Menschen kommen nicht mit deiner Site zurecht, weil die Lesegeräte, die die Website in Blindenschrift übersetzen mit dem Tabellendesign nicht zurecht kommen. Da die Versicherungsbranche ja auch auch dort tätig sein sollte, macht es Sinn einen HTML-Code zu schreiben, der bereits seit einigen Jahren Standard ist.

    Es gibt keine verlässlichen Zahlen, wieviel Menschen das wiurklich sind, weshalb ich mal an diesen und meinen Artikel hier verweise, wo du einges dazu findest:
    http://www.time4joomla.de/barrierefr...efreiheit.html


    Axel
    Schulungen, Webentwicklung: time4mambo
    (Video-)Tutorials: time4joomla

+ Antworten

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein