купить fifa 2006

Лицензия FIFA 08 - Главный форум /* * Cascading Style Sheet(CSS 467), for Invision Power Board 2.1.0 * Author: James A. Mathias, admin@leihu.com, http://www.1lotus.com * Copyright: 2005 Invision Power Services, all rights reserved * * All style attributes in alpha-numeric order starting from 0 * */ /* * ======================================== * global element styles * ======================================== */ html{ overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */ } body { margin: 0; padding: 0; font-family: Arial; background: #333; font-size: 12px; } form { margin: 0; padding: 0; } img { border: none; } table { width: 100%; padding: 0px; margin: 0px; border: none; border-collapse: collapse !important; border-spacing: 0px !important; } table, td { vertical-align: top; padding: 0; font-size: 12px; } small { font-size: 9px; font-weight: bold; } h1 { font-size: 20px; font-weight: normal; margin:3px 0 0 0; padding:0 5px; color:#000; } h2 { font-size: 18px; font-weight: normal; } h5 { font-size: 9px; font-weight:bold; color:#666; margin:2px 0 5px 0; padding:0 5px; } h5 a { color: #000; text-decoration: none; } h5 a:hover { color: #000; text-decoration: underline; } a { color: #004ac5; text-decoration: underline; } a:hover { color: #0060ff; } label { cursor: pointer; } .icon { vertical-align: middle; } #layout { width: 100%; height: 100%; min-width: 1000px; width: expression(document.body.clientWidth>1000?"100%":"1000px"); position: relative; font-size: 12px; color: black; } /* // navigation */ .navigation { font-size: 12px; } .navigation ul{ padding: 0; margin: 0; list-style: none; } .navigation ul li { float: left; } .navigation ul li a{ color: white; text-decoration: underline; float: left; display: block; height: 46px; position: relative; } .navigation ul li a div#sel3 { padding: 3px 11px 0px 11px; } .navigation ul li a div { display: block; float: left; height: 46px; cursor:pointer; } .navigation ul li a.selected, .navigation ul li a:hover{ color: black; font-weight: normal; text-decoration: none; background: #FFCC00 url(style_images/sng.by/i/bg_menu_decoration.gif) repeat-x; } .navigation ul li a.selected { font-weight: bold !important; } .navigation ul li a.selected div#sel1, .navigation ul li a:hover div#sel1 { background: url(style_images/sng.by/i/menu_decoration_left.gif) no-repeat left top; } .navigation ul li a.selected div#sel2, .navigation ul li a:hover div#sel2 { background: url(style_images/sng.by/i/menu_decoration_right.gif) no-repeat right top; } .navigation ul li a.selected div#sel3, .navigation ul li a:hover div#sel3 { background: url(style_images/sng.by/i/menu_decoration_center.gif) no-repeat center top; } #navigation { position: absolute; z-index: 2; top:50px; left: 266px; } #top { width: 100%; height: 34px; background: url("/i/bg_line1.gif") repeat-x; border-bottom: 1px solid #1b1b1b; position: relative; } #top #bg_line { height: 34px; background: url("/i/bg_line.gif") repeat-x; //width: 1%; float: left; white-space: nowrap; } #top #bg_line table { width: auto !important; margin: 0px 0px 0px 10px; } #top #bg_line table td { padding-right: 10px; } #top #bg_line #login { background: url("/i/bg_input.gif") repeat-x; position: relative; top: 5px; height: 24px; } #top #bg_line #register { top: 5px; height: 24px; } #top #bg_line #register div { height: 24px; padding: 11px 11px 0 10px; position: relative; color: #CCC; font-size: 9px; font-weight: bold; } #top #bg_line #register A{ color: white; } #top #bg_line #login div { background: url("/i/input_left.gif") no-repeat left top; height: 24px; padding: 4px 11px 0 10px; position: relative; color: #CCC; font-size: 9px; font-weight: bold; } #top #bg_line #login div b#close { font-size: 11px; position: relative; top: 0px; left: 0px; } #top #bg_line #login div a { color: white; text-decoration: none; } #top #bg_line #login div a:hover { color: white; text-decoration: underline; } #top #bg_line #login #input_right { position: absolute; z-index: 1; right: 0px; top: 0px; } #top #bg_line #login div#select { width: 120px; padding: 6px 22px 0 10px; } #top div#search { position: absolute; right: 0px; top: 0px; } #top div#search #bg_line { padding: 0px 10px 0px 10px; } #top div#search #bg_line #login div#search { width: 150px; padding: 6px 22px 0 10px; } #top div#search #bg_line #login input#search { background: transparent; border: none; color: #CCC; font-size: 9px; font-weight: bold; font-family: Arial; height: 20px; margin-top: -1px; } .inputsearch { background: transparent; border: none; color: #CCC; font-size: 9px; font-weight: bold; font-family: Arial; height: 20px; margin-top: 1px; } /* // header */ #header { width: 100%; height: 89px; background: url(style_images/sng.by/i/bg_header.gif) repeat-x; clear: both; position: relative; } #header #logo { position: absolute; z-index: 1; top: 4px; left: 10px; } #header #bg_header{ width: 100%; height: 89px; background: url(style_images/sng.by/i/bg_header_line.gif) no-repeat right top; } /* * ======================================== * Set up IPB table * ======================================== */ .ipbtable { width:100%; border: 0;} table.ipbtable, tr.ipbtable, td.ipbtable { /* required for text in tables, because tables do not inherit from body */ background: transparent; color: #222; font-size: 11px; line-height: 135%; } .ipbtable td, .divpad{ /* gives all tables faux cellpadding of 5px */ padding: 5px; } td.nopad{ /* allows some tables to have no padding on the td */ padding: 0; } form{ display: inline; margin: 0; /* removes mystery form tag gapping */ padding: 0; /* removes mystery form tag gapping */ } img{ border: 0; /* makes sure linked images do not have a border */ vertical-align: middle; } /* * ======================================== * Main wrapper, this controls the overall width of the board in you browser view window. * ======================================== */ #ipbwrapper{ padding: 10px; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */ text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */ /* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 750px is a common fixed resolution size */ } /* * ======================================== * styles for pagination links * ======================================== */ .pagelink, .pagelinklast, .pagecurrent, .minipagelink, .minipagelinklast{ background: #F0F5FA; border: 1px solid #072A66; padding: 1px 3px 1px 3px; } .pagelinklast, .minipagelinklast{ background: #CCC; } .pagecurrent{ background: #FFC9A5; } .minipagelink, .minipagelinklast{ border: 1px solid #C2CFDF; font-size: 10px; margin: 0 1px 0 0; } .pagelink a:active, .pagelink a:visited, .pagelink a:link, .pagelinklast a:active, .pagelinklast a:visited, .pagelinklast a:link, .pagecurrent a:active, .pagecurrent a:visited, .pagecurrent a:link, .minipagelink a:active, .minipagelink a:visited, .minipagelink a:link, .minipagelinklast a:active, .minipagelinklast a:visited, .minipagelinklast a:link{ text-decoration: none; } /* fake button effect for some links */ .fauxbutton{ background: #BFCDE0; border: 1px solid #072A66; font-size: 11px; font-weight: bold; padding: 4px; } .fauxbutton a:link, .fauxbutton a:visited, .fauxbutton a:active{ color: #222 !important; text-decoration: none; } .forumdesc, .forumdesc a:link, .forumdesc a:visited, .forumdesc a:active{ background: transparent; font-size: 10px; color: #666; line-height: 135%; margin: 2px 0 0 0; padding: 0; } /* =================================================================================== */ /* =================================================================================== */ /* =================================================================================== */ .searchlite { background-color:yellow; font-weight:bold; color: red; } .activeusers{ background: #FFF; border: 1px solid #072A66; color: #000; margin: 0px; padding: 1px; } .activeuserposting a:link, .activeuserposting a:visited, .activeuserposting a:active, .activeuserposting { font-style:italic; text-decoration: none; border-bottom:1px dotted black; } fieldset.search{ line-height: 150%; padding: 6px; } label{ cursor: pointer; } img.attach{ background: #808080 url(style_images/sng.by/click2enlarge.gif) no-repeat top right; border: 1px solid #808080; margin: 0 2px 0 0; padding: 11px 2px 2px 2px; } .thumbwrap, .thumbwrapp, .fullimagewrap{ border: 1px solid #072A66; margin: 2px; } .thumbwrapp{ border: 2px solid #660707; } .fullimagewrap{ background: #EEE; text-align: center; margin: 5px 0 5px 0; padding: 5px; } .thumbwrap h4, .thumbwrapp h4{ background: #DDE6F2; border: 0 !important; border-bottom: 1px solid #616161 !important; color: #616161; font-size: 12px; font-weight: bold; margin: 0; padding: 5px; } .thumbwrap p, .thumbwrapp p{ background: #EEE !important; border: 0 !important; border-top: 1px solid #616161 !important; margin: 0 !important; padding: 5px !important; text-align: left; } .thumbwrap p.alt, .thumbwrapp p.alt{ background: #CCC !important; margin: 0 !important; padding: 5px !important; text-align: left; } .thumbwrapp p.pin{ background: #EFDFDF !important; text-align: center !important; } .thumbwrap img.galattach, .thumbwrapp img.galattach{ background: #FFF url(style_images/sng.by/img_larger.gif) no-repeat bottom right; border: 1px solid #072A66; margin: 5px; padding: 2px 2px 10px 2px; } li.helprow{ margin: 0 0 10px 0; padding: 0; } ul#help{ padding: 0 0 0 15px; } .warngood, .warnbad{ color: #0B9500; font-weight: bold; } .warnbad{ color: #DD0000; } #padandcenter{ margin: 0 auto 0 auto; padding: 14px 0 14px 0; text-align: center; } #profilename{ font-size: 28px; font-weight: bold; } #photowrap{ padding: 6px; } #phototitle{ border-bottom: 1px solid #000; font-size: 24px; } #photoimg{ margin: 15px 0 0 0; text-align: center; } #ucpmenu, #ucpcontent{ background: #EEE; border: 1px solid #345487; line-height: 150%; } #ucpmenu p{ margin: 0; padding: 2px 5px 6px 9px; } #ucpmenu a:link, #ucpmenu a:active, #ucpmenu a:visited{ text-decoration: none; } #ucpcontent{ width: auto; } #ucpcontent p{ margin: 0; padding: 10px; } .activeuserstrip{ background: #BCD0ED; padding: 6px; } /* Topic View elements */ .signature{ background: transparent; color: #339; font-size: 10px; line-height: 150%; } .postdetails{ font-size: 10px; line-height:140%; } .postcolor{ font-size: 12px; line-height: 160%; } .normalname{ color: #003; font-size: 12px; font-weight: bold; } .normalname a:link, .normalname a:visited, .normalname a:active{ font-size: 12px; } .post1, .bg1{ background: #EEE; } .post2, .bg3{ background: #EEE; } .row2shaded, .post1shaded { background-color: #f1f0e3 } .row4shaded, .post2shaded { background-color: #f1f0e3 } .row1{ background: #EEE; } .row2{ background: #EEE; } .darkrow1{ background: #CCC; color: #3A4F6C; } .darkrow3{ background: #CCC; color: #3A4F6C; } /* tableborders gives the white column / row lines effect */ .plainborder, .tablefill, .tablepad{ background: #EEE; border: 1px solid #345487; } .tablefill, .tablepad{ padding: 6px; } .tablepad{ border: 0 !important; } .wrapmini{ float: left; line-height: 1.5em; width: 30%; } .pagelinks{ float: left; line-height: 1.2em; width: 35%; } .desc{ font-size: 11px; color: #434951; } .lastaction { font-size: 10px; color: #434951; } .edit{ font-size: 9px; } .thin{ border: 1px solid #616161; border-left: 0; border-right: 0; line-height: 150%; margin: 2px 0 2px 0; padding: 6px 0 6px 0; } /* =================================================================================== */ /* =================================================================================== */ /* =================================================================================== */ /* * ======================================== * calendar styles * ======================================== */ .calmonths{ background: #F0F5FA; border: 1px solid #C2CFDF; font-size: 18px; font-weight: bold; margin: 5px 0 5px 0; padding: 8px; text-align: center; } .weekday{ font-size: 14px; font-weight: bold; } .calmonths a{ text-decoration: none; } .calday, .calweekday{ background: #CCC; color: #666; font-size: 11px; font-weight: bold; margin: 0; padding: 4px; text-align: right; } .calweekday{ border-right: 1px solid #AAA; color: #222; font-size: 14px; padding: 6px; text-align: center; } .celltodayshaded, .celldateshaded, .cellblank, .celldate, .celltoday, .mcellblank, .mcelldate, .mcelltoday{ background: #EEE; height: 100px; margin: 0; padding: 0; vertical-align: top; } .celltodayshaded, .celldateshaded { background: #f1f0e3; } .mcellblank, .mcelldate, .mcelltoday{ height: auto; } .cellblank, .mcellblank{ background: #C2CFDF; } .celltoday, .celltodayshaded, .mcelltoday{ border: 2px solid #8B0000; } .calranged { border: 2px outset #C2CFDF; background: #C2CFDF; padding:4px; } .calitem { border-bottom: 1px dotted #C2CFDF; padding:4px; } /* * ======================================== * form styles * ======================================== */ .input-warn, .input-green, input, textarea, select{ background: #FFF; border: 1px solid #4C77B6; color: #000; font-family: verdana, helvetica, sans-serif; font-size: 11px; margin: 5px; padding: 2px; vertical-align: middle; } .input-warn, .input-warn-content { border: 1px solid #616161; } .input-ok, .input-ok-content { border: 1px solid #616161; } .input-warn-content { padding: 4px; margin: 4px; background-color: #FCC; } .input-ok-content { padding: 4px; margin: 4px; background-color: #CFC; } .input-text { color: #900; } select{ border: 0; font-family: verdana, helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0; } input.button{ margin: 0; width: auto; } optgroup option{ font-family: verdana, helvetica, sans-serif; font-size: 12px; } .codebuttons{ font-family: Verdana, Helvetica, Sans-Serif; font-size: 10px; vertical-align: middle; margin:2px; } .textarea, .searchinput, .button, .gobutton{ background: #EEE; border: 1px solid #616161; color: #666; font-family: Verdana, Helvetica, Sans-Serif; font-size: 11px; padding: 2px; vertical-align: middle; } .button{ background: #EEE; } .gobutton{ background: transparent; border: 0; color: #666; margin: 0; vertical-align: middle; } .radiobutton, .checkbox, .helpbox { border: 0; vertical-align: middle; } /* * class.formtable * * used for tabled forms * technically tables should not be used for form display * but, in the case of IPB a table is easier to work with * for the average webmaster, who has little to no CSS knowledge. * */ .formtable{ background: transparent; } .formtable td, .pformleft, .pformleftw, .pformright{ background:#EEE; border: 1px solid #C2CFDF; border-bottom: 0; border-left: 0; font-weight: bold; margin: 1px 0 0 0; padding: 6px; width: 25%; } .formtable td.wider, .pformleftw, .pformright{ width: 40%; } .formtable td.formright, .pformright{ border-right: 0px; font-weight: normal; width: auto; } .formtable td.formtitle, .formsubtitle{ background: #CCC; border: 1px solid #9FB9D4; border-bottom: 0; border-left: 0; border-right: 0; font-weight: normal; } .formsubtitle{ border: 0; color: #666; font-weight: bold; padding: 5px; } .formtable td.formstrip{ background: #DDE8F2; border: 1px solid #9FB9D4; border-left: 0; border-right: 0; font-weight: normal; } /* * ======================================== * new style quote and code wrappers MATT's DESIGN * ======================================== */ .quotetop{ background: #E4EAF2 url(style_images/sng.by/css_img_quote.gif) no-repeat right; border: 1px dotted #000; border-bottom: 0; border-left: 4px solid #666; color: #000; font-weight: bold; font-size: 10px; margin: 8px auto 0 auto; padding: 3px; } .quotemain{ background: #FAFCFE; border: 1px dotted #000; border-left: 4px solid #666; border-top: 0; color: #465584; padding: 4px; margin: 0 auto 8px auto; } .codetop, .sqltop, .htmltop{ background: #FDDBCC url(style_images/sng.by/css_img_code.gif) no-repeat right; color: #000; font-weight: bold; margin: 0 auto 0 auto; padding: 3px; width: 98%; } .codemain, .sqlmain, .htmlmain{ background: #FAFCFE; border: 1px dotted #000; color: #465584; font-family: Courier, Courier New, Verdana, Arial; margin: 0 auto 0 auto; padding: 2px; width: 98%; } /* * ======================================== * old school quote and code styles - backwards compatibility * ======================================== */ #QUOTE, #CODE{ background: #FAFCFE; border: 1px solid #000; color: #465584; font-family: Verdana, Arial; font-size: 11px; padding: 2px; white-space: normal; } #CODE{ font-family: Courier, Courier New, Verdana, Arial; } /* * ======================================== * All New Styles * ======================================== */ .cleared{ clear: both; } .borderwrap, .borderwrapm{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */ background: #FFF; border: 0 !important; padding: 0px; margin: 0px; } .borderwrapm{ margin: 5px; } .borderwrap h3, .maintitle, .maintitlecollapse{ border: 1px solid #616161; color: #FFF; font-size: 12px; font-weight: bold; margin: 0px; padding: 0; background: #333 url(style_images/sng.by/i/tab_line1.gif) top repeat-x; position: relative; height: 24px; } .maintitle table { border: 0 !important; margin: 0 !important; padding: 0 !important; } .maintitlecollapse p, .maintitle p, .maintitlecollapse div, .maintitle div { background: transparent url(style_images/sng.by/i/tab_line.gif) top repeat-x !important; height: 24px; border: 0 !important; margin: 0 !important; padding: 0 !important; float: left; } .maintitlecollapse a, .maintitle a { padding: 5px 8px 0px 8px; color: #CCC; font-size: 12px; text-decoration: none; position: relative; z-index: 1; top: 3px; font-weight: normal; } .maintitle td { color: #FFF; font-size: 12px; font-weight: bold; } .maintitlecollapse{ border: 1px solid #616161; } .formsubtitle p{ background: transparent !important; border: 0 !important; margin: 0 !important; padding: 0 !important; } .maintitle p.expand, .maintitle p.goto, .maintitlecollapse p.expand, .formsubtitle p.members{ float: right; } .maintitle a:link, .maintitle a:visited, .maintitlecollapse a:link, .maintitlecollapse a:visited{ color: #CCC; text-decoration: none; } .maintitle a:hover, .maintitle a:active, .maintitlecollapse a:hover, .maintitlecollapse a:active{ color: #FFF; background: url(style_images/sng.by/i/tab_active.gif) repeat-x top; } table th, .borderwrap table th, .subtitle, .subtitlediv, .postlinksbar{ background: #666; border-bottom: 1px solid #616161; color: #CCC; font-size: 10px; font-weight: bold; letter-spacing: 1px; margin: 0; padding: 5px; } .subtitlediv{ border: 1px solid #616161; border-bottom: 1px solid #616161; text-align: right; } .borderwrap table th a:link, .subtitle a:link, .subtitlediv a:link, .borderwrap table th a:visited, .subtitle a:visited, .subtitlediv a:visited, .borderwrap table th a:active, .subtitle a:active, .subtitlediv a:active, .borderwrap table th a:hover, .subtitle a:hover, .subtitlediv a:hover{ background: transparent; color: #CCC; text-decoration: none; } .borderwrap h4{ background: #DDE6F2; border: 1px solid #616161; border-bottom: 1px solid #616161; border-top: 1px solid #616161; color: #616161; font-size: 12px; font-weight: bold; margin: 0; padding: 5px; } .borderwrap p{ background: #F9F9F9; border: 1px solid #CCC; margin: 5px; padding: 10px; text-align: left; } td.formbuttonrow, .borderwrap p.formbuttonrow, .borderwrap p.formbuttonrow1{ background: #CCC !important; border: 1px solid #616161; border-top: 1px solid #616161; margin: 0px !important; padding: 5px !important; text-align: center; } td.formbuttonrow{ border-bottom: 0; border-left: 0; border-right: 0; } .borderwrap p.formbuttonrow1{ background: #F9F9F9 !important; border: 0; } .bar, .barb, .barc{ background: #CCC; border: 1px solid #616161; } .barc{ border-bottom: 0; } .bar p, .barb p, .barc p{ background: transparent; border: 0; color: #222; font-size: 11px; margin: 0; padding: 5px; text-align: left; } .barb p{ text-align: right; } .bar p.over, .bar p.overs, .barc p.over, .barc p.overs{ float: right; } .barb p.over, .barb p.overs{ float: left; } .bar p.overs, .barb p.overs, .barc p.overs{ position: relative; top: 5px; } .catend{ background: #666; color: #000; font-size: 1px; height: 5px; } .newslink{ background: #F0F5FA; border: 1px solid #C2CFDF; margin: 0; width: 100%; } .newslink td{ color: #222; font-size: 10px; padding: 5px 5px 5px 10px; } .newslink span{ background: transparent; color: #072A66; font-style: italic; font-weight: normal; } .newslink input{ background: #FFF; border: 1px solid #999; color: #072A66; font-size: 10px; padding: 3px; vertical-align: middle; width: auto; } .newslink input.button{ background: transparent; border: 0; color: #072A66; vertical-align: middle; } .fieldwrap{ background: #F9F9F9; border: 1px solid #CCC; border-top: 0; margin: 5px; padding: 0; text-align: left; } .fieldwrap h4{ background: #EEE; border: 1px solid #CCC; border-left: 0; border-right: 0; color: #444; font-size: 12px; font-weight: bold; margin: 0; padding: 5px; } .errorwrap { background: #F2DDDD; border: 1px solid #992A2A; border-top: 0; margin: 5px; padding: 0; } .errorwrap h4 { background: #E3C0C0; border: 1px solid #992A2A; border-left: 0; border-right: 0; color: #992A2A; font-size: 12px; font-weight: bold; margin: 0; padding: 5px; } .errorwrap p { background: transparent; border: 0; color: #992A2A; margin: 0; padding: 8px; } .ruleswrap{ background: #F2DDDD; border: 1px solid #992A2A; color: #992A2A; margin: 5px 0 5px 0; padding: 5px; } #redirectwrap{ background: #F0F5FA; border: 1px solid #C2CFDF; margin: 200px auto 0 auto; text-align: left; width: 500px; } #redirectwrap h4{ background: #D0DDEA; border-bottom: 1px solid #C2CFDF; color: #3A4F6C; font-size: 14px; margin: 0; padding: 5px; } #redirectwrap p{ margin: 0; padding: 5px; } #redirectwrap p.redirectfoot{ background: #E3EBF4; border-top: 1px solid #C2CFDF; text-align: center; } #gfooter{ background: #666; margin: 5px 0 5px 0; padding: 0; width: 100%; } #gfooter td{ color: #FFF; font-size: 10px; padding: 4px; } #gfooter a:link, #gfooter a:visited{ color: #FFF; } #logostrip{ background: #3860BB url(style_images/sng.by/tile_back.gif); border: 1px solid #616161; height: 68px; margin: 0; padding: 0; } #logographic{ background: transparent url(style_images/sng.by/logo4.gif) no-repeat left; height: 68px; margin: 0; padding: 0; } #submenu{ background: #333 !important; border-top: 0; color: #666; margin: 0; } #userlinks, #userlinksguest{ margin: 5px 0 5px 0; padding: 0 5px 0 5px; } #userlinksguest{ background: #333; } #submenu p, #userlinks p, #userlinksguest p{ background: #333; border: 0 !important; font-size: 10px; font-weight: bold; letter-spacing: 1px; margin: 0 !important; padding: 7px 0 7px 0; text-align: right; } #userlinks p, #userlinksguest p{ font-weight: normal; letter-spacing: 0; } #submenu p.home, #userlinks p.home, #userlinksguest p.home{ float: right; } #userlinksguest p.pcen{ text-align: center; } #userlinks a:link, #userlinksguest a:link, #userlinks a:visited, #userlinksguest a:visited, #submenu a:link, #submenu a:visited{ background: transparent; color: #ffcc00; padding: 0 6px 0 6px; text-decoration: underline; } #userlinks a:hover, #userlinksguest a:hover, #userlinks a:active, #userlinksguest a:active, #submenu a:hover, #submenu a:active{ background: transparent; color: #fff1bb; text-decoration: none; } #navstrip{ background: transparent; color: #ffcc00; font-size: 12px; font-weight: bold; margin: 0 0 5px 0; padding: 14px 0px 8px 0px; } #navstrip a:link, #navstrip a:visited{ background: transparent; color: #ffcc00; text-decoration: underline; } #navstrip a:hover, #navstrip a:active{ background: transparent; color: #fff1bb; text-decoration: none; } .toplinks{ background: transparent; color: #000; margin: 0; padding: 0 0 5px 0; text-align: right; } .toplinks span{ border-bottom: 0; color: #000; font-size: 10px; font-weight: bold; margin: 0 10px 0 0; padding: 5px; } .toplinks span a { color: #FFCC00; text-decoration: underline; } .toplinks span a:hover { color: #fff1bb; text-decoration: none; } .copyright{ background: #EEE; font-size: 11px; margin: 0 0 5px 0; padding: 8px; } /* * ======================================== * print page styles * ======================================== */ #print{ margin: 20px auto 20px auto; padding: 0; text-align: left; width: 85%; } #print h1, #print h2, #print h3, #print h4, #print p{ color: #036; font-size: 18px; font-weight: bold; margin: 0; padding: 8px; } #print h2, #print h3, #print p{ border-bottom: 1px solid #999; font-size: 11px; font-weight: normal; } #print h3{ background: #F5F5F5; font-size: 12px; font-weight: bold; margin: 0 0 10px 0; } #print h4{ background: #F9F9F9; font-size: 11px; } #print p{ margin: 0 0 5px 0; padding: 10px; } #print p.printcopy{ border: 0; color: #000; text-align: center; } /* ============================================================== */ /* RTE STYLES /* ============================================================== */ .rteimage { /*background: #D3D3D3;*/ /*border: 1px outset transparent*/; cursor: pointer; cursor: hand; padding:1px; } .rteImageRaised { /*background: #D3D3D3;*/ border: 1px outset; cursor: pointer; cursor: hand; padding:0px; } .rteImageLowered { /*background: #D3D3D3;*/ border: 1px inset; cursor: pointer; cursor: hand; padding:0px; } .rteimage:hover { background: #EBEBEB; cursor: pointer; cursor: hand; } .rteVertSep { margin: 0 4px 0 4px; } .rteBack { background: #D3D3D3; border: 1px outset; letter-spacing: 0; padding: 2px; } /* used in ips_rte.js - do not remove */ .rtebottombutton { font-size:10px; border:1px solid #777; border-top:0px; padding:3px; margin:0px; background-color: #EBEBEB; } /* used in ips_rte.js - do not remove */ .rtebottombuttonon { font-size:10px; border:1px solid #777; border-top:0px; padding:3px; margin:0px; background-color: #D3D3D3; } .rtebuttonbar1 { /*background: #D3D3D3;*/ background-image: url(style_images/sng.by/folder_rte_images/rte_tile.gif); border: 1px solid gray; border-bottom:0px; letter-spacing: 0; padding: 2px; height:26px; } .rtebuttonbar2 { /*background: #D3D3D3;*/ background-image: url(style_images/sng.by/folder_rte_images/rte_tile.gif); border: 1px solid gray; border-top:1px solid gray; letter-spacing: 0; padding: 2px; height:26px; } .rtebuttonbar1 tbody tr td, .rtebuttonbar1 tr td, .rtebuttonbar2 tbody tr td, .rtebuttonbar2 tr td, .rteBack tbody tr td, .rteBack tr td { /*background: #D3D3D3;*/ padding: 0; } .rteDiv { display: block; position: relative; padding:0px; margin:0px; } .rteiframe { border:1px solid #777; background-color:#FFF; } .rteselectbox { font-size:11px; } .dny-edit-title { border:0px; padding:3px; margin:0px; background: #CCC; color: #3A4F6C; } /* ======================================== */ /* TABS /* ======================================== */ .tabon { border-top:1px solid #999; border-left:1px solid #999; border-right:1px solid #999; background-color:#FFF; padding:8px; padding-bottom:9px; font-size:10px; float:left; width:auto; margin-top:3px; } .taboff { border-top: 1px solid #777; border-left: 1px solid #777; border-right: 1px solid #777; background-color: #B5C3D9; color: #333; padding: 8px; font-size:10px; float: left; width: auto; margin-top:3px; } .tabon a:link, .tabon a:visited, .tabon a:active { text-decoration:none; color: #000; } .taboff a:link, .taboff a:visited, .taboff a:active { text-decoration:none; color: #333; } .mya-back { background: #072A66; margin:1px; } .mya-content { background: #FFF; padding:8px; margin:1px; border: 1px solid #777; } /* -------------------------------- */ /* Create PM box defaults */ /* -------------------------------- */ .iframeshim { position:absolute; display:none; background: #FFF; filter:alpha(opacity=0); border:0px; width:auto; height:auto; } /* -------------------------------- */ /* Experimental */ /* -------------------------------- */ .popupmenu { background: #F0F5FA; border: 1px solid #3A4F6C; text-align:left; font-size:10px; white-space:nowrap; /*padding:3px 5px 3px 3px;*/ /*width:300px;*/ } .popupmenu-item { padding: 5px; /*margin-top:4px;*/ white-space: nowrap; border-bottom: 1px solid #C2CFDF; } .popupmenu-item-last { padding: 5px; /*margin-top:4px;*/ white-space: nowrap; } .popmenubutton { width:120px; white-space:nowrap; float:right; text-align:center; margin:0px; font-size:11px; } .popmenubutton a:link, .popmenubutton a:visited, { color: #CCC; text-decoration: none; } .popupmenu-item a:link, .popupmenu-item a:visited, .popupmenu-item-last a:link, .popupmenu-item-last a:visited { color: #333; text-decoration: none; } .popmenubutton a:hover, { color: #FFF; text-decoration: none; } .popupmenu-item a:hover, .popupmenu-item-last a:hover { color: #000; text-decoration: underline; } .popupmenu-category { background: transparent url(style_images/sng.by/tile_sub.gif); border-top: 1px solid #616161; border-bottom: 1px solid #616161; color: #3A4F6C; font-size: 10px; font-weight: bold; letter-spacing: 1px; margin: 0; padding: 5px; } @import url( "http://forum.sng.by/style_images/sng.by/folder_editor_images/css_rte.css" ); ГлавнаяНовостиГалереяСтатьиФайлыТурнирыКлубыФорум Главный форум > Главный форум > FIFA, PES Лицензия FIFA 08, Где купить!!! Опции Опции KIND Просмотр профиля 31.12.2007, 15:08 Сообщение #1 Гонщик Группа: User Сообщений: 54 Регистрация: 22.10.2006 Из: Минск Пользователь №: 322 Девайсы: A4tech x-718 Народ помогайте срочно... Нужна срочно лицензионная фифа... прошу... может кто может достать её.... или дайте ссылку на сайт где заказать можно... спс за ранее... FeDoS Просмотр профиля 31.12.2007, 21:51 Сообщение #2 Группа: User Сообщений: 7 Регистрация: 30.12.2007 Из: Гомель Пользователь №: 7,011 http://mario.byможет тут есть посмотри -------------------- meGATeam>FnxX3WaReZ.exe KIND Просмотр профиля 1.1.2008, 15:20 Сообщение #3 Гонщик Группа: User Сообщений: 54 Регистрация: 22.10.2006 Из: Минск Пользователь №: 322 Девайсы: A4tech x-718 Не нету там нечего такого что нужно.... Блин вот это влип((( REF-deshamp Просмотр профиля 9.1.2008, 0:58 Сообщение #4 Группа: User Сообщений: 4 Регистрация: 9.1.2008 Пользователь №: 7,060 На Ждановичах поищи. L@mmer Просмотр профиля 9.1.2008, 8:18 Сообщение #5 Группа: User Сообщений: 33 Регистрация: 31.12.2007 Из: Минск Пользователь №: 7,014 Девайсы: Sennhieser PC 151, 1.1а, S&S FIFA 08 (1 DVD) купить на DVD - Спортивные игры - CDDVD.by DATALIFE.BY - купить cd, купить dvd, dvd почтой, cd почтой зайди по ссылкам там е -------------------- Победа - не всегда главное, главное всегда оставаться человеком. litva.den Просмотр профиля 10.1.2008, 22:16 Сообщение #6 Группа: User Сообщений: 9 Регистрация: 13.10.2007 Пользователь №: 6,086 В Гомеле на рынке Давыдовский(магазин Диско) цена 113,000 тыс бел рубл.Придёшь посмотришь купить fifa 2006 душа радуется!!!А для тех у кого нормальная скорость инета можно скачать руссих коментаторов на fifas.ru (280 мб по моему).Кстати в какой-то авторитетной программе про комп. игры по 5 бальной системе этим самым русским коментаторам поставили 5 баллов,а самой игре-3!!!)))))))))))) Nippi Просмотр профиля 10.1.2008, 23:24 Сообщение #7 FIFA moderator Группа: Moderator Сообщений: 219 Регистрация: 20.10.2006 Из: Минск Пользователь №: 301 Девайсы: Logitech G5, Logitech Dual Action Gamepad её красная цена баксов 35-40 113 тысяч. ухаха -------------------- Fifa 2007 ESL player1166824 Сергей258007185 ICQ padonag Просмотр профиля 11.1.2008, 17:06 Сообщение #8 Registered user Группа: User Сообщений: 50 Регистрация: 14.9.2007 Пользователь №: 5,877 ну я купил за 89)))тока бля толку,все равно пока инета нету нармальнава((( mario Просмотр профиля 17.1.2008, 21:09 Сообщение #9 Группа: User Сообщений: 7 Регистрация: 27.11.2006 Пользователь №: 738 Помогу купить лицуху 25-28 баксов, точнее лиц код все отлично ставиться на пиратку или можно скачать пиратку от софтклаба купить fifa 2006 будет полная лиц версия. Моя ася 398816578 Nippi Просмотр профиля 18.1.2008, 11:23 Сообщение #10 FIFA moderator Группа: Moderator Сообщений: 219 Регистрация: 20.10.2006 Из: Минск Пользователь №: 301 Девайсы: Logitech G5, Logitech Dual Action Gamepad хм, тоже самое что я за 4 бакса сделал? казлы, потом подняли цену -------------------- Fifa 2007 ESL player1166824 Сергей258007185 ICQ subaru Просмотр профиля 25.2.2008, 11:36 Сообщение #11 Группа: User Сообщений: 20 Регистрация: 2.11.2006 Из: Minsk city Пользователь №: 464 Девайсы: logitech dual action нужен регистрационный номер (не за бесплатно конечно)на тот что написан у меня X8MM-RWM9-FIFA-KFLT-FIFA, в интерактиве выдается указанный вами код недействителен, попробуйт епроверить правильность написания купить fifa 2006 повторите попытку((((+375296213821 Velcom321747500 icqaccept05@mail.ru Сергейзвоните, пишите, обговорим цену, я сам подъеду в течение часа в удобное для вас место, ну купить fifa 2006 рассчитаемсо.фифалыжа надоела, хочется погамать на есл(: mario Просмотр профиля 11.4.2008, 17:22 Сообщение #12 Группа: User Сообщений: 7 Регистрация: 27.11.2006 Пользователь №: 738 398816578 пишите появился один ключ за 24 уе на днях могут забрать если кому надо купить fifa 2006 поторопитесь то возможно успеете. « Предыдущая тема · FIFA, PES · Следующая тема » 1 чел. читают эту тему (гостей: 1, скрытых пользователей: 0) Пользователей: 0 Главная страница Поиск Помощь Главный форум |-- Вопросы по работе сайта |-- Counter-Strike |-- Warcraft, starcraft |-- Quake.... |-- FIFA, PES |-- Fighting Community |---- Турниры |---- Тренировки |---- Все остальное. |---- Стратегический раздел |-- Техотдел |-- Юмор |-- Все, что не влезло в другие разделы |-- Литературный отдел |-- Вакансии |-- Автосимуляторы. |---- Need for Speed "Most Wanted" уплю/Продам Режим отображения: Стандартный · Переключить на: Линейный · Переключить на: Древовидный Подписка на тему · Сообщить другу · Версия для печати · Подписка на этот форум Время: 30.4.2008, 10:10 Русская версия IP.Board © 2008 IPS, Inc. разделы кулер 775 центральный детский мир волосовский доломит переработка резина терапевтический гидромассаж телефонный анкетирование вскрытие авто брэнд заказ обед базовый шпатлевка вакуумный упаковочный угловой тестомесители купить fifa 2006