• Login
  • Register
  • Zoek
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Pages
  • Forum
  • Filebase Entry
  • More Options

ICTscripters

Dé plek voor IT

Dé plek voor IT

Login

Geavanceerde opties
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Dé plek voor IT - ICTscripters
  2. Forum
  3. Games
  4. Criminals & Maffiagames
  5. Uitbreidingen en Overige
  6. Archief
  7. Banditi

Forum

  • Na 15 jaar terug van weggeweest: iCriminals.nl is terug (BETA)!

    Syntax 30 december 2025 om 22:29
  • Developer Gezocht

    K.Rens 30 december 2025 om 12:32
  • Op zoek naar de legends

    Jeffrey.Hoekman 9 december 2025 om 09:41
  • [FREE] WeFact Hosting module

    Jeroen.G 13 oktober 2025 om 14:09
  • Help testers nodig voor android app Urgent

    urgentotservices 26 september 2025 om 10:21
  • Versio vervanger

    Jeroen.G 25 augustus 2025 om 15:56
  • Afspraken systeem met planbeperking

    Lijno 1 augustus 2025 om 23:04
  • Partner Gezocht om meerdere NFT Collecties op Open Sea te Plaatsen

    NFT Art Designer 1 maart 2025 om 14:08

Marktplaats

  • 321 Nieuwe Domeinnamen December 2025

    shiga 1 januari 2026 om 10:26
  • Meerdere mafia game template te koop

    Syntax 28 december 2025 om 21:20
  • Van een pixelige afbeelding naar een strakke, moderne website

    Syntax 21 december 2025 om 17:05

Kleur aanpassen.

  • kilYOUnu
  • 7 september 2011 om 13:48
  • kilYOUnu
    Ben jij de sterkste ?
    Berichten
    37
    • 7 september 2011 om 13:48
    • #1

    Heey,

    Ik wil weer opnieuw beginnen met men spel (osbanditi source)
    En ik wil de menu kleuren aanpassen.
    Aan de rechter kant heb ik het al kunnen aanpassen, maar aan de linker kant kan ik het maar niet vinden, dacht dat het er net boven was, maar daar staat die kleur niet van die menu.
    Heb ik een vraagje, kan iemand mij daarbij helpen ?
    Het zou die kleur moeten worden: #a89d85

    style.css

    PHP
    /*------------------------------------------------------------
    	BBCODE
    -------------------------------------------------------------*/
    .quote {background-color:#efefef; border:solid 1px #999999;}
    
    
    
    
    /*------------------------------------------------------------
    	MODULES ALGEMEEN
    -------------------------------------------------------------*/
    .mod_list td{
    	background: #eae6d9;
    }
    
    
    .mod_list table{
    	padding-bottom: 20px;
    }
    
    
    input.mod_submit {
    	background: #dad3c3;
    	border: 3px solid #3f241d;
    	font-weight: bold;
    	font-size: 8pt;
    	color: #3f241d;
    	padding: 1px
    }
    
    
    
    
    /*------------------------------------------------------------
    	MODULES SPECIFIEK
    -------------------------------------------------------------*/
    
    
    .mod_crim_race_available{
    	color:#00CC00;
    }
    
    
    .mod_crim_race_notavailable{
    	color:#AE0000;
    }
    
    
    #overlay{ background-image: url(../images/overlay/overlay.png); }
    
    
    * html #overlay{
    	background-color: #000;
    	background-color: transparent;
    	background-image: url(images/aax.gif);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay/overlay.png", sizingMethod="scale");
    	}
    
    
    
    
    /*------------------------------------------------------------
    	POPUP
    -------------------------------------------------------------*/
    div#div_popunder {
    	width: 100%;
    	height: 100%;
    	top: 0;
    	left: 0;
    	position: absolute;
    	background-image: url(../img/layout/semi-transparent2.gif);
    	z-index: 4;
    }
    div#div_popunder_bg {
    	width: 100%;
    	height: 100%;
    	top: 0;
    	left: 0;
    	position: absolute;
    	background-image: url(../img/layout/semi-transparent2.gif);
    	display: none;
    	z-index: 0;
    }
    .div_popup {
    	width: 400px;
    	text-align: center;
    	align:center;
    	background-color: #FFFFFF;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 14px;
    	padding: 25px;
    	font-weight: bold;
    	border: 2px solid #56b7e4;
    }
    
    
    .div_popup_error {
    	width:400px;
    	text-align: center;
    	align:center;
    	background-color: #FFFFFF;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	font-weight: bold;
    	border: 2px solid red;
    }
    
    
    
    
    /*------------------------------------------------------------
    	ALGEMEEN
    -------------------------------------------------------------*/
    body,td,div{
    	font-family: Arial;
    	font-size: 11px;
    }
    
    
    html, body {
    	margin: 0px;
    	padding: 0px;
    	height: 100%;
    	text-align: center;
    	min-width: 400px;
    
    
    }
    
    
    a.error_ok{
    	color:red;
    	font-family:arial;
    	font-size:12px;
    	font-weight:bold;
    	text-decoration:none;
    }
    
    
    a.error_ok:hover{
    	text-decoration:underline;
    }
    
    
    
    
    /*----------------------------------------------------------------------------
    	OROGINELE STYLESHEETS
    -----------------------------------------------------------------------------*/
    
    
    body {
    	font-family: arial;
    	font-size: 11px;
    	color: #160904;
    	background: #160904;
    	margin: 0px;
    	padding: 0px;
    }
    
    
    input[type=text] { 
    	background: #fff url(../images/text_bg.jpg) repeat-x top;
    	height: 20px;
    	line-height: 20px;
    	border: 3px solid #cfc5b1;
    	padding-left: 2px;
    	padding-right: 2px;
    	padding-top: 0px;
    	padding-bottom: 0px;
    	margin: 0px;
    }
    
    
    input.input_disabled { 
    	background: #fff url(../images/text_bg.jpg) repeat-x top;
    	height: 20px;
    	line-height: 20px;
    	border: 3px solid #e3ded3;
    	padding-left: 2px;
    	padding-right: 2px;
    	padding-top: 0px;
    	padding-bottom: 0px;
    	margin: 0px;
    }
    
    
    input[type=password] { 
    	background: #fff url(../images/text_bg.jpg) repeat-x top;
    	height: 20px;
    	line-height: 20px;
    	border: 3px solid #cfc5b1;
    	padding-left: 2px;
    	padding-right: 2px;
    	padding-top: 0px;
    	padding-bottom: 0px;
    	margin: 0px;
    }
    
    
    input.submit {
    	background: #dad3c3;
    	border: 3px solid #3f241d;
    	font-weight: bold;
    	font-size: 8pt;
    	color: #3f241d;
    	padding: 1px
    }
    
    
    input.submit_disabled {
    	background: #efece5;
    	border: 3px solid #ab9f9c;
    	font-weight: bold;
    	font-size: 8pt;
    	color: #ab9f9c;
    	padding: 1px
    }
    
    
    textarea.textarea {
    	background: #fff;
    	font-family: arial;
    	font-size: 12px;
    	color: #36261a;
    	width: 300px
    }
    
    
    
    
    #container {
    	width: 1000px;
    	background-repeat: repeat-x;
    	height:100%;
    }
    
    
    #above_menu {
    	width: 991px;
    	height: 10px;
    }
    
    
    #menu {
    	color: #E1A32A;
    	font-size: 12px;
    	width: 991px;
    	height: 16px;
    	text-align: right;
    	line-height: 16px;
    }
    
    
    #menu_left {
    	float: left;
    	width: 25px;
    	height: 16px;
    }
    
    
    .menu_item {
    	float: left;
    	text-align: right;
    	width: 59px;
    	height: 16px;
    	cursor: pointer;
    	font-size: 8pt;
    	font-weight: bold;
    }
    
    
    #menu_right {
    	float: left;
    	width: 215px;
    	height: 16px;
    }
    
    
    #header {
    	background: url(../images/header_2.jpg) no-repeat bottom left;
    	width: 991px;
    	height: 156px;
    	text-align: left;
    	padding-top: 12px;
    	padding-right: auto;
    	padding-left: auto;
    	z-index: -1;
    }
    
    
    #above_content {
    	background-image: url('../images/above_content.gif');
    	width: 991px;
    	height: 43px;
    }
    
    
    #content_background {
    	background: #160904 url(../images/content_bg_2.jpg) repeat-y top center;
    	width: 991px;
    	height: auto;
    	display: table;
    }
    
    
    #under_content {
    	background-image: url('../images/under_content.gif');
    	width: 991px;
    	height: 17px;
    }
    
    
    span.menu_list {
    	color: #c8b894;
    	font-size: 12px;
    }
    
    
    #content_right {
    	float: left; 
    	/*width: 30px; */
    	display: block;
    	height: auto;
    }
    
    
    #content_menu_1 {
    	float: left; 
    	width: 178px; 
    	height: auto; 
    	text-align: left; 
    	background: #c8b894;
    	color: #fff; 
    }
    
    
    #content_center {
    	float: left; 
    	/*width: 16px; */
    	display: block;
    	height: auto;
    }
    
    
    #melding {background: #none; text-align: center; margin-top: -10px; margin-right: -10px; margin-left: -10px; margin-bottom: 0px;}
    
    
    #content {
    width:620px; height:auto; margin-left:13px; margin-right:13px;
    }
    
    
    #content a {color: #70130e; text-decoration: none;}
    #content a:hover {color: #c00; text-decoration: underline;}
    
    
    
    
    .subtitle {
    	font-family: arial;
    	font-size: 15px;
    	color: #1b1a17;
    	font-weight: bold;
    }
    
    
    #stats {margin-left: 20px; margin-top: 20px;font: 11px arial; }
    
    
    table.lijst .top td {
    font: 11px arial; 
    }#title_fam {
    	background: url(../images/h2_familie.jpg) top left no-repeat;
    	width: 178px;
    	height: 50px;
    }
    #title_crime{
    	background: url(../images/h2_criminaliteit.jpg) top left no-repeat;
    	width: 178px;
    	height: 50px;
    }
    #title_loc{
    	background: url(../images/h2_locaties.jpg) top left no-repeat;
    	width: 178px;
    	height: 50px;
    }
    #menulist_familie {background: #c8b894}
    #seperator {
    	margin-bottom: 6px;
    	background: url(../images/seperator.jpg) bottom left no-repeat;
    	width: auto;
    	height: 2px;
    }
    #profiel_top { background: url(../images/profiel_top.jpg) top left no-repeat; width: 178px; height: 24px;}
    #arrow {background: url(../images/arrow.jpg) top left no-repeat; width: 9px; height: 9px; float: left; margin: 0px 5px 5px 5px}
    #content_menu_1 a {color: #fff; text-decoration: none;}
    #content_menu_1 a:hover {color: #fff; text-decoration: underline;}
    
    
    #content_menu_2 {height: auto; background: #a89d85; color: #fff; float: left; width: 176px}
    #content_menu_2 a {color: #fff; text-decoration: none}
    #content_menu_2 a:hover {color: #fff; text-decoration: underline}
    
    
    #inloggen {margin-left: 25px; margin-top: 50px;}
    #welkom {margin-top: 5px; color: #fff; text-align: right;}
    #welkom a{color: #fff;}
    
    
    #title_callcredits {background: url(../images/h2_callcredits.jpg) top left no-repeat; width: 178px; height: 50px;}
    #menulist_callcredits {}
    
    
    #menulist_overige {}
    #title_overige {background: url(../images/h2_overige.jpg) top left no-repeat; width: 178px; height: 50px;}
    
    
    #menulist_casino { bottom left no-repeat; text-align: left;}
    #title_casino {background: url(../images/h2_casino.jpg) top left no-repeat; width: 178px; height: 50px;}
    
    
    #menulist_stats {text-align: left;}
    #title_stats {background: url(../images/h2_stats.jpg) top left no-repeat; width: 178px; height: 50px;}
    
    
    #menulist_crimi { text-align: left;}
    #menulist_loc {text-align: left;}
    
    
    #logo {position: relative; z-index: 4; margin-bottom: -100px; text-align: left;}
    
    
    .menu-item a{margin-left: 5px;}
    .menu-item {margin: 0px; margin-left: 10px; margin-bottom: 0px;}
    .menu-item-left {margin: 0px; margin-left: 10px; margin-bottom: 0px;}
    .menu-item-left a{margin-left: 5px;}
    .sep {margin-left: 10px; margin-top:2px; margin-bottom:2px}
    
    
    #pollstrook {background: url(../images/pollbg.jpg) }
    
    
    #footer {color: #ccc;}
    #footer a{color: #ccc;}
    
    
    .cinput {width: 320px;}
    
    
    .dinput {width: 100px;}
    
    
    #form {max-width: 200px;}
    
    
    #select {width: 50px; display: block}
    
    
    .health {background: #CC0000; width: 100px; padding: 0px; margin: 0px;}
    #health2 {background: url(../images/health.jpg); color: #fff}
    
    
    #rang_table {background: #339999}
    
    
    #div_progress {
    	height: 14px;
    	width: 100px;
    	background-color: #333333;
    	margin-top: 2px;
    	padding: 0px;
    	border: 1px solid #660000;
    }
    #rang {
    	position: absolute;
    	font-size: 10px;
    	margin-top: 3px;
    	padding-left: 5px;
    	height: 13px;
    	color: #fff;
    	width: 200px;
    }
    .top a {color: #70130e; text-decoration: none;}
    
    
    #uitloggen {float: right; clear: left; margin-top: 39px; margin-right:1px; z-index: 1;}
    
    
    .lijst2 td{background: #e4dcc5}
    
    
    .small_title {font-weight: bold;}
    
    
    .lijst2{
    padding-bottom: 20px;
    }
    .lijst2 {}
    
    
    #content_wrapper{width:646px; height:auto; margin-left:16px;}
    #content_footer {height: 19px; background: #000;   margin-left: -5px; margin-right: -5px; background: url(../images/bottom-table-bg_2.jpg) no-repeat;}
    
    
    .subtable {
    background-color: #e4dcc5;
    }
    
    
    .title_bg {
    width:				620px; 
    height:				43px; 
    background: 		url('../images/title_balk_2.jpg') center no-repeat;
    }
    
    
    .title {
    font-size:		17px; 
    color:				#1b1a17; 
    margin-left:	10px; 
    padding-top:	4px;
    }
    
    
    .title_medium {
    font-size:		14px; 
    color:			#1b1a17; 
    margin-left:	10px; 
    padding-top:	8px;
    }
    
    
    .lijst2 td {
    background: 		#eae6d9;
    }
    
    
    td.content_bottom {
    width:				100% ;
    height:				11px; 
    background:		url('../images/bottom-table-bg_2.jpg') no-repeat;
    }
    
    
    #welkom {
    margin-top: 	5px; 
    color: 				#FFFFFF; 
    text-align: 	center;
    }
    
    
    .err_blue {
    font-size:		12px;
    font-weight:	bold;
    color:			#3673AF;
    margin-top:		10px;
    }
    
    
    
    
    .callshop_kopen_no {
    	display:		block; 
    	width:			45px; 
    	height:			15px; 
    	background:		#efece5; 
    	border:			3px solid #ab9f9c; 
    	color:			#ab9f9c; 
    	font-weight:	bold;
    }
    
    
    a.callshop_kopen {
    	display:		block; 
    	width:			45px; 
    	height:			15px; 
    	background:		#dad3c3; 
    	border:			3px solid #3f241d; 
    	color:			#3f241d; 
    	font-weight:	bold;
    	padding:		1px;
    }
    
    
    
    
    a.link_title:link {
    	font-family:		Century Gothic, arial;
    	font-size:			14px;
    	color:				#c8b894;
    	text-decoration:	bold;
    }
    a.link_title:active {
    	font-family:		Century Gothic, arial;
    	font-size:			14px;
    	color:				#c8b894;
    	text-decoration:	bold;
    }
    a.link_title:visited {
    	font-family:		Century Gothic, arial;
    	font-size:			14px;
    	color:				#c8b894;
    	text-decoration:	bold;
    }
    a.link_title:hover {
    	font-family:		Century Gothic, arial;
    	font-size:			14px;
    	color:				#303030;
    	text-decoration:	bold;
    }
    
    
    /**
    	AANMELDEN
    **/
    
    
    #table_aanmelden {color: white; font: 12px arial;}
    #voorwaarden {text-align: right;}
    #wrapper {width: 785px; text-align: left; margin: 0 auto;}
    #nieuws {padding: 15px;}
    #inloggen {padding: 10px}
    #aanmelden {padding: 2px;}
    #table_aanmelden {color: white; font: 12px arial;}
    a.aanmelden {color: white}
    a.ww {color: black}
    .text {border: 3px solid #c8b894; background: #fff url(images/text_bg.jpg) top left repeat-x;}
    
    
    
    
    /*------------------------------------------------------------
    	MODULES BACKGROUND
    -------------------------------------------------------------*/
    
    
    .background_jail {
    	background:	url('../images/background/bg_jail.jpg') no-repeat;
    }
    Toon Meer

    Admin kilYOUnu - http://www.crimetown.net :cheer:

  • Guest, wil je besparen op je domeinnamen? (ad)
  • L.Kok
    Elite members
    Ontvangen Reacties
    35
    Berichten
    1.117
    Filebase Entries
    1
    • 7 september 2011 om 14:37
    • #2
    PHP
    #content_menu_1 { 
        float: left;  
        width: 178px;  
        height: auto;  
        text-align: left;  
        background: #c8b894; 
        color: #fff;

    dit is de style van de linker kant, kan je ook zien in de file: left_column en kijken naar de <div id="...">

    Dus dat moet worden:

    PHP
    #content_menu_1 { 
        float: left;  
        width: 178px;  
        height: auto;  
        text-align: left;  
        background: #a89d85; 
        color: #fff;

    Met vriendelijke groet,

    L.Kok
    YoungVision

Participate now!

Heb je nog geen account? Registreer je nu en word deel van onze community!

Maak een account aan Login

ICT Nieuws

  • Fijne feestdagen

    tcbhome 28 december 2025 om 13:55
  • Kritieke update voor Really Simple Security-plug-in

    K.Rens 16 november 2024 om 16:12
  • ING Nederland streeft naar ondersteuning van Google Pay tegen eind februari

    K.Rens 2 november 2024 om 16:09

Blogs

  • Functioneel ontwerp

    Dees 28 december 2014 om 12:38
  • Access Control List implementatie in PHP/MySQL - deel 1/2

    FangorN 28 december 2018 om 12:35
  • Access Control List implementatie in PHP/MySQL - deel 2/2

    FangorN 29 december 2018 om 12:37

Gebruikers die dit topic bekijken

  • 1 Gasten
  1. Marktplaats
  2. Design
  3. Voorwaarden
  4. Ons team
  5. Leden
  6. Geschiedenis
  7. Regels
  8. Links
  9. Privacy Policy
ICTscripters ©2005 - 2026 , goedkope hosting door DiMoWeb.com, BE0558.915.582
Sponsors: Beste kattenhotel provincie Antwerpen | Beste Zetes eid kaartlezer webshop
Style: Nexus by cls-design
Stylename
Nexus
Manufacturer
cls-design
Licence
Commercial styles
Help
Supportforum
Visit cls-design