Forum gratuit: forum de suport al utilizatorilor
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Scoatere bara meniu

Pagina 1 din 2 1, 2  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Scoatere bara meniu

Mesaj Scris de HaskyMan Lun Apr 06, 2015 3:12 pm

Salutare....am decis sa deschid un subiect cum sa scot bara meniu, desigur daca pot.....
Scoatere bara meniu 25u00m8
Daca da, cum?


Ultima editare efectuata de catre HaskyMan in Sam Apr 11, 2015 8:08 am, editata de 1 ori
HaskyMan

HaskyMan
Membru Forumgratuit

Mesaje : 82
Varsta : 24
Data înscrierii : 07/11/2014
Mulțumiri : 1
Internet Explorer punBB

http://www.back2play.forum.st
HaskyMan a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Scoatere bara meniu

Mesaj Scris de Vizitator Lun Apr 06, 2015 7:29 pm

Puteți să o ascundeți cu ajutorul CSS-ului:
( PA > Afisare > Culori > Foaie de stil CSS )
Cod:
#pun-head {
  display: none;
}
Anonymous

Vizitator
Vizitator


Vizitator a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Scoatere bara meniu

Mesaj Scris de HaskyMan Mar Apr 07, 2015 4:22 pm

ok,multumesc, dar ar as mai vrea ceva dar ar trebuie cred sa deschid alt subiect...cum mut bara aceasta in locul barei pe care am scos-o
Scoatere bara meniu 9vi5qt
HaskyMan

HaskyMan
Membru Forumgratuit

Mesaje : 82
Varsta : 24
Data înscrierii : 07/11/2014
Mulțumiri : 1
Internet Explorer punBB

http://www.back2play.forum.st
HaskyMan a fost mulțumit de autorul acestui subiect.
  • 0

Rezolvat Re: Scoatere bara meniu

Mesaj Scris de Emanuel Mier Apr 08, 2015 3:30 pm

Buna ziua,

cautati in foaia de stil css:
Cod:
#nav {
  background: url(http://i40.servimg.com/u/f40/17/00/85/53/top-st10.png) repeat-x bottom,url(http://i40.servimg.com/u/f40/17/00/85/53/bottom14.png) repeat-x center 38px,url(http://i40.servimg.com/u/f40/17/00/85/53/top-sh11.png) repeat-x scroll 0 0%,url(http://i40.servimg.com/u/f40/17/00/85/53/header16.png) repeat-x scroll 0 0 transparent;
  background-attachment: initial, initial, scroll, scroll;
  background-clip: initial, initial, initial, initial;
  background-color: transparent;
  background-image: url(http://i40.servimg.com/u/f40/17/00/85/53/top-st10.png), url(http://i40.servimg.com/u/f40/17/00/85/53/bottom14.png), url(http://i40.servimg.com/u/f40/17/00/85/53/top-sh11.png), url(http://i40.servimg.com/u/f40/17/00/85/53/header16.png);
  background-origin: initial, initial, initial, initial;
  background-position-x: 50%, 50%, 0px, 0;
  background-position-y: 100%, 38px, 0%, 0;
  background-repeat-x: repeat, repeat, repeat, repeat;
  background-repeat-y: no-repeat, no-repeat, no-repeat, no-repeat;
  display: block;
  height: 50px;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

si eliminati:
Cod:
top: 0;
Emanuel

Emanuel
Membru onorific
Membru onorific

Mesaje : 3125
Varsta : -5
Data înscrierii : 06/11/2012
Mulțumiri : 844
Safari punBB

http://www.infinigame.biz/
Emanuel a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Scoatere bara meniu

Mesaj Scris de HaskyMan Mier Apr 08, 2015 5:22 pm

Am inlocuit...dar acum se vede o linie
Scoatere bara meniu Oft6vr
HaskyMan

HaskyMan
Membru Forumgratuit

Mesaje : 82
Varsta : 24
Data înscrierii : 07/11/2014
Mulțumiri : 1
Internet Explorer punBB

http://www.back2play.forum.st
HaskyMan a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Scoatere bara meniu

Mesaj Scris de Typlo Joi Apr 09, 2015 10:48 am

Bună ziua,

Căutaţi acest cod:
Cod:
#nav li {
  background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/menu-bg.png) repeat-y right;
  background-attachment: initial;
  background-clip: initial;
  background-color: initial;
  background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/menu-bg.png);
  background-origin: initial;
  background-position-x: 100%;
  background-position-y: 50%;
  background-repeat-x: no-repeat;
  background-repeat-y: repeat;
  float: left;
  margin: -3px 0 0;
  padding-left: 17px;
  padding-right: 17px;
}

Apoi înlocuiţi codul cu acesta:
Cod:
#nav li {
  background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/menu-bg.png) repeat-y right;
  background-attachment: initial;
  background-clip: initial;
  background-color: initial;
  background-origin: initial;
  background-position-x: 100%;
  background-position-y: 50%;
  background-repeat-x: no-repeat;
  background-repeat-y: repeat;
  float: left;
  margin: -3px 0 0;
  padding-left: 17px;
  padding-right: 17px;
}
Typlo

Typlo
Membru onorific
Membru onorific

Mesaje : 1721
Varsta : 25
Localizare : Romania
Data înscrierii : 08/01/2013
Mulțumiri : 69
Opera AwesomeBB

https://help.forumgratuit.ro/forum
Typlo a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Scoatere bara meniu

Mesaj Scris de HaskyMan Joi Apr 09, 2015 3:37 pm

Unde sa caut acest cod?CSS sau in template?
HaskyMan

HaskyMan
Membru Forumgratuit

Mesaje : 82
Varsta : 24
Data înscrierii : 07/11/2014
Mulțumiri : 1
Internet Explorer punBB

http://www.back2play.forum.st
HaskyMan a fost mulțumit de autorul acestui subiect.
  • 0

Rezolvat Re: Scoatere bara meniu

Mesaj Scris de Emanuel Joi Apr 09, 2015 3:45 pm

HaskyMan a scris:Unde sa caut acest cod?CSS sau in template?
In foaia de stil CSS
Emanuel

Emanuel
Membru onorific
Membru onorific

Mesaje : 3125
Varsta : -5
Data înscrierii : 06/11/2012
Mulțumiri : 844
Safari punBB

http://www.infinigame.biz/
Emanuel a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Scoatere bara meniu

Mesaj Scris de HaskyMan Joi Apr 09, 2015 8:53 pm

nu gasesc codul care mi l-ati zis in foaia CSS.Uitati foaia mea CSS
Cod:
/*   * Trnslate theme for Forumotion punBB boards
     * (C) Copyright Extream-Suport - InFeRn0 Graphic's
     * All rights reserved
     *
     * Licensed under the GNU Public Lisence V2
     * No reproduction available without the prior written permission of Extream-Suport - InFeRn0 Graphic's*/



#foot-cat {border:6px solid #005091;top:-4px;border-radius: 0px 0px 3px 3px;}.posts {margin-left:20px;}.topics {margin-left:20px;}
.main-head {border-radius: 5px 5px 0px 0px;}
.info_topics {float:right;margin-right:-205px;border-top: 0px;margin-top:0px;} .main-head {background:#005091;} hr {border: none;}
.lastpost {margin-left: 20px;} .info_lastpost {height:20px;} div.paged-foot.clearfix{background: none!important;border:none!important;}
div.paged-head.clearfix{background: none!important;border:none!important;} div.main-foot.clearfix {border-radius: 0px 0px 4px 4px;}
.info_replies {float:right;margin-right:-263px;border-top: 0px;margin-top:-1px;} .info_replies, .info_views {font-size:11px;font-weight:bold;}
.info_lastpost {background-color:rgb(246, 246, 246) !important;font-size:12px !important;line-height:1.4 !important;min-width:300px !important;width:30% !important;font-family:Helvetica !important;padding:5px 7px !important;padding-top:5px;padding-right-value:7px;padding-bottom:5px;padding-left-value:7px;}
.info_replies{width:auto !important;} .info_replies, .info_views {font-size:11px;font-weight:bold;margin-left:35px;}
.main-content, div.postfoot {border-top:none!important;margin-top:-1px!important;}#novo {background-color: #ffffff;border: 1px solid #dfdfdf;color: #3a3a3a;margin-top: 2px;padding-bottom: 3px;padding-left: 10px;padding-right: 3px;padding-top: 3px;text-align: left;width: 154px;}
#post-number {border-radius:3px 3px 3px 3px!important;border:1px solid rgb(221, 221, 221) !important;background:none repeat scroll 0% 0% rgb(255, 255, 255) !important;margin-right:10px !important;padding:3px !important;padding-top:3px;padding-left:3px;padding-right:3px;padding-bottom:3px;font-weight:bold !important;margin-top:-5px;margin-left:-20px;position:absolute;border-bottom-right-radius:0px;border-top-right-radius: 0px;}
#qjump {display:none!important;} span.corner-top span {background-image: none;background-position:100% 0pt;}
span.corner-top span {background-image:url("http://servicii-extream.gpas.info/forum/./styles/se_sprites/theme/images/corners_right.png");}
div.h3 {margin-top: 0;padding-top: 10px;border-bottom: 1px solid #CBD4DA;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CBD4DA;}
.main-content {background-color: #172952;background-image: url("http://servicii-extream.gpas.info/forum/./styles/se_sprites/theme/images/bg_list.gif");}
.main-content {border-top:none!important;background: #EBEBEB none repeat-x 0 0;background-image: none;background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: 0px;background-position-y: 0px;background-origin: initial;background-clip: initial;background-color: #EBEBEB;padding: 0 5px;padding-top: 0px;padding-right: 5px;padding-bottom: 0px;padding-left: 5px;clear: both;border-radius: 0px 0px 7px 7px;margin-top: -3px;}
ol, ul {list-style: none;list-style-type: none;list-style-position: initial;list-style-image: initial;}
#legend {font-size: 11px;background: white;background: -moz-linear-gradient(top, white 0%, #F2F2F2 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#F2F2F2));background: -webkit-linear-gradient(top, white 0%,#F2F2F2 100%);background-image: -webkit-linear-gradient(top, white 0%, #F2F2F2 100%);background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;background: -o-linear-gradient(top, white 0%,#F2F2F2 100%);background: -ms-linear-gradient(top, white 0%,#F2F2F2 100%);background: linear-gradient(top, white 0%,#F2F2F2 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );padding: 5px;padding-top: 5px;padding-right: 5px;padding-bottom: 5px;padding-left: 5px;border: 1px solid #D7D7D7;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #D7D7D7;border-right-color: #D7D7D7;border-bottom-color: #D7D7D7;border-left-color: #D7D7D7;border-radius: 7px;margin-left: 5px;margin-top: 3px;}
.textsts {border-bottom: 1px solid #D7D7D7;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #D7D7D7;font-family: 'Droid Sans';padding: 7px;padding-top: 7px;padding-right: 7px;padding-bottom: 7px;padding-left: 7px;font-size: 15px;text-shadow: 0px 0px 1px #D7D7D7;}
.ccoloana1 {text-shadow: 1px 1px 1px white;left: 4px;background: white;background: -moz-linear-gradient(top, white 0%, #F2F2F2 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#F2F2F2));background: -webkit-linear-gradient(top, white 0%,#F2F2F2 100%);background-image: -webkit-linear-gradient(top, white 0%, #F2F2F2 100%);background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;background: -o-linear-gradient(top, white 0%,#F2F2F2 100%);background: -ms-linear-gradient(top, white 0%,#F2F2F2 100%);background: linear-gradient(top, white 0%,#F2F2F2 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );position: relative;border-radius: 7px;border-top-left-radius: 7px;border-top-right-radius: 7px;border-bottom-right-radius: 7px;border-bottom-left-radius: 7px;width: 661px;font-size: 11px;border: 1px solid #D7D7D7;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #D7D7D7;border-right-color: #D7D7D7;border-bottom-color: #D7D7D7;border-left-color: #D7D7D7;padding: 5px;padding-top: 5px;padding-right: 5px;padding-bottom: 5px;padding-left: 5px;}
.ccoloana2 {text-shadow: 1px 1px 1px white;background: white;background: -moz-linear-gradient(top, white 0%, #F2F2F2 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#F2F2F2));background: -webkit-linear-gradient(top, white 0%,#F2F2F2 100%);background-image: -webkit-linear-gradient(top, white 0%, #F2F2F2 100%);background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;background: -o-linear-gradient(top, white 0%,#F2F2F2 100%);background: -ms-linear-gradient(top, white 0%,#F2F2F2 100%);background: linear-gradient(top, white 0%,#F2F2F2 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );font-size: 11px;border: 1px solid #D7D7D7;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #D7D7D7;border-right-color: #D7D7D7;border-bottom-color: #D7D7D7;border-left-color: #D7D7D7;padding: 5px;padding-top: 5px;padding-right: 5px;padding-bottom: 5px;padding-left: 5px;-webkit-border-top-right-radius: 7px;-webkit-border-bottom-right-radius: 7px;-moz-border-radius-topright: 7px;-moz-border-radius-bottomright: 7px;border-top-right-radius: 7px;border-bottom-right-radius: 7px;}
.cinfo .info_topics, .cinfo .info_posts {padding: 5px;padding-top: 5px;padding-right: 5px;padding-bottom: 5px;padding-left: 5px;font-weight:bold}
.cinfo .info_posts span, .cinfo .info_topics span, .info_lastposts span {margin-left: 20px;}
/*------------------Footer------------------*/
#footer {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/header-bg.png);background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/header-bg.png);background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;}
#footer-top-shadow {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-top-shadow.png) repeat-x;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-top-shadow.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;}
.container {text-align: left;margin: 0 auto;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;width: 960px;position: relative;}
#footer-widgets {padding: 42px 0px 0px 22px;padding-top: 42px;padding-right: 0px;padding-bottom: 22px;padding-left: 0px;}
.footer-widget {width: 210px;margin-right: 40px;float: left;font-family: 'Kreon',Arial,sans-serif;color: #AFA59F;font-size: 13px;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);}
#footer h4.widgettitle {font-size: 13px;color: white;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);text-transform: uppercase;padding-bottom: 11px;}
.footer-widget ul li {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-bullet.png) no-repeat 0 7px;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-bullet.png);background-repeat-x: no-repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: 0px;background-position-y: 7px;background-origin: initial;background-clip: initial;background-color: initial;padding: 0px 0 7px 17px;padding-top: 0px;padding-right: 0px;padding-bottom: 7px;padding-left: 17px;}
p#copyright {font-size: 11px;float: left;color: #AFA59F;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);padding-bottom: 5px;padding-left:13x;}
#footer-bottom-shadow {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-bottom-shadow.png) repeat-x;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-bottom-shadow.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;height: 5px;}
#footer-bottom {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-bottom-bg.png) repeat-x;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-bottom-bg.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;}
ul.bottom-nav {padding-left: 24px;}ul.bottom-nav li a:hover {text-decoration: none;color: #EBBE5E;}
ul.bottom-nav li {float: left;padding: 0px 21px 0px;padding-right: 21px;padding-top: 0px;padding-bottom: 0px;padding-left: 21px;background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/bottom-menu-bg.png) repeat-y top right;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/bottom-menu-bg.png);background-repeat-x: no-repeat;background-repeat-y: repeat;background-attachment: initial;background-position-x: 100%;background-position-y: 0%;background-origin: initial;background-clip: initial;background-color: initial;padding: 20px 16px 12px;padding-right: 21px;padding-top: 20px;padding-bottom: 12px;padding-left: 21px;}
#nav li a, ul.bottom-nav li a {color: white;font-size: 11px;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);text-decoration: none;text-transform: uppercase;font-weight: bold;}
.footer-widget a {color: #AFA59F;}.footer-widget a:hover {text-decoration: none;color: #EBBE5E;}
a {text-decoration: none;color: #00B7F3;}
a:hover {text-decoration: none;}
/*------------Header---------------*/
##nav {border-bottom: 2px solid white;border-bottom-width: 2px;border-bottom-style: solid;border-bottom-color: white;position: relative;background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/header-bg.png);background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/header-bg.png);background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;}
#nav-shadow {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/top-shadow.png) repeat-x;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/top-shadow.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;width: 100%;position: absolute;top: 0px;left: 0px;height: 7px;}
##nav-shadow {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/bottom-shadow.png) repeat-x;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/bottom-shadow.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;width: 100%;position: absolute;bottom: 0px;left: 0px;height: 4px;}
ul##nav-menu > li.current_page_item > a {color: #EBBE5E!important;}
ul##nav-menu li {padding-right: 12px;background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/menu-bg.png) repeat-y top right;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/menu-bg.png);background-repeat-x: no-repeat;background-repeat-y: repeat;background-attachment: initial;background-position-x: 100%;background-position-y: 0%;background-origin: initial;background-clip: initial;background-color: initial;}
.mobile_menu.et_mobile_menu {display: none;}ul#top-menu {float: left;padding-left: 36px;}
a.mobile_nav.closed {display:none;}
/*---------Casuta Cautare-------------*/
#search-form {float: right;background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/search-bg.png) no-repeat;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/search-bg.png);background-repeat-x: no-repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;width: 167px;height: 27px;padding-right: 48px;margin-top: 11px;}
#search-form #searchinput {background: none;background-image: none;background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;border: none;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;border-top-width: initial;border-right-width: initial;border-bottom-width: initial;border-left-width: initial;border-top-color: initial;border-right-color: initial;border-bottom-color: initial;border-left-color: initial;float: left;margin: 5px 7px 0 5px;margin-top: 5px;margin-right: 7px;margin-bottom: 0px;margin-left: 5px;width: 116px;padding-left: 9px;font-size: 11px;color: #6F6967;}
#search-form #searchsubmit {margin-top: 7px;margin-right: 7px;}
.pun {line-height: 130%;margin: 230px auto;margin-top: 230px;margin-right: auto;margin-bottom: 50px;margin-left: auto;min-width: 768px;padding: 9px;padding-top: 9px;padding-right: 9px;padding-bottom: 9px;padding-left: 9px;width: 96%;border: 1px solid white;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: white;border-right-color: white;border-bottom-color: white;border-left-color: white;background: url(http://i40.servimg.com/u/f40/17/00/85/53/conten18.png);background-image: url(http://i40.servimg.com/u/f40/17/00/85/53/conten18.png);background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;-webkit-box-shadow: 0 0px 2px 0px #999,inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 0px 2px 0px #999,inset 0px 0px 5px 0px rgba(0,0,0,0.1);box-shadow: 0 0px 2px 0px #999,inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);}
#pun-head {border-top: none;border-top-style: none;border-top-width: initial;border-top-color: initial;margin-bottom: 10px;}
#pun-head #pun-navlinks {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/menu-bottom-bg.png) repeat-x bottom left;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/menu-bottom-bg.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: 0%;background-position-y: 100%;background-origin: initial;background-clip: initial;background-color: initial;}
#pun-head #pun-navlinks {background-color: #18405E;border-color: #CBD1D8;padding: .5em 1.1em .6em;}
#pun-navlinks {-webkit-border-top-left-radius: 8px;-webkit-border-top-right-radius: 8px;-moz-border-radius-topleft: 8px;-moz-border-radius-topright: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;}
#pun-navlinks ul li a {background: url("http://i40.servimg.com/u/f40/17/00/85/53/second10.png") repeat-y scroll 0 0 transparent;background-image: url(http://i40.servimg.com/u/f40/17/00/85/53/second10.png);background-repeat-x: no-repeat;background-repeat-y: repeat;background-attachment: scroll;background-position-x: 0px;background-position-y: 0px;background-origin: initial;background-clip: initial;background-color: transparent;color: #48423F;margin: 0;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding: 18px 0 15px 10px;padding-top: 18px;padding-right: 0px;padding-bottom: 15px;padding-left: 10px;text-shadow: 1px 1px 1px white;text-transform: uppercase!important;font-weight: 600!important;font-size: 13px!important;font-family: Tahoma,Serif;}
#pun-head #pun-navlinks {background: url("http://i40.servimg.com/u/f40/17/00/85/53/menu-b10.png") repeat-x scroll left bottom,url(http://i40.servimg.com/u/f40/17/00/85/53/conten14.png) repeat;background-image: url(http://i40.servimg.com/u/f40/17/00/85/53/menu-b10.png), url(http://i40.servimg.com/u/f40/17/00/85/53/conten14.png);background-repeat-x: repeat, repeat;background-repeat-y: no-repeat, repeat;background-attachment: scroll, initial;background-position-x: 0%, initial;background-position-y: 100%, initial;background-origin: initial, initial;background-clip: initial, initial;background-color: initial;padding: 20px;padding-top: 20px;padding-right: 20px;padding-bottom: 20px;padding-left: 20px;-webkit-box-shadow: 0px 0px 2px 0px #A1A1A1;-moz-box-shadow: 0px 0px 2px 0px #a1a1a1;box-shadow: 0 0 2px 0 #999,0 0 5px 0 rgba(0, 0, 0, 0.1) inset;margin: -80px -10px 0px -10px;margin-top: -92px;margin-right: -10px;margin-bottom: 0px;margin-left: -10px;border: 1px solid white;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: white;border-right-color: white;border-bottom-color: white;border-left-color: white;}
#pun-navlinks ul {padding: 0px 0px 5px 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 5px;padding-left: 0px;}
#pun-navlinks ul {list-style: none;list-style-type: none;list-style-position: initial;list-style-image: initial;text-align: left;}
a:hover{text-decoration: none; !important}a.link{text-decoration: none; !important}.recent-from {float: left;width: 317px;}.recent-middle {width: 318px!important;}
.main-title {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/title-bg.png) repeat-x;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/title-bg.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;height: 42px;line-height: 42px;font-size: 13px!important;text-transform: uppercase;color: #48423F;text-shadow: 1px 1px 1px white;font-weight: bold;text-align: center;padding-bottom: 0;font-family: 'Droid Sans',Arial,Verdana,sans-serif!important;}
.recent-content {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/recent-content-bg.png) repeat-y top right;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/recent-content-bg.png);background-repeat-x: no-repeat;background-repeat-y: repeat;background-attachment: initial;background-position-x: 100%;background-position-y: 0%;background-origin: initial;background-clip: initial;background-color: initial;margin-top: -1px;padding: 29px 32px 38px 35px;padding-top: 29px;padding-right: 32px;padding-bottom: 38px;padding-left: 35px;}.recent-last {width: 331px!important;}
#nav li {float: left;background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/menu-bg.png) repeat-y right;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/menu-bg.png);background-repeat-x: no-repeat;background-repeat-y: repeat;background-attachment: initial;background-position-x: 100%;background-position-y: 50%;background-origin: initial;background-clip: initial;background-color: initial;margin: -3px 0px 0px 0px;margin-top: -3px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}
#nav {background: url(http://i40.servimg.com/u/f40/17/00/85/53/top-st10.png) repeat-x bottom,url("http://i40.servimg.com/u/f40/17/00/85/53/bottom14.png") repeat-x center 38px,url("http://i40.servimg.com/u/f40/17/00/85/53/top-sh11.png") repeat-x scroll 0 0%,url("http://i40.servimg.com/u/f40/17/00/85/53/header16.png") repeat-x scroll 0 0 transparent;background-image: url(http://i40.servimg.com/u/f40/17/00/85/53/top-st10.png), url(http://i40.servimg.com/u/f40/17/00/85/53/bottom14.png), url(http://i40.servimg.com/u/f40/17/00/85/53/top-sh11.png), url(http://i40.servimg.com/u/f40/17/00/85/53/header16.png);background-repeat-x: repeat, repeat, repeat, repeat;background-repeat-y: no-repeat, no-repeat, no-repeat, no-repeat;background-attachment: initial, initial, scroll, scroll;background-position-x: 50%, 50%, 0px, 0px;background-position-y: 100%, 38px, 0%, 0px;background-origin: initial, initial, initial, initial;background-clip: initial, initial, initial, initial;background-color: transparent;display: block;height: 50px;list-style-type: none;position: absolute;right: 0;width: 100%;z-index: 10;}
#nav li a {color: white;font-family: Tahoma,sans-serif;font-size: 11px;font-weight: 600;text-decoration: none;padding: 18px 10px 10px 10px;padding-top: 18px;padding-right: 10px;padding-bottom: 10px;padding-left: 10px;display: block;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);text-transform: uppercase !important;}
#nav ul{position: absolute;left: -9999px;}
#nav li ul{list-style-type: none;background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/top-shadow.png) repeat-x top,url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/header-bg.png) repeat;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/top-shadow.png), url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/header-bg.png);background-repeat-x: repeat, repeat;background-repeat-y: no-repeat, repeat;background-attachment: initial, initial;background-position-x: 50%, initial;background-position-y: 0%, initial;background-origin: initial, initial;background-clip: initial, initial;background-color: initial;padding: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;-webkit-border-bottom-right-radius: 7px;-webkit-border-bottom-left-radius: 7px;-moz-border-radius-bottomright: 7px;-moz-border-radius-bottomleft: 7px;border-bottom-right-radius: 7px;border-bottom-left-radius: 7px;margin-top: 1px;}
#nav li:hover ul,ul#nav li.sfhover ul{left: 20px;z-index: 100;display: block;}ul#nav a{display:block;text-decoration: none; color:#0069bf;}
#nav li li.icon a{padding-left: 24px}#nav li ul {list-style-type: none;}
#ad-720 {text-align: center;padding-bottom: 32px;}p#copyright a {color: white;}
body {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/content-area-bg.png);background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/content-area-bg.png);background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;}
#pun-visit p, #pun-visit {display:none!important;}#pun-intro {background: none repeat scroll 0 0 transparent;background-image: none;background-repeat-x: repeat;background-repeat-y: repeat;background-attachment: scroll;background-position-x: 0px;background-position-y: 0px;background-origin: initial;background-clip: initial;background-color: transparent;border: medium none;border-top-width: medium;border-right-width: medium;border-bottom-width: medium;border-left-width: medium;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;border-top-color: initial;border-right-color: initial;border-bottom-color: initial;border-left-color: initial;height: 60px;margin: -95px 0 60px;margin-top: -95px;margin-right: auto;margin-bottom: 60px;margin-left: auto;}
#pun-intro #pun-logo{position:relative; top: -90px;}
#nav li { float: left; padding-left: 17px;padding-right:17px;}
#nav li:hover { position: relative }
#nav li:hover > a { background: transparent url(http://i40.servimg.com/u/f40/17/00/85/53/arrow10.png) no-repeat center bottom;}
#nav li a.current { background: transparent url(http://i40.servimg.com/u/f40/17/00/85/53/arrow10.png) no-repeat center bottom;            color: #ffffff;          }
#nav li.sub:hover > a {    border-radius: 10px 10px 0 0;    -moz-border-radius: 10px 10px 0 0;    -webkit-border-radius: 10px 10px 0 0;        }
#nav li a {color: #cccccc;font-family: 'Convergence',sans-serif;font-size: 13px;font-weight: 400;text-decoration: none;padding: 14px;display: block;}
#nav li a:hover { color:#ffffff; }        
#nav li ul { background: #fff;margin-top: -2px;display: none;   }
#nav li:hover ul {display:block; position:absolute; }
#nav li ul {list-style-type:none;    background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/header-bg.png) repeat;    padding: 0px;                -webkit-box-shadow: 0px 0px 5px 1px #000000;    -moz-box-shadow: 0px 0px 5px 1px #000000;    box-shadow: 0px 0px 5px 1px #000000;                 -webkit-border-bottom-right-radius: 7px;    -webkit-border-bottom-left-radius: 7px;    -moz-border-radius-bottomright: 7px;    -moz-border-radius-bottomleft: 7px;    border-bottom-right-radius: 7px;    border-bottom-left-radius: 7px;        }
#nav li ul li a, #nav li ul li a:hover {background: transparent url(http://i40.servimg.com/u/f40/17/00/85/53/footer10.png) repeat-x center bottom;    color: #ccc;    width: 150px;    font-size: 0.95em;    font-weight: normal;}
#nav li ul li a:hover { background: transparent url(http://i40.servimg.com/u/f40/17/00/85/53/footer11.png) repeat-x center bottom;    color:#fff;    text-decoration: none;     box-shadow: none;    -moz-box-shadow: none;    -webkit-box-shadow: none;                           border-radius: 0;    -moz-border-radius: 0;    -webkit-border-radius: 0; }
#footer-widgets li a {-moz-transition-duration: 0.5s;padding: 3px;-webkit-transition-duration: 0.5s;}#footer-widgets li a:hover {margin-left: 12px;}
.paginare {margin: 1px;color:#fff;float:left;text-transform: uppercase;margin-left: 5px;font-size:10px;font-weight: bold!important;}
.paginare a,.paginare b {background: #f1f1f1;padding-right: 5px;       color: #0061b0;padding-left: 5px;       border: 1px solid #DCDCDC;padding-bottom: 2px;       padding-top: 2px;}
 paginare a:last-child,.paginare a:first-child {position: relative;}.paginare b {border-right: #036cb4 1px solid;padding-right: 5px;border-top: #036cb4 1px solid;padding-left: 5px;font-weight: bold;padding-bottom: 2px;margin: 2px;border=left: #036cb4 1px solid;color: #fff;padding-top: 2px;border-bottom: #036cb4 1px solid;background-color: #036cb4;}
.pun .post .user {background: white;background-image: initial;background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: white;border: 1px solid #D7D7D7;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #D7D7D7;border-right-color: #D7D7D7;border-bottom-color: #D7D7D7;border-left-color: #D7D7D7;border-radius: 7px 7px 7px 7px;margin-left: -201px;position: absolute;margin-top: 5px;padding: 7px;padding-top: 7px;padding-right: 7px;padding-bottom: 7px;padding-left: 7px;position: relative;}
.post-entry {background: white;background-image: initial;background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: white;border: 1px solid #D7D7D7;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-right-color: #D7D7D7;border-bottom-color: #D7D7D7;border-left-color: #D7D7D7;border-radius: 0px 0px 7px 7px;border-top: 0;margin-top: 0px;min-height: 550px;padding: 15px 15px 0;padding-top: 15px;padding-right: 15px;padding-bottom: 0px;padding-left: 15px;position: relative;width: 95%;margin-left: 10px;}
.pun .posthead {background: #F1F1F1 url(http://i48.servimg.com/u/f48/16/58/73/11/title10.png) repeat-x;background-image: url(http://i48.servimg.com/u/f48/16/58/73/11/title10.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: #F1F1F1;border-bottom: 1px solid #DDD;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #DDD;border-top: 0 solid #D7D7D7;border-top-width: 0px;border-top-style: solid;border-top-color: #D7D7D7;height: 15px;margin-left: -1px;margin-right: 0px;margin-top: 0;padding: .5em 1em;padding-top: 0.5em;padding-right: 1em;padding-bottom: 0.5em;padding-left: 1em;position: relative;}
.pun .postmain .post-options {-moz-border-radius-bottomleft: 7px;-moz-border-radius-bottomright: 7px;-webkit-border-bottom-left-radius: 7px;-webkit-border-bottom-right-radius: 7px;background: white;border: 1px solid #D7D7D7;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-right-color: #D7D7D7;border-bottom-color: #D7D7D7;border-left-color: #D7D7D7;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top: 0;border-top-width: 0px;border-top-style: initial;border-top-color: initial;margin-left: 630px;margin-right: 40px;margin-top: -6px;padding: 2px;padding-top: 2px;padding-right: 2px;padding-bottom: 2px;padding-left: 2px;position: relative;}
#pun-about { background: none!important;border: none!important;font-size: 9px!important; font-weidth: bold!important;top:16px;position:relative;}
p.center {float:left;margin-left: 3px;margin-top:-36px;}
.main-head {background-color: transparent!important;background-image: url("http://i40.servimg.com/u/f40/17/00/85/53/title-10.png")!important;background-repeat: repeat;background-repeat-x: repeat;background-repeat-y: repeat;height: 20px;margin-left: -10px;width: 99%;}
.main .main-head .page-title {font-size: 12px;font-weight: 400;color: black;font-weight: bold;}
.tcl, .info_lastposts {border-top:none!important;} .module.main {margin-botoom: 20px;} .module.main .main-head {border-radius:5px 5px 0px 0px;color:black;}
a {text-decoration: none;}a:link {text-decoration: none;}a:hover {text-decoration: none!important;}a.forumtitle {text-decoration: none;}a.forumtitle:hover {text-decoration: none!important;}a.topictitle {text-decoration: none;}a.topictitle:hover {text-decoration: none!important;}


PopUP login
       .popupWrapper {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
            border-radius: 5px 5px 5px 5px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
            padding: 8px;
        }
        .ipbfs_login .ipsForm_submit {
            margin-top: 0;
        }
        .ipbfs_login .ipsBox_notice {
        margin: 0;
        }
        .ipbfs_login .input_submit {
            font-size: 13px;
        }
        #sign_in_popup_inner {
            width: 680px !important;
        }
        .popupInner {
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
            overflow-x: hidden;
            overflow-y: auto;
            width: 500px;
        }
    
       .ipsBox_notice {
            line-height: 1.6;
            margin-bottom: 10px;
            padding: 10px;
        }
        .ipsBox_notice, .ipsBox_highlight {
            background: none repeat scroll 0 0 #F4FCFF;
            border-bottom: 1px solid #CAE9F5;
        }
        .ipbfs_login_row {
            overflow: hidden;
        }
        .ipbfs_login_row, .gallery_pane h2, .ipsBox_container .ipsType_pagetitle, .ipsType_sectiontitle, #index_stats .status_list:first-of-type li:first-child, .ipsList_data li:first-of-type, .ipsList_withminiphoto li:first-of-type, .ipsList_withmediumphoto li:first-of-type, .category_block table tr:nth-of-type(2) td {
            border-top: 0 none;
    background: white;
        }
        .ipbfs_login_col {
     background: white;
            float: left;
            padding: 15px 10px;
            width: 320px;
        }
        .desc.lighter, .desc.lighter.blend_links a {
            color: #646464;
        }
        .desc, .desc.blend_links a, p.posted_info {
            color: #898989;
            font-size: 11px;
        }
        .right {
            float: right;
        }
        .ipbfs_login_col a:hover {
            text-decoration: underline;
        }
        .ipbfs_login_row label {
            font-size: 1.15em;
        }
        input:-moz-placeholder {
            color: #939393;
        }
        .ipbfs_luser {
            background-image: url("http://i57.servimg.com/u/f57/17/68/86/50/user1010.png") !important;
            background-position: 7px 50% !important;
            background-repeat: no-repeat !important;
        }
        .ipbfs_login_input {
            font-size: 14px !important;
            margin-top: 10px;
            padding: 6px 0 6px 28px !important;
            width: 284px;
        }
      
       .ipbfs_lpassword {
            background-image: url("http://i57.servimg.com/u/f57/17/68/86/50/key1010.png");
            background-position: 7px 50%;
            background-repeat: no-repeat;
        }
        .clearfix:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            overflow: hidden;
            visibility: hidden;
        }
        .left {
            float: left;
        }
        img, .input_check, .input_radio {
            vertical-align: middle;
        }
        .ipsForm_center {
            text-align: center !important;
        }
        .ipsForm_submit {
            margin-top: 25px;
            padding: 5px 10px;
            text-align: right;
        }
        .clear {
            clear: both;
        }
        #vnc_filter_popup_close, body#ipboard_body fieldset.submit, body#ipboard_body p.submit, .ipsForm_submit {
            background: #f4f4f4;
            border-top: 1px solid #ddd;
        }
        .popupClose {
            position: absolute;
            right: 20px;
            top: 20px;
        }
        .clickable {
            cursor: pointer;
        }
        .input_submit, .ipsButton_secondary {
            outline: medium none;
        }
        .input_submit {
            background: url("http://i57.servimg.com/u/f57/17/68/86/50/highli13.png") repeat-x scroll 0 0 #646464;
            border-color: #3F3F3F;
            border-radius: 2px 2px 2px 2px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
            color: #FFFFFF;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
            border: 0 none;
            cursor: pointer;
            padding: 5px 11px;
            text-decoration: none;
        }
        .pun h2, .pun h3, .pun input, .pun select, .pun th {
            font-family: helvetica,arial,sans-serif !important;
            font-size: 1em;
            font-style: normal;
            font-variant: normal;
            font-weight: 400;
        }
    .popupInner h3 {
        background: url("http://www.autoitbrasil.com/public/style_images/master/maintitle.png") repeat-x scroll center top rgb(44, 86, 135);
        border-color: rgb(49, 104, 151);
        border-style: solid;
        border-width: 1px 1px 0px;
        box-shadow: 0px 1px 0px rgb(82, 140, 188) inset;
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: 300;
        padding: 8px 10px 9px;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    }

#pun-head {
  display: none;
 }
#nav {
  background: url(http://i40.servimg.com/u/f40/17/00/85/53/top-st10.png) repeat-x bottom,url(http://i40.servimg.com/u/f40/17/00/85/53/bottom14.png) repeat-x center 38px,url(http://i40.servimg.com/u/f40/17/00/85/53/top-sh11.png) repeat-x scroll 0 0%,url(http://i40.servimg.com/u/f40/17/00/85/53/header16.png) repeat-x scroll 0 0 transparent;
  background-attachment: initial, initial, scroll, scroll;
  background-clip: initial, initial, initial, initial;
  background-color: transparent;
  background-image: url(http://i40.servimg.com/u/f40/17/00/85/53/top-st10.png), url(http://i40.servimg.com/u/f40/17/00/85/53/bottom14.png), url(http://i40.servimg.com/u/f40/17/00/85/53/top-sh11.png), url(http://i40.servimg.com/u/f40/17/00/85/53/header16.png);
  background-origin: initial, initial, initial, initial;
  background-position-x: 50%, 50%, 0px, 0;
  background-position-y: 100%, 38px, 0%, 0;
  background-repeat-x: repeat, repeat, repeat, repeat;
  background-repeat-y: no-repeat, no-repeat, no-repeat, no-repeat;
  display: block;
  height: 50px;
  list-style-type: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 10;
}
HaskyMan

HaskyMan
Membru Forumgratuit

Mesaje : 82
Varsta : 24
Data înscrierii : 07/11/2014
Mulțumiri : 1
Internet Explorer punBB

http://www.back2play.forum.st
HaskyMan a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Scoatere bara meniu

Mesaj Scris de Emanuel Joi Apr 09, 2015 9:47 pm

Inlocuiti css-ul actual cu acesta:
Cod:
/*  * Trnslate theme for Forumotion punBB boards
    * (C) Copyright Extream-Suport - InFeRn0 Graphic's
    * All rights reserved
    *
    * Licensed under the GNU Public Lisence V2
    * No reproduction available without the prior written permission of Extream-Suport - InFeRn0 Graphic's*/



#foot-cat {border:6px solid #005091;top:-4px;border-radius: 0px 0px 3px 3px;}.posts {margin-left:20px;}.topics {margin-left:20px;}
.main-head {border-radius: 5px 5px 0px 0px;}
.info_topics {float:right;margin-right:-205px;border-top: 0px;margin-top:0px;} .main-head {background:#005091;} hr {border: none;}
.lastpost {margin-left: 20px;} .info_lastpost {height:20px;} div.paged-foot.clearfix{background: none!important;border:none!important;}
div.paged-head.clearfix{background: none!important;border:none!important;} div.main-foot.clearfix {border-radius: 0px 0px 4px 4px;}
.info_replies {float:right;margin-right:-263px;border-top: 0px;margin-top:-1px;} .info_replies, .info_views {font-size:11px;font-weight:bold;}
.info_lastpost {background-color:rgb(246, 246, 246) !important;font-size:12px !important;line-height:1.4 !important;min-width:300px !important;width:30% !important;font-family:Helvetica !important;padding:5px 7px !important;padding-top:5px;padding-right-value:7px;padding-bottom:5px;padding-left-value:7px;}
.info_replies{width:auto !important;} .info_replies, .info_views {font-size:11px;font-weight:bold;margin-left:35px;}
.main-content, div.postfoot {border-top:none!important;margin-top:-1px!important;}#novo {background-color: #ffffff;border: 1px solid #dfdfdf;color: #3a3a3a;margin-top: 2px;padding-bottom: 3px;padding-left: 10px;padding-right: 3px;padding-top: 3px;text-align: left;width: 154px;}
#post-number {border-radius:3px 3px 3px 3px!important;border:1px solid rgb(221, 221, 221) !important;background:none repeat scroll 0% 0% rgb(255, 255, 255) !important;margin-right:10px !important;padding:3px !important;padding-top:3px;padding-left:3px;padding-right:3px;padding-bottom:3px;font-weight:bold !important;margin-top:-5px;margin-left:-20px;position:absolute;border-bottom-right-radius:0px;border-top-right-radius: 0px;}
#qjump {display:none!important;} span.corner-top span {background-image: none;background-position:100% 0pt;}
span.corner-top span {background-image:url("http://servicii-extream.gpas.info/forum/./styles/se_sprites/theme/images/corners_right.png");}
div.h3 {margin-top: 0;padding-top: 10px;border-bottom: 1px solid #CBD4DA;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CBD4DA;}
.main-content {background-color: #172952;background-image: url("http://servicii-extream.gpas.info/forum/./styles/se_sprites/theme/images/bg_list.gif");}
.main-content {border-top:none!important;background: #EBEBEB none repeat-x 0 0;background-image: none;background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: 0px;background-position-y: 0px;background-origin: initial;background-clip: initial;background-color: #EBEBEB;padding: 0 5px;padding-top: 0px;padding-right: 5px;padding-bottom: 0px;padding-left: 5px;clear: both;border-radius: 0px 0px 7px 7px;margin-top: -3px;}
ol, ul {list-style: none;list-style-type: none;list-style-position: initial;list-style-image: initial;}
#legend {font-size: 11px;background: white;background: -moz-linear-gradient(top, white 0%, #F2F2F2 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#F2F2F2));background: -webkit-linear-gradient(top, white 0%,#F2F2F2 100%);background-image: -webkit-linear-gradient(top, white 0%, #F2F2F2 100%);background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;background: -o-linear-gradient(top, white 0%,#F2F2F2 100%);background: -ms-linear-gradient(top, white 0%,#F2F2F2 100%);background: linear-gradient(top, white 0%,#F2F2F2 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );padding: 5px;padding-top: 5px;padding-right: 5px;padding-bottom: 5px;padding-left: 5px;border: 1px solid #D7D7D7;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #D7D7D7;border-right-color: #D7D7D7;border-bottom-color: #D7D7D7;border-left-color: #D7D7D7;border-radius: 7px;margin-left: 5px;margin-top: 3px;}
.textsts {border-bottom: 1px solid #D7D7D7;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #D7D7D7;font-family: 'Droid Sans';padding: 7px;padding-top: 7px;padding-right: 7px;padding-bottom: 7px;padding-left: 7px;font-size: 15px;text-shadow: 0px 0px 1px #D7D7D7;}
.ccoloana1 {text-shadow: 1px 1px 1px white;left: 4px;background: white;background: -moz-linear-gradient(top, white 0%, #F2F2F2 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#F2F2F2));background: -webkit-linear-gradient(top, white 0%,#F2F2F2 100%);background-image: -webkit-linear-gradient(top, white 0%, #F2F2F2 100%);background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;background: -o-linear-gradient(top, white 0%,#F2F2F2 100%);background: -ms-linear-gradient(top, white 0%,#F2F2F2 100%);background: linear-gradient(top, white 0%,#F2F2F2 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );position: relative;border-radius: 7px;border-top-left-radius: 7px;border-top-right-radius: 7px;border-bottom-right-radius: 7px;border-bottom-left-radius: 7px;width: 661px;font-size: 11px;border: 1px solid #D7D7D7;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #D7D7D7;border-right-color: #D7D7D7;border-bottom-color: #D7D7D7;border-left-color: #D7D7D7;padding: 5px;padding-top: 5px;padding-right: 5px;padding-bottom: 5px;padding-left: 5px;}
.ccoloana2 {text-shadow: 1px 1px 1px white;background: white;background: -moz-linear-gradient(top, white 0%, #F2F2F2 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#F2F2F2));background: -webkit-linear-gradient(top, white 0%,#F2F2F2 100%);background-image: -webkit-linear-gradient(top, white 0%, #F2F2F2 100%);background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;background: -o-linear-gradient(top, white 0%,#F2F2F2 100%);background: -ms-linear-gradient(top, white 0%,#F2F2F2 100%);background: linear-gradient(top, white 0%,#F2F2F2 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );font-size: 11px;border: 1px solid #D7D7D7;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #D7D7D7;border-right-color: #D7D7D7;border-bottom-color: #D7D7D7;border-left-color: #D7D7D7;padding: 5px;padding-top: 5px;padding-right: 5px;padding-bottom: 5px;padding-left: 5px;-webkit-border-top-right-radius: 7px;-webkit-border-bottom-right-radius: 7px;-moz-border-radius-topright: 7px;-moz-border-radius-bottomright: 7px;border-top-right-radius: 7px;border-bottom-right-radius: 7px;}
.cinfo .info_topics, .cinfo .info_posts {padding: 5px;padding-top: 5px;padding-right: 5px;padding-bottom: 5px;padding-left: 5px;font-weight:bold}
.cinfo .info_posts span, .cinfo .info_topics span, .info_lastposts span {margin-left: 20px;}
/*------------------Footer------------------*/
#footer {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/header-bg.png);background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/header-bg.png);background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;}
#footer-top-shadow {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-top-shadow.png) repeat-x;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-top-shadow.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;}
.container {text-align: left;margin: 0 auto;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;width: 960px;position: relative;}
#footer-widgets {padding: 42px 0px 0px 22px;padding-top: 42px;padding-right: 0px;padding-bottom: 22px;padding-left: 0px;}
.footer-widget {width: 210px;margin-right: 40px;float: left;font-family: 'Kreon',Arial,sans-serif;color: #AFA59F;font-size: 13px;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);}
#footer h4.widgettitle {font-size: 13px;color: white;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);text-transform: uppercase;padding-bottom: 11px;}
.footer-widget ul li {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-bullet.png) no-repeat 0 7px;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-bullet.png);background-repeat-x: no-repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: 0px;background-position-y: 7px;background-origin: initial;background-clip: initial;background-color: initial;padding: 0px 0 7px 17px;padding-top: 0px;padding-right: 0px;padding-bottom: 7px;padding-left: 17px;}
p#copyright {font-size: 11px;float: left;color: #AFA59F;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);padding-bottom: 5px;padding-left:13x;}
#footer-bottom-shadow {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-bottom-shadow.png) repeat-x;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-bottom-shadow.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;height: 5px;}
#footer-bottom {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-bottom-bg.png) repeat-x;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/footer-bottom-bg.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;}
ul.bottom-nav {padding-left: 24px;}ul.bottom-nav li a:hover {text-decoration: none;color: #EBBE5E;}
ul.bottom-nav li {float: left;padding: 0px 21px 0px;padding-right: 21px;padding-top: 0px;padding-bottom: 0px;padding-left: 21px;background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/bottom-menu-bg.png) repeat-y top right;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/bottom-menu-bg.png);background-repeat-x: no-repeat;background-repeat-y: repeat;background-attachment: initial;background-position-x: 100%;background-position-y: 0%;background-origin: initial;background-clip: initial;background-color: initial;padding: 20px 16px 12px;padding-right: 21px;padding-top: 20px;padding-bottom: 12px;padding-left: 21px;}
#nav li a, ul.bottom-nav li a {color: white;font-size: 11px;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);text-decoration: none;text-transform: uppercase;font-weight: bold;}
.footer-widget a {color: #AFA59F;}.footer-widget a:hover {text-decoration: none;color: #EBBE5E;}
a {text-decoration: none;color: #00B7F3;}
a:hover {text-decoration: none;}
/*------------Header---------------*/
##nav {border-bottom: 2px solid white;border-bottom-width: 2px;border-bottom-style: solid;border-bottom-color: white;position: relative;background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/header-bg.png);background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/header-bg.png);background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;}
#nav-shadow {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/top-shadow.png) repeat-x;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/top-shadow.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;width: 100%;position: absolute;top: 0px;left: 0px;height: 7px;}
##nav-shadow {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/bottom-shadow.png) repeat-x;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/bottom-shadow.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;width: 100%;position: absolute;bottom: 0px;left: 0px;height: 4px;}
ul##nav-menu > li.current_page_item > a {color: #EBBE5E!important;}
ul##nav-menu li {padding-right: 12px;background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/menu-bg.png) repeat-y top right;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/menu-bg.png);background-repeat-x: no-repeat;background-repeat-y: repeat;background-attachment: initial;background-position-x: 100%;background-position-y: 0%;background-origin: initial;background-clip: initial;background-color: initial;}
.mobile_menu.et_mobile_menu {display: none;}ul#top-menu {float: left;padding-left: 36px;}
a.mobile_nav.closed {display:none;}
/*---------Casuta Cautare-------------*/
#search-form {float: right;background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/search-bg.png) no-repeat;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/search-bg.png);background-repeat-x: no-repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;width: 167px;height: 27px;padding-right: 48px;margin-top: 11px;}
#search-form #searchinput {background: none;background-image: none;background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;border: none;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;border-top-width: initial;border-right-width: initial;border-bottom-width: initial;border-left-width: initial;border-top-color: initial;border-right-color: initial;border-bottom-color: initial;border-left-color: initial;float: left;margin: 5px 7px 0 5px;margin-top: 5px;margin-right: 7px;margin-bottom: 0px;margin-left: 5px;width: 116px;padding-left: 9px;font-size: 11px;color: #6F6967;}
#search-form #searchsubmit {margin-top: 7px;margin-right: 7px;}
.pun {line-height: 130%;margin: 230px auto;margin-top: 230px;margin-right: auto;margin-bottom: 50px;margin-left: auto;min-width: 768px;padding: 9px;padding-top: 9px;padding-right: 9px;padding-bottom: 9px;padding-left: 9px;width: 96%;border: 1px solid white;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: white;border-right-color: white;border-bottom-color: white;border-left-color: white;background: url(http://i40.servimg.com/u/f40/17/00/85/53/conten18.png);background-image: url(http://i40.servimg.com/u/f40/17/00/85/53/conten18.png);background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;-webkit-box-shadow: 0 0px 2px 0px #999,inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 0px 2px 0px #999,inset 0px 0px 5px 0px rgba(0,0,0,0.1);box-shadow: 0 0px 2px 0px #999,inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);}
#pun-head {border-top: none;border-top-style: none;border-top-width: initial;border-top-color: initial;margin-bottom: 10px;}
#pun-head #pun-navlinks {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/menu-bottom-bg.png) repeat-x bottom left;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/menu-bottom-bg.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: 0%;background-position-y: 100%;background-origin: initial;background-clip: initial;background-color: initial;}
#pun-head #pun-navlinks {background-color: #18405E;border-color: #CBD1D8;padding: .5em 1.1em .6em;}
#pun-navlinks {-webkit-border-top-left-radius: 8px;-webkit-border-top-right-radius: 8px;-moz-border-radius-topleft: 8px;-moz-border-radius-topright: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;}
#pun-navlinks ul li a {background: url("http://i40.servimg.com/u/f40/17/00/85/53/second10.png") repeat-y scroll 0 0 transparent;background-image: url(http://i40.servimg.com/u/f40/17/00/85/53/second10.png);background-repeat-x: no-repeat;background-repeat-y: repeat;background-attachment: scroll;background-position-x: 0px;background-position-y: 0px;background-origin: initial;background-clip: initial;background-color: transparent;color: #48423F;margin: 0;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding: 18px 0 15px 10px;padding-top: 18px;padding-right: 0px;padding-bottom: 15px;padding-left: 10px;text-shadow: 1px 1px 1px white;text-transform: uppercase!important;font-weight: 600!important;font-size: 13px!important;font-family: Tahoma,Serif;}
#pun-head #pun-navlinks {background: url("http://i40.servimg.com/u/f40/17/00/85/53/menu-b10.png") repeat-x scroll left bottom,url(http://i40.servimg.com/u/f40/17/00/85/53/conten14.png) repeat;background-image: url(http://i40.servimg.com/u/f40/17/00/85/53/menu-b10.png), url(http://i40.servimg.com/u/f40/17/00/85/53/conten14.png);background-repeat-x: repeat, repeat;background-repeat-y: no-repeat, repeat;background-attachment: scroll, initial;background-position-x: 0%, initial;background-position-y: 100%, initial;background-origin: initial, initial;background-clip: initial, initial;background-color: initial;padding: 20px;padding-top: 20px;padding-right: 20px;padding-bottom: 20px;padding-left: 20px;-webkit-box-shadow: 0px 0px 2px 0px #A1A1A1;-moz-box-shadow: 0px 0px 2px 0px #a1a1a1;box-shadow: 0 0 2px 0 #999,0 0 5px 0 rgba(0, 0, 0, 0.1) inset;margin: -80px -10px 0px -10px;margin-top: -92px;margin-right: -10px;margin-bottom: 0px;margin-left: -10px;border: 1px solid white;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: white;border-right-color: white;border-bottom-color: white;border-left-color: white;}
#pun-navlinks ul {padding: 0px 0px 5px 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 5px;padding-left: 0px;}
#pun-navlinks ul {list-style: none;list-style-type: none;list-style-position: initial;list-style-image: initial;text-align: left;}
a:hover{text-decoration: none; !important}a.link{text-decoration: none; !important}.recent-from {float: left;width: 317px;}.recent-middle {width: 318px!important;}
.main-title {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/title-bg.png) repeat-x;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/title-bg.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;height: 42px;line-height: 42px;font-size: 13px!important;text-transform: uppercase;color: #48423F;text-shadow: 1px 1px 1px white;font-weight: bold;text-align: center;padding-bottom: 0;font-family: 'Droid Sans',Arial,Verdana,sans-serif!important;}
.recent-content {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/recent-content-bg.png) repeat-y top right;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/recent-content-bg.png);background-repeat-x: no-repeat;background-repeat-y: repeat;background-attachment: initial;background-position-x: 100%;background-position-y: 0%;background-origin: initial;background-clip: initial;background-color: initial;margin-top: -1px;padding: 29px 32px 38px 35px;padding-top: 29px;padding-right: 32px;padding-bottom: 38px;padding-left: 35px;}.recent-last {width: 331px!important;}

#nav li {
  background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/menu-bg.png) repeat-y right;
  background-attachment: initial;
  background-clip: initial;
  background-color: initial;
  background-origin: initial;
  background-position-x: 100%;
  background-position-y: 50%;
  background-repeat-x: no-repeat;
  background-repeat-y: repeat;
  float: left;
  margin: -3px 0 0;
  padding-left: 17px;
  padding-right: 17px;
}
#nav {background: url(http://i40.servimg.com/u/f40/17/00/85/53/top-st10.png) repeat-x bottom,url("http://i40.servimg.com/u/f40/17/00/85/53/bottom14.png") repeat-x center 38px,url("http://i40.servimg.com/u/f40/17/00/85/53/top-sh11.png") repeat-x scroll 0 0%,url("http://i40.servimg.com/u/f40/17/00/85/53/header16.png") repeat-x scroll 0 0 transparent;background-image: url(http://i40.servimg.com/u/f40/17/00/85/53/top-st10.png), url(http://i40.servimg.com/u/f40/17/00/85/53/bottom14.png), url(http://i40.servimg.com/u/f40/17/00/85/53/top-sh11.png), url(http://i40.servimg.com/u/f40/17/00/85/53/header16.png);background-repeat-x: repeat, repeat, repeat, repeat;background-repeat-y: no-repeat, no-repeat, no-repeat, no-repeat;background-attachment: initial, initial, scroll, scroll;background-position-x: 50%, 50%, 0px, 0px;background-position-y: 100%, 38px, 0%, 0px;background-origin: initial, initial, initial, initial;background-clip: initial, initial, initial, initial;background-color: transparent;display: block;height: 50px;list-style-type: none;position: absolute;right: 0;width: 100%;z-index: 10;}
#nav li a {color: white;font-family: Tahoma,sans-serif;font-size: 11px;font-weight: 600;text-decoration: none;padding: 18px 10px 10px 10px;padding-top: 18px;padding-right: 10px;padding-bottom: 10px;padding-left: 10px;display: block;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);text-transform: uppercase !important;}
#nav ul{position: absolute;left: -9999px;}
#nav li ul{list-style-type: none;background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/top-shadow.png) repeat-x top,url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/header-bg.png) repeat;background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/top-shadow.png), url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/header-bg.png);background-repeat-x: repeat, repeat;background-repeat-y: no-repeat, repeat;background-attachment: initial, initial;background-position-x: 50%, initial;background-position-y: 0%, initial;background-origin: initial, initial;background-clip: initial, initial;background-color: initial;padding: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;-webkit-border-bottom-right-radius: 7px;-webkit-border-bottom-left-radius: 7px;-moz-border-radius-bottomright: 7px;-moz-border-radius-bottomleft: 7px;border-bottom-right-radius: 7px;border-bottom-left-radius: 7px;margin-top: 1px;}
#nav li:hover ul,ul#nav li.sfhover ul{left: 20px;z-index: 100;display: block;}ul#nav a{display:block;text-decoration: none; color:#0069bf;}
#nav li li.icon a{padding-left: 24px}#nav li ul {list-style-type: none;}
#ad-720 {text-align: center;padding-bottom: 32px;}p#copyright a {color: white;}
body {background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/content-area-bg.png);background-image: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/content-area-bg.png);background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: initial;}
#pun-visit p, #pun-visit {display:none!important;}#pun-intro {background: none repeat scroll 0 0 transparent;background-image: none;background-repeat-x: repeat;background-repeat-y: repeat;background-attachment: scroll;background-position-x: 0px;background-position-y: 0px;background-origin: initial;background-clip: initial;background-color: transparent;border: medium none;border-top-width: medium;border-right-width: medium;border-bottom-width: medium;border-left-width: medium;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;border-top-color: initial;border-right-color: initial;border-bottom-color: initial;border-left-color: initial;height: 60px;margin: -95px 0 60px;margin-top: -95px;margin-right: auto;margin-bottom: 60px;margin-left: auto;}
#pun-intro #pun-logo{position:relative; top: -90px;}
#nav li { float: left; padding-left: 17px;padding-right:17px;}
#nav li:hover { position: relative }
#nav li:hover > a { background: transparent url(http://i40.servimg.com/u/f40/17/00/85/53/arrow10.png) no-repeat center bottom;}
#nav li a.current { background: transparent url(http://i40.servimg.com/u/f40/17/00/85/53/arrow10.png) no-repeat center bottom;            color: #ffffff;          }
#nav li.sub:hover > a {    border-radius: 10px 10px 0 0;    -moz-border-radius: 10px 10px 0 0;    -webkit-border-radius: 10px 10px 0 0;        }
#nav li a {color: #cccccc;font-family: 'Convergence',sans-serif;font-size: 13px;font-weight: 400;text-decoration: none;padding: 14px;display: block;}
#nav li a:hover { color:#ffffff; }       
#nav li ul { background: #fff;margin-top: -2px;display: none;  }
#nav li:hover ul {display:block; position:absolute; }
#nav li ul {list-style-type:none;    background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/header-bg.png) repeat;    padding: 0px;                -webkit-box-shadow: 0px 0px 5px 1px #000000;    -moz-box-shadow: 0px 0px 5px 1px #000000;    box-shadow: 0px 0px 5px 1px #000000;                -webkit-border-bottom-right-radius: 7px;    -webkit-border-bottom-left-radius: 7px;    -moz-border-radius-bottomright: 7px;    -moz-border-radius-bottomleft: 7px;    border-bottom-right-radius: 7px;    border-bottom-left-radius: 7px;        }
#nav li ul li a, #nav li ul li a:hover {background: transparent url(http://i40.servimg.com/u/f40/17/00/85/53/footer10.png) repeat-x center bottom;    color: #ccc;    width: 150px;    font-size: 0.95em;    font-weight: normal;}
#nav li ul li a:hover { background: transparent url(http://i40.servimg.com/u/f40/17/00/85/53/footer11.png) repeat-x center bottom;    color:#fff;    text-decoration: none;    box-shadow: none;    -moz-box-shadow: none;    -webkit-box-shadow: none;                          border-radius: 0;    -moz-border-radius: 0;    -webkit-border-radius: 0; }
#footer-widgets li a {-moz-transition-duration: 0.5s;padding: 3px;-webkit-transition-duration: 0.5s;}#footer-widgets li a:hover {margin-left: 12px;}
.paginare {margin: 1px;color:#fff;float:left;text-transform: uppercase;margin-left: 5px;font-size:10px;font-weight: bold!important;}
.paginare a,.paginare b {background: #f1f1f1;padding-right: 5px;      color: #0061b0;padding-left: 5px;      border: 1px solid #DCDCDC;padding-bottom: 2px;      padding-top: 2px;}
 paginare a:last-child,.paginare a:first-child {position: relative;}.paginare b {border-right: #036cb4 1px solid;padding-right: 5px;border-top: #036cb4 1px solid;padding-left: 5px;font-weight: bold;padding-bottom: 2px;margin: 2px;border=left: #036cb4 1px solid;color: #fff;padding-top: 2px;border-bottom: #036cb4 1px solid;background-color: #036cb4;}
.pun .post .user {background: white;background-image: initial;background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: white;border: 1px solid #D7D7D7;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #D7D7D7;border-right-color: #D7D7D7;border-bottom-color: #D7D7D7;border-left-color: #D7D7D7;border-radius: 7px 7px 7px 7px;margin-left: -201px;position: absolute;margin-top: 5px;padding: 7px;padding-top: 7px;padding-right: 7px;padding-bottom: 7px;padding-left: 7px;position: relative;}
.post-entry {background: white;background-image: initial;background-repeat-x: initial;background-repeat-y: initial;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: white;border: 1px solid #D7D7D7;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-right-color: #D7D7D7;border-bottom-color: #D7D7D7;border-left-color: #D7D7D7;border-radius: 0px 0px 7px 7px;border-top: 0;margin-top: 0px;min-height: 550px;padding: 15px 15px 0;padding-top: 15px;padding-right: 15px;padding-bottom: 0px;padding-left: 15px;position: relative;width: 95%;margin-left: 10px;}
.pun .posthead {background: #F1F1F1 url(http://i48.servimg.com/u/f48/16/58/73/11/title10.png) repeat-x;background-image: url(http://i48.servimg.com/u/f48/16/58/73/11/title10.png);background-repeat-x: repeat;background-repeat-y: no-repeat;background-attachment: initial;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;background-color: #F1F1F1;border-bottom: 1px solid #DDD;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #DDD;border-top: 0 solid #D7D7D7;border-top-width: 0px;border-top-style: solid;border-top-color: #D7D7D7;height: 15px;margin-left: -1px;margin-right: 0px;margin-top: 0;padding: .5em 1em;padding-top: 0.5em;padding-right: 1em;padding-bottom: 0.5em;padding-left: 1em;position: relative;}
.pun .postmain .post-options {-moz-border-radius-bottomleft: 7px;-moz-border-radius-bottomright: 7px;-webkit-border-bottom-left-radius: 7px;-webkit-border-bottom-right-radius: 7px;background: white;border: 1px solid #D7D7D7;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-right-color: #D7D7D7;border-bottom-color: #D7D7D7;border-left-color: #D7D7D7;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top: 0;border-top-width: 0px;border-top-style: initial;border-top-color: initial;margin-left: 630px;margin-right: 40px;margin-top: -6px;padding: 2px;padding-top: 2px;padding-right: 2px;padding-bottom: 2px;padding-left: 2px;position: relative;}
#pun-about { background: none!important;border: none!important;font-size: 9px!important; font-weidth: bold!important;top:16px;position:relative;}
p.center {float:left;margin-left: 3px;margin-top:-36px;}
.main-head {background-color: transparent!important;background-image: url("http://i40.servimg.com/u/f40/17/00/85/53/title-10.png")!important;background-repeat: repeat;background-repeat-x: repeat;background-repeat-y: repeat;height: 20px;margin-left: -10px;width: 99%;}
.main .main-head .page-title {font-size: 12px;font-weight: 400;color: black;font-weight: bold;}
.tcl, .info_lastposts {border-top:none!important;} .module.main {margin-botoom: 20px;} .module.main .main-head {border-radius:5px 5px 0px 0px;color:black;}
a {text-decoration: none;}a:link {text-decoration: none;}a:hover {text-decoration: none!important;}a.forumtitle {text-decoration: none;}a.forumtitle:hover {text-decoration: none!important;}a.topictitle {text-decoration: none;}a.topictitle:hover {text-decoration: none!important;}


PopUP login
      .popupWrapper {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
            border-radius: 5px 5px 5px 5px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
            padding: 8px;
        }
        .ipbfs_login .ipsForm_submit {
            margin-top: 0;
        }
        .ipbfs_login .ipsBox_notice {
        margin: 0;
        }
        .ipbfs_login .input_submit {
            font-size: 13px;
        }
        #sign_in_popup_inner {
            width: 680px !important;
        }
        .popupInner {
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
            overflow-x: hidden;
            overflow-y: auto;
            width: 500px;
        }
   
      .ipsBox_notice {
            line-height: 1.6;
            margin-bottom: 10px;
            padding: 10px;
        }
        .ipsBox_notice, .ipsBox_highlight {
            background: none repeat scroll 0 0 #F4FCFF;
            border-bottom: 1px solid #CAE9F5;
        }
        .ipbfs_login_row {
            overflow: hidden;
        }
        .ipbfs_login_row, .gallery_pane h2, .ipsBox_container .ipsType_pagetitle, .ipsType_sectiontitle, #index_stats .status_list:first-of-type li:first-child, .ipsList_data li:first-of-type, .ipsList_withminiphoto li:first-of-type, .ipsList_withmediumphoto li:first-of-type, .category_block table tr:nth-of-type(2) td {
            border-top: 0 none;
    background: white;
        }
        .ipbfs_login_col {
    background: white;
            float: left;
            padding: 15px 10px;
            width: 320px;
        }
        .desc.lighter, .desc.lighter.blend_links a {
            color: #646464;
        }
        .desc, .desc.blend_links a, p.posted_info {
            color: #898989;
            font-size: 11px;
        }
        .right {
            float: right;
        }
        .ipbfs_login_col a:hover {
            text-decoration: underline;
        }
        .ipbfs_login_row label {
            font-size: 1.15em;
        }
        input:-moz-placeholder {
            color: #939393;
        }
        .ipbfs_luser {
            background-image: url("http://i57.servimg.com/u/f57/17/68/86/50/user1010.png") !important;
            background-position: 7px 50% !important;
            background-repeat: no-repeat !important;
        }
        .ipbfs_login_input {
            font-size: 14px !important;
            margin-top: 10px;
            padding: 6px 0 6px 28px !important;
            width: 284px;
        }
     
      .ipbfs_lpassword {
            background-image: url("http://i57.servimg.com/u/f57/17/68/86/50/key1010.png");
            background-position: 7px 50%;
            background-repeat: no-repeat;
        }
        .clearfix:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            overflow: hidden;
            visibility: hidden;
        }
        .left {
            float: left;
        }
        img, .input_check, .input_radio {
            vertical-align: middle;
        }
        .ipsForm_center {
            text-align: center !important;
        }
        .ipsForm_submit {
            margin-top: 25px;
            padding: 5px 10px;
            text-align: right;
        }
        .clear {
            clear: both;
        }
        #vnc_filter_popup_close, body#ipboard_body fieldset.submit, body#ipboard_body p.submit, .ipsForm_submit {
            background: #f4f4f4;
            border-top: 1px solid #ddd;
        }
        .popupClose {
            position: absolute;
            right: 20px;
            top: 20px;
        }
        .clickable {
            cursor: pointer;
        }
        .input_submit, .ipsButton_secondary {
            outline: medium none;
        }
        .input_submit {
            background: url("http://i57.servimg.com/u/f57/17/68/86/50/highli13.png") repeat-x scroll 0 0 #646464;
            border-color: #3F3F3F;
            border-radius: 2px 2px 2px 2px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
            color: #FFFFFF;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
            border: 0 none;
            cursor: pointer;
            padding: 5px 11px;
            text-decoration: none;
        }
        .pun h2, .pun h3, .pun input, .pun select, .pun th {
            font-family: helvetica,arial,sans-serif !important;
            font-size: 1em;
            font-style: normal;
            font-variant: normal;
            font-weight: 400;
        }
    .popupInner h3 {
        background: url("http://www.autoitbrasil.com/public/style_images/master/maintitle.png") repeat-x scroll center top rgb(44, 86, 135);
        border-color: rgb(49, 104, 151);
        border-style: solid;
        border-width: 1px 1px 0px;
        box-shadow: 0px 1px 0px rgb(82, 140, 188) inset;
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: 300;
        padding: 8px 10px 9px;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    }

#pun-head {
  display: none;
 }
#nav {
  background: url(http://i40.servimg.com/u/f40/17/00/85/53/top-st10.png) repeat-x bottom,url(http://i40.servimg.com/u/f40/17/00/85/53/bottom14.png) repeat-x center 38px,url(http://i40.servimg.com/u/f40/17/00/85/53/top-sh11.png) repeat-x scroll 0 0%,url(http://i40.servimg.com/u/f40/17/00/85/53/header16.png) repeat-x scroll 0 0 transparent;
  background-attachment: initial, initial, scroll, scroll;
  background-clip: initial, initial, initial, initial;
  background-color: transparent;
  background-image: url(http://i40.servimg.com/u/f40/17/00/85/53/top-st10.png), url(http://i40.servimg.com/u/f40/17/00/85/53/bottom14.png), url(http://i40.servimg.com/u/f40/17/00/85/53/top-sh11.png), url(http://i40.servimg.com/u/f40/17/00/85/53/header16.png);
  background-origin: initial, initial, initial, initial;
  background-position-x: 50%, 50%, 0px, 0;
  background-position-y: 100%, 38px, 0%, 0;
  background-repeat-x: repeat, repeat, repeat, repeat;
  background-repeat-y: no-repeat, no-repeat, no-repeat, no-repeat;
  display: block;
  height: 50px;
  list-style-type: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 10;
}
Emanuel

Emanuel
Membru onorific
Membru onorific

Mesaje : 3125
Varsta : -5
Data înscrierii : 06/11/2012
Mulțumiri : 844
Safari punBB

http://www.infinigame.biz/
Emanuel a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Scoatere bara meniu

Mesaj Scris de HaskyMan Vin Apr 10, 2015 10:41 am

Din pacate acum se vede o linie in exces
Scoatere bara meniu 2z7kkud
HaskyMan

HaskyMan
Membru Forumgratuit

Mesaje : 82
Varsta : 24
Data înscrierii : 07/11/2014
Mulțumiri : 1
Internet Explorer punBB

http://www.back2play.forum.st
HaskyMan a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Scoatere bara meniu

Mesaj Scris de Emanuel Vin Apr 10, 2015 1:52 pm

Putem elimina acea linie si va arata astfel,
Spoiler:
Emanuel

Emanuel
Membru onorific
Membru onorific

Mesaje : 3125
Varsta : -5
Data înscrierii : 06/11/2012
Mulțumiri : 844
Safari punBB

http://www.infinigame.biz/
Emanuel a fost mulțumit de autorul acestui subiect.

Pagina 1 din 2 1, 2  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator Sus

- Subiecte similare

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum