Tema borderları
|
#4962 |
|
|
McGhosT
User is:
Posts: 61
Meslek: Her iþi Yapar
Age: 39
|
Amac?m Siteyi doldurmak de?il
Kaan Abi Resimde yan taraflardada ye?il renk var ama onlar resimde g?z?km?yor e?er siteye girersen beni daya iyi anlayacaks?n ![]() birde css mi vereyim Kod: /* Normal, standard links. */ a:link { color: #551a8b; text-decoration: none; } a:visited { color: #551a8b; text-decoration: none; } a:hover { color: #008000; text-decoration: none; } /* Navigation links - for the link tree. */ .nav, .nav:link, .nav:visited { color: #000000; text-decoration: none; } a.nav:hover { color: #cc3333; text-decoration: underline; } /* Tables should show empty cells. */ table { empty-cells: show; } /* By default (td, body..) use verdana in black. */ body, td, th, tr { line-height: 150%; font-family: tahoma, sans-serif; color: #555555; font-size: 11px; } /* The main body of the entire forum. */ body { background: #b6b6b6 url(images/bg.gif) 0 0 repeat-x; padding: 30px 0 0 0; margin: 0; } /* Input boxes - just a bit smaller than normal so they align well. */ input, textarea, button { color: #000000; font-family: verdana, sans-serif; } input, button { font-size: 100%; } textarea { font-size: 90%; color: #000000; font-family: verdana, sans-serif; } /* All input elements that are checkboxes or radio buttons. */ input.check { } /* Selects are a bit smaller, because it makes them look even better 8). */ select { font-size: 100%; font-weight: normal; color: #000000; font-family: Tahoma, Arial, Helvetica, sans-serif; } /* Standard horizontal rule.. ([hr], etc.) */ hr, .hrcolor { height: 1px; border: 0; color: #d5d5d5; background-color: #d4d4d4; } /* No image should have a border when linked */ a img { border: 0; } /* A quote, perhaps from another post. */ blockquote { color: #3a3a3a; background-color: #cecece; border-top: 4px solid #959595; border-bottom: 4px solid #959595; margin: 1px; padding: 1px; font-size: x-small; line-height: 1.4em; } /* A code block - maybe even PHP ;). */ code { color: #3a3a3a; background-color: #fbede6; display: block; font-family: "courier new", "times new roman", monospace; font-size: x-small; line-height: 1.3em; /* Put a nice border around it. */ border-top: 5px solid #f1ccbb; border-bottom: 5px solid #f1ccbb; margin: 1px auto 1px auto; padding: 1px; width: 99%; white-space: pre; overflow: auto; /* Stop after about 24 lines, and just show a scrollbar. */ max-height: 24em; } /* The "Quote:" and "Code:" header parts... */ .quoteheader, .codeheader { color: #000000; text-decoration: none; font-style: normal; font-weight: bold; font-size: x-small; line-height: 1.2em; width: 100%; } /* For links to change the code stuff... */ .codeoperation { font-weight: normal; } /* Generally, those [?] icons. This makes your cursor a help icon. */ .help { cursor: help; } /* /me uses this a lot. (emote, try typing /me in a post.) */ .meaction { color: red; } /* The main post box - this makes it as wide as possible. */ .editor { width: 96%; } /* Highlighted text - such as search results. */ .highlight { background-color: yellow; font-weight: bold; color: black; } /* A more discreet highlight colour, for selected membergroups etc. */ .highlight2 { background-color: #B3F4B0; color: black; } /* Alternating backgrounds for posts, and several other sections of the forum. */ .windowbg, #preview_body { background-color: #ffffff; } .windowbg2 { background-color: #f6f6f6; } .windowbg3 { background-color: #f0f0f0; } /* Color for background of posts requiring approval */ .approvebg { color: #000000; background-color: #F6E0D4; } /* Color for background of *topics* requiring approval */ .approvetbg { color: #000000; background-color: #E4A17C; } /* the today container in calendar */ .calendar_today { background-color: #f5f5f5; } /* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */ .titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, #credits h3 { color: #454545; font-style: normal; background: #f9f9f9; border-bottom: solid 1px #f2f2f2; border-top: solid 1px #ffffff; padding-left: 10px; padding-right: 10px; line-height: 18px; } .titlebg, .titlebg a:link, .titlebg a:visited { font-weight: bold; color: #454545; font-style: normal; font-size: 12px; } .titlebg a:hover { color: #404040; } /* same as titlebg, but used where bold text is not needed */ .titlebg2 a:link, .titlebg2 a:visited { color: #454545; font-style: normal; text-decoration: underline; } .titlebg2 a:hover { text-decoration: underline; } /* This is used for categories, page indexes, and several other areas in the forum. .catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/ .catbg , tr.catbg td , .catbg3 , tr.catbg3 td { color: #404040; padding-left: 10px; padding-right: 10px; background: #dedede url(images/catbg.gif) repeat-x; } .catbg2 , tr.catbg2 td { color: #404040; padding-left: 10px; padding-right: 10px; background: #dedede url(images/catbg.gif) repeat-x; } .catbg, .catbg2, .catbg3 {} .catbg, .catbg2 { font-weight: bold; font-size: 12px; } .catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited { font-size: 95%; color: #454545; text-decoration: none; } .catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited { color: #454545; text-decoration: none; } .catbg a:hover, .catbg2 a:hover, .catbg3 a:hover { text-decoration: underline; } /* This is used for tables that have a grid/border background color (such as the topic listing.) */ .bordercolor { background-color: #dddada; padding: 0px; } /* This is used on tables that should just have a border around them. */ .tborder { padding: 1px; border: 1px solid #dddada; } /* Default font sizes: small (8pt), normal (10pt), and large (14pt). */ .smalltext { font-size: 90%; font-family: verdana, sans-serif; } .middletext { line-height: 18px; text-indent: 10px; } .normaltext { font-size: small; } .largetext { font-size: large; } /* Posts and personal messages displayed throughout the forum. */ .post, .personalmessage { width: 100%; overflow: auto; line-height: 1.3em; } /* All the signatures used in the forum. If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */ .signature { width: 100%; overflow: auto; padding-bottom: 3px; line-height: 1.3em; } /* Sometimes there will be an error when you post */ .error { color: red; } /* definitions for the main tab, active means the tab reflects which page is displayed */ .maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last { color: #070707; vertical-align: top; text-transform: uppercase; } .maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back { color: #090909; text-decoration: none; font-size: 9px; font-family: tahoma, sans-serif; padding: 5px 10px 5px 10px; } .maintab_first,.mirrortab_first { display: none; } .maintab_back,.mirrortab_back {} .maintab_last,.mirrortab_last { display: none; } .maintab_active_first, .mirrortab_active_first { display: none; } .maintab_active_back, .mirrortab_active_back { background: #efefef; border-left: 4px solid #551a8b; } .maintab_active_last, .mirrortab_active_last { display: none; } /* how links behave in main tab. */ .maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited { color: #252525; text-decoration: none; font-weight: bold; } .maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited { color: #272727; text-decoration: none; font-weight: bold; } .maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover { text-decoration: underline; } /* Calendar colours for birthdays, events and holidays */ .birthday { color: #920AC4; } .event { color: #078907; } .holiday { color: #000080; } /* Colours for warnings */ .warn_mute { color: red; } .warn_moderate { color: orange; } .warn_watch { color: green; } /* The AJAX notifier */ #ajax_in_progress { background: #32CD32; color: white; text-align: center; font-weight: bold; font-size: 18pt; padding: 3px; width: 100%; position: fixed; top: 0; left: 0; } #ajax_in_progress a { color: white; text-decoration: underline; font-size: smaller; float: right; } /* Styling for BBC tags */ .bbc_color a { color: inherit; } .bbc_img { border: 0; } .bbc_list { margin-top: 0; margin-bottom: 0; } .bbc_size { line-height: 1.3em; } .bbc_table { font: inherit; color: inherit; } .bbc_table td { font: inherit; color: inherit; vertical-align: top; } .bbc_u { text-decoration: underline; } .button_strip_submit { background: transparent; color: white; text-transform: uppercase; vertical-align: top; text-decoration: none; font-size: 9px; font-family: tahoma, sans-serif; border: 0; } .button_strip_submit:hover { color: #e0e0ff; } .openid_login { background: white url(images/openid.gif) no-repeat; padding-left: 18px; } a.moderation_link, a.moderation_link:visited { color: red; font-weight: bold; } /* These are for the auto suggest floating div type thing. */ .auto_suggest_div { border: 1px solid black; position: absolute; } /* An auto suggest item */ .auto_suggest_item { background-color: #DDDDDD; } /* hovered auto suggest item */ .auto_suggest_item_hover { background-color: #888888; cursor: pointer; color: #EEEEEE; } /* Moderation Notes */ .moderation_notes { margin: 0; padding: 0; list-style: none; overflow: auto; height: 9.5em; } .moderation_notes li { padding: 4px 0px 4px 4px; border-bottom: 1px solid #cccccc; } /* Credits page */ #credits p, #credits h4 { padding: 0 10px; } #credits h3 { margin: 0; } #credits ul { list-style-type: none; } #credits ul li { margin-bottom: 0.5em; } #wrapper { width: 950px; min-width: 720px; margin: 0 auto; padding: 0; } #header{position:relative; height:184px; overflow:hidden; background: url(./images/head.png) repeat-x;} #head-r{height:184px; background:url(./images/head-r.png) 0 0 no-repeat; position:relative} #head-l{height:184px; background:url(./images/head-l.png) 100% 0 no-repeat; position:relative} #logo { position: absolute; top: 0px; left: 177px; display: block; width: 350px; height: 184px; cursor: pointer; background: url(./images/logom.png) no-repeat; } #userarea { height: 73px; float: right; padding: 12px 25px 0 0; text-align: right; font-size: 1.0em; color: #ddd; font-family: tahoma, sans-serif; } #userarea a:link, #userarea a:visited { color: #eee; } #userarea a:hover { color: #ccc; text-decoration: underline; } #searcharea { float: right; padding: 5px 25px 0 0; margin: 0; clear: both; } /* Navigation links - for the link tree. */ .nav, .nav:link, .nav:visited { color: #000; text-decoration: none; } .nav:link { color: #red; text-decoration: none; } .nav:visited { color: #green; text-decoration: none; } a.nav:hover { color: red; text-decoration: underline; } /* Navigation links - for the link tree. */ #kwick { width : 100%; } #kwick .kwicks { background : transparent; display : block; height : 70px; margin: 0; padding: 0; } #kwick li { float : left; margin : 0; padding : 0; list-style : none; } #kwick .kwick { display : block; cursor : pointer; overflow : hidden; height : 70px; width : 90px; } #kwick .kwick span { display : none; } #kwick .opt0 { background-color : transparent; outline : none; } #kwick .opt1 { background-color:transparent; outline: none } #kwick .opt2 { background-color:transparent; outline: none } #kwick .opt3 { background-color:transparent; outline: none } #kwick .opt4 { background-color:transparent; outline: none } #kwick .opt5 { background-color:transparent; outline: none } #kwick .opt6 { background-color:transparent; outline: none; } #kwick .opt7 { background-color:transparent; outline: none } #kwick .opt8 { background-color:transparent; outline: none } #kwick .opt9 { background-color:transparent; outline: none } #kwick .opt10 { background-color:transparent; outline: none } #kwick .opt11 { background-color:transparent; outline: none border-right: 0px none; } #mainarea { margin: 0; background: #fff; padding: 5px 10px 0 10px; border-left: solid 1px #84C40A; border-right: solid 1px #84C40A; } /* This is used on tables that should just have a border around them. */ .tborder { padding: 0px; border: solid 1px #f1f1f1; } #toolbar { height: 70px; background: #f9f9f9 url(images/mootools_03.png) repeat-x; border-left: solid 1px #84C40A; border-right: solid 1px #84C40A; } #footer{ background: none; text-align:center; margin-top:0; padding:0; font-size:12px; font-family:optima,verdana,sans-serif; color:#fff; border-bottom: solid 15px #84C40A; } #footer-l{ background:none; } #footer-r{ background:none; height: 39px; } #footerarea { text-align: center; } #footerarea { font-family: Tahoma; font-size: 10px; color: #454545; text-decoration: none; float: center; } #footerarea a:link { font-family: Tahoma; font-size: 10px; color: #454545; text-decoration: none; float: center; } #footerarea a:visited { font-family: Tahoma; font-size: 10px; color: #454545; text-decoration: none; } #footerarea a:hover { font-family: Tahoma; font-size: 10px; color: orange; text-decoration: underline; float: center; } #footerarea a:active { font-family: Tahoma; font-size: 10px; color: #111; text-decoration: none; } a { text-decoration:none; border-width:0px; color:#0b8ed2; } a:hover { text-decoration:underline; } h1 { font-size:160%; } h2 { font-size:130%; } h3 { font-size:120%; margin:1em 1em 1em 0; } h4 { font-size:100%; font-weight:bold; margin:1.5em 1em 1em 0; } h5 { font-size:95%; margin-top:0; } h6 { font-size:100%; margin-top:0; } h7 { font-size:5%; margin-top:0; } .bbstyle1 { font-size:160%; font-weight:bold; } .bbstyle2 { font-size:130%; font-weight:bold; } .bbstyle3 { font-size:120%; font-weight:bold; } .bbstyle4 { font-size:110%; font-weight:bold; } .bbstyle5 { } .bbstyle6 { } .bbstyle7 { } .bbstyle8 { } .bbstyle9 { } #nav { background-image:url(img/catbg1.gif); background-repeat:repeat-x; background-position:bottom; margin:0; padding:5px; } #nav a { color:#000000;} #nav a:hover { text-decoration:none;} #nav ul { padding:2px; margin:0; } #nav li { display:inline; list-style:none; padding:2px 6px 2px 6px; margin:0; font-weight:bold; } #user { margin:0; padding:3px; color:#dddddd; text-align:right; background-image:url(img/catbg1.gif); background-repeat:repeat-x; } #user a { color:#ffffff; } #user a:hover { color:#dddddd; text-decoration:none; } #user ul { padding:0px; margin:0; } #user li { display:inline; list-style:none; margin:0; padding:2px; } .kaan { width: 170px; height: 170px; background-image:url(avatar-win.png); margin: 5px 5px 10px 5px; } /* ============== Various ============== */ textarea, .tinput , input , optgroup , textarea { border-color: #303030; border-style:solid; border-width:1px; background-color: #E8E8E8; color: #303030; font-size:9px; } select , option { background-color: #E8E8E8; color: #303030; font-size:9px;} .profield {border-top-width: 1px; border-top-style: solid; border-top-color: #FFFFFF; border-right-width: 1px; border-right-style: solid; border-right-color: #303030; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #303030; border-left-width: 1px; border-left-style: solid; border-left-color: #FFFFFF;padding: 0px 3px 0px 3px; background-color: #EDEDED;margin-top: 2px; } .disp { padding:5px; margin:0; } .block { font-size:11px; padding:5px; margin:12px; border:1px dashed #A5A5A5; background-color: #F2F2F2; } .error { padding:24px 8px 24px 8px; margin:0px; color:#D67308; font-weight:bold; font-size:110%; text-align:center; } .code { font-size:11px; color:#800000; background-color:#EEEEEE; padding:2px; } .valid { height:48px; text-align:center; vertical-align:middle; } .download { font-size:110%; text-align:center; background-color: #E8E8E8; padding:16px; margin-top:16px; } .paging { text-align:center; padding:0px 8px 0px 0px; text-align:right; } .coltop { text-align:center; background: #fff url(img/coltop.png)!important; border-top-width: 1px; border-top-style: solid; border-top-color: #FFFFFF; border-right-width: 1px; border-right-style: solid; border-right-color: #E0DFDF; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E0DFDF; border-left-width: 1px; border-left-style: solid; border-left-color: #FFFFFF; } .centerall { text-align:center; vertical-align:middle; } .desc { font-size:90%; padding:3px; color:#646464; } .odd { background-color:#f7f7f7 !important; border-top-width: 1px; border-top-style: solid; border-top-color: #FFFFFF; border-right-width: 1px; border-right-style: solid; border-right-color: #D9D9D9; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #D9D9D9; border-left-width: 1px; border-left-style: solid; border-left-color: #FFFFFF; } .even { background-color:#f7f7f7!important; border-top-width: 1px; border-top-style: solid; border-top-color: #FFFFFF; border-right-width: 1px; border-right-style: solid; border-right-color: #E0DFDF; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E0DFDF; border-left-width: 1px; border-left-style: solid; border-left-color: #FFFFFF; } li { margin:2px; } img { border-width:0px; } ul { list-style-type:square; } form { margin:0px; } .colleft { float:left; margin:0px 4px 0px 4px; } .colright { float:right; margin:0px 4px 0px 4px; } .bar_front { padding: 0; margin: 0; background: #900; height: 8px; border-right: 1px solid #555; background: #d60000 url(img/system/pollin.gif) repeat-x; } .bar_back { padding: 0; margin: 0; height: 8px; font-size: 0; border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; background: #fff url(img/system/pollout.gif) repeat-x; border: 1px solid #555; border-left: 1px solid #ccc; border-top: 1px solid #ccc; } .bbcodes a img { border:1px outset #A0A0A0; background-color:#999BAC; } .smilies a img { border:0px; background-color:transparent; } .today { border:1px dashed #DDAA00; } .signature { font-size:90%; max-height:150px; overflow:auto; } .signature a { color:#000000; } #title {background-image:url(img/catbg1.gif); color:#FFFFFF; padding:2px; font-weight:bold ; margin:0px 0px 8px 0px; font-size:120%; } #subtitle {padding:2px;margin:0px 8px 0px 8px; font-size:100%; background-color:#f6f6f6; vertical-align:top; } #main {padding:0px; margin:0px 0px 0px 0px; background-color:#f3f3f3; } .miniblock { background-image:url(img/catbg.png); color:#FFFFFF; font-weight:bold ; padding:5px; margin:3px 3px 3px 3px;} .miniblock a , #title a{ color:#DDDDDD;} .miniblock a:hover , #title a:hover { color:#B0401E; text-decoration:none;} .miniblockmain{PADDING-RIGHT:2px; PADDING-LEFT:2px; BACKGROUND: #f9f9f9 repeat-x; PADDING-BOTTOM:3px; MARGIN:0px 2px; PADDING-TOP:3px; border:2px solid #ccc;} /* ============== Tables ============== */ table td { vertical-align:top; } table.flat { width:100%; margin:0px; padding:0px; } table.flat td { padding:0px; margin:0px; } table.sea td { padding:0px; margin:0px; height:32px;} table.main { width:100%; margin:0px; padding:4px; } table.main td { padding:4px; } table.cells { width:99%; margin:0px; padding:0px; } table.cells td { padding:2px; background-color:#f7f7f7; margin:0px; } table.cells2 { width:100%; margin:0; padding:0; } table.cells2 td { padding:2px; margin:0; vertical-align:top; } table.forums { width:100%; margin:0px; padding:0px; } table.forums td { padding:2px; margin:0px; } #title, #title_expand, .cb_big_title, .cb_medium_title , .cb_small_title {font-weight:bold; font-size:110%; color:#FFFFFF; line-height:300%; padding:0px 0px 0px 3px;} #title a, #title_expand a, .cb_big_title a, .cb_medium_title a, .cb_small_title a { text-decoration:none; border-width:0; color:#FFFFFF; } #title a:hover, #title_expand a:hover, .cb_big_title a:hover, .cb_medium_title a:hover, .cb_small_title a:hover { text-decoration:underline; } #subtitle { background:url(img/main/subtitle.gif); margin:0px 0px 16px 0px; padding:10px; vertical-align:top; border:1px solid #2e2e2e; } |
Bu abi Yerle ?ok Sevi?ti, D??mek Ay?p Deil, Kalkmas?n? ?il, Ve Acele Et ?u G?z Ya?lar?n? SiL.!! :sunglasses |














