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.

Sa maresc butoanele

Vezi subiectul anterior Vezi subiectul urmator In jos

In cos Sa maresc butoanele

Mesaj Scris de C. Alecu Dum Mar 25, 2018 6:12 pm

Vreau sa maresc butoanele aste:
Acasa Calendar Evenimente Publicatii FAQ Cautare Membri Grupuri Profil Mesagerie Deconectare

Sunt mici si as dori sa le maresc.


Ultima editare efectuata de catre C. Alecu in Lun Mar 26, 2018 1:33 pm, editata de 1 ori
C. Alecu

C. Alecu
Membru Forumgratuit

Mesaje : 244
Varsta : 94
Data înscrierii : 19/12/2016
Mulțumiri : 1
Opera ModernBB

C. Alecu a fost mulțumit de autorul acestui subiect.

In cos Re: Sa maresc butoanele

Mesaj Scris de Fg.Emanuel Dum Mar 25, 2018 7:40 pm

Care este adresa forumului pe care vrei sa maresti butoanele ?
Fg.Emanuel

Fg.Emanuel
Membru Forumgratuit

Mesaje : 48
Varsta : 28
Data înscrierii : 16/02/2018
Mulțumiri : 0
Google Chrome phpBB2

http://softdesign.forumgratuit.ro/
Fg.Emanuel a fost mulțumit de autorul acestui subiect.

In cos Re: Sa maresc butoanele

Mesaj Scris de Petronel Dum Mar 25, 2018 7:41 pm

Postaţi aici CSS-ul .
Petronel

Petronel
Membru onorific
Membru onorific

Mesaje : 1045
Varsta : 21
Localizare : Constanţa & Calarasi
Data înscrierii : 21/05/2016
Mulțumiri : 113
Google Chrome AwesomeBB

https://www.fgdesign.biz/
Petronel a fost mulțumit de autorul acestui subiect.

In cos Re: Sa maresc butoanele

Mesaj Scris de C. Alecu Lun Mar 26, 2018 9:22 am

Forum
[Trebuie sa fiti inscris si conectat pentru a vedea acest link]

Css
Cod:
ul.topiclist li {
    color: #536482;
}

ul.topiclist li {
    color: #4C5D77;
}
ul.topiclist li {
    display: block;
    list-style-type: none;
    margin: 0;
}
.postdetails.poster-profile span.label { display: block; }
a.mainmenu img {display: none;}
/*Font awesome*/
 #page-header .navbar li a[href^="/forum"]:before {
    content:"\f015"
}
#page-header .navbar li a[href^="/portal"]:before, #page-header .navbar li a[href="/?tt=1"]:before {
    content:"\f024"
}
#page-header .navbar li a[href="/"]:before {
    content:"\f015"
}
#page-header .navbar li a[href^="/calendar"]:before {
    content:"\f073"
}
#page-header .navbar li a[href^="/faq"]:before {
    content:"\f129"
}
#page-header .navbar li a[href^="/search"]:before {
    content:"\f002"
}
#page-header .navbar li a[href^="/memberlist"]:before {
    content:"\f007"
}
#page-header .navbar li a[href^="/groups"]:before {
    content:"\f0c0"
}
#page-header .navbar li a[href^="/report"]:before {
    content:"\f071"
}
#page-header .navbar li a[href^="/profile"]:before {
    content:"\f013"
}
#page-header .navbar li a[href^="/privmsg"]:before {
    content:"\f003"
}
#page-header .navbar li a[href^="/login?logout"]:before {
    content:"\f08b"
}
#page-header .navbar li a[href^="/publi"]:before {
    content:"\f09e"
}
#page-header .navbar li a[href^="/events"]:before {
    content:"\f073"
}
/*Header*/
 #page-header .navbar li a:before {
    padding-right:5px;
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
#page-header a.mainmenu:hover, #page-header a.mainmenu.fa_navactif {
    background:#34495e!important
}
#page-header .navbar {
    background:none
}
#page-header .navbar .linklist li {
    font-size:0
}
#page-header .navbar .linklist {
    background:;
    border:none;
    margin:-9px -10px 0
}
#page-header a.mainmenu {
    color:#FFF;
    font-weight:700;
    font-family:'Montserrat', sans-serif!important;
    font-size:12px!important;
    text-transform:uppercase;
    background-position:0 45px;
    display:inline-block;
    height:45px;
    line-height:45px;
    padding:0 12px;
    transition:250ms
}
#page-header a.mainmenu[href="/register"] {
    color:#8C5
}
.newpm {
    background: #e6553d;
}
/*Mesaj privat nou*/
 #site-title, #logo-desc p, .headerbar .corners-top, .headerbar .corners-bottom {
    display:none
}
#logo {
    padding:0
}
.headerbar {
    background:#369FCF;
    min-height:200px;
    margin-top:-4px
}
.navbar a[href=^"/report"] {
    display: none;
}
#page-header .navbar .linklist li {
    font-size: 0;
    display: inline-block;
}
td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides {
    background-color: #232323;
    background-image: url();
    border: #232323;
    border-style: solid;
    height: 28px;
}
#nav_wrap #primary_nav #community_app_menu a[href^="/login?"] {
  float: right;
}
#page-body table td[style^="background:#efefef"] {
    display: none !important;
}
tr.post td.centers {
  text-align: center;
}
#community_app_menu a img {
    display: none;
}
th.thBottom, th.thCornerL, th.thCornerR, th.thHead, th.thLeft, th.thRight, th.thSides, th.thTop {
    border: #232323 !important;
    border-style: solid;
    font-weight: 700;
}
hr {
    border: solid #525252 0 !important;
    border-top-width: 1px;
    height: 0;
}
.postdetails {
    color: #808080 !important;
    font-size: 10px;
}
a.gensmall[href*="/?mark"] {
    text-decoration: none;
    display: inline-block;
    background: #922626 url(http://imgur.com/SvSNrAa.png) repeat-x 0 0;
    color: #fff !important;
    text-shadow: rgba(162, 18, 18, 0.8) 0px -1px 0px;
    padding: 3px 7px;
    font-weight: b;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    -webkit-box-shadow: inset rgba(255,255,255,0.03) 0px 1px 0px;
    -moz-box-shadow: inset rgba(255,255,255,0.03) 0px 1px 0px;
    box-shadow: inset rgba(255,255,255,0.03) 0px 1px 0px;
}
.nav {
    display: none;
}
.lastpost-avatar img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 38px;
    width: 38px;
    margin-top: 3px;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    text-align: right;
    float: right;
    padding: 1px;
    border: 1px solid #303030;
    background: #444444;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

.forumline {
    background-color: #1f1f1f;
    border: 1px solid #303030;
    margin-bottom: 5px;
}
body {
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 62.5%;
    margin: 0;
    background-image: url(http://demo.phpbb3styles.net/styles/1Game/theme/images/back.jpg);
}
.row1 {
    background-color: #262626;
    padding: 4px;
    border-top: 1px solid #303030;
}
p.breadcrumbs {
    margin: 0;
    float: left;
    color: black;
    font-weight: bold;
    white-space: normal;
    font-size: 1em;
}
a {
    color: #a6c7d7;
    text-decoration: none !important;
}
a:hover {
    color: #a6c7d7;
    text-decoration: none !important;
}
.bodylinewidth {
 width: 1060px !important;
}
#page-body {
        padding: 5px;
}
#wrap {
    width: 1060px;
    margin: 0 auto;
    margin-top: 5px;
    background-color: #202020;
    border: 2px solid #303030;
}
.bodyline {
    background-color: transparent !important;
    border: 0px #444 solid !important;
    padding: 0px !important;
}
ol, ul {
    list-style: none;
}
#user_navigation .ipsList_inline li {
    margin: 0;
    padding: 0;
    float: left;
}
.ipsList_inline>li:first-child {
    margin-left: 0;
}
.ipsList_inline>li {
    display: inline-block;
    margin: 0 3px;
}
#nav_wrap {
    background: #171717;
    border-top: 1px solid #;
    border-bottom: 3px solid #212121;
    opacity: 1;
    height: 35px;
}
#user_navigation {
    color: #9f9f9f;
    float: right;
    font-size: 11px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    border-left: 1px solid #2b2b2b;
}
#user_navigation a {
    color: #fff;
    float: left;
    padding: 0 12px;
    line-height: 35px;
    outline: none;
    height: 35px;
    border-right: 1px solid #2b2b2b;
}
#user_navigation a:hover {
    background: #232323;
}
#primary_nav {
    height: 35px;
    background: #171717;
    border-bottom: 3px solid #212121;
    text-transform: uppercase;
    font: 11px;
}
#community_app_menu {
    margin: 0px 0px 0 0;
    position: relative;
}
#community_app_menu .active>a {
    padding: 0 20px;
    line-height: 30x;
    color: #fff;
    background: #171717;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #fa5a5a;
    -webkit-box-shadow: inset 0 -1px #151717, inset 0 -1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px #151717, inset 0 -1px 8px rgba(0, 0, 0, 0.2);
}
#community_app_menu a {
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    border-right: 1px solid rgba(255,255,255,0.09);
    color: #ddd;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    margin-left: -9px;
    padding: 5px;
    text-decoration: none;
    text-shadow: 0 -1px #111;
}

#community_app_menu a:hover, #community_app_menu a.active {
    color: #fafafa;
    background: #1a1a1a;
    border-bottom: 3px solid #922626;
}
#user_navigation .ipsList_inline li {
    margin-top: -10px;
}
.forumline {
    background-color: #1f1f1f;
    border: 1px solid #303030;
}
.secondarytitle, .secondarytitle h2 {
    color: #fff !important;
    margin: 0;
    padding: 0;
}
th {
        background-image: url()!important;
    color: #fff !important;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #1a1a1a;
    white-space: nowrap;
}
.row1,.row2 {
    background-color: #262626;
    padding: 4px;
    border-top: 1px solid #303030;
}
.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
    background-color: #262626;
    border-top: 1px solid #303030;
    padding: 4px;
    border-left: 1px solid #262626;
    border-right: 1px solid #303030;
}
td.row1, td.row3.over:hover {
    background-color: #262626 !important;
}
td.row1.over:hover, td.row2 {
    background-color: #262626 !important;
}
.gen, .genmed, .gensmall {
    font-size: 11px;
    color: #898989;
}
     
.subforums {
    display: inline-block!important;
    width: 420px!important;
    font-size: 0px!important;
    overflow: hidden;
}
.subforums a.gensmall {
    margin-left: -104px!important;
    margin-top: -2px!important;
}
.subforums a {
    font-size: 12px!important;
    display: inline-block!important;
    float: left;
    width: 120px!important;
    text-align: left;
    text-decoration: none!important;
}
 
.subforums {
    display: inline-block!important;
    width: 140px!important;
    font-size: 0px!important;
    overflow: hidden;
}
 
.subforums {
    display: inline-block!important;
    width: 280px!important;
    font-size: 0px!important;
    overflow: hidden;
}
 
.subforums {
    display: inline-block!important;
    width: 420px!important;
    font-size: 0px!important;
    overflow: hidden;
}
 
.subforums {
    display: inline-block!important;
    width: 560px!important;
    font-size: 0px!important;
    overflow: hidden;
}
.nav {
    display: inline-block !important;
    padding: 5px 0;
    background: transparent;
    font-size: 12px;
}
 
span#main-nav {
    background: #404040;
    display: block;
    line-height: 25px;
    word-wrap: break-word;
    clear: both;
    color: white;
    border-radius: 3px;
    padding: 1px 10px;
}
span#main-nav > a {
    color: white;
}
 
.nav {
    display: inline-block !important;
}
  .cards .card.yellow-card {
    background-color: #e6ad1d;
    border-bottom: 3px solid #c79616;
    text-shadow: 0 0 1px #c79616;
    margin-right: -0.5%;
}

.cards .card {
    box-sizing: border-box;
    float: left;
    font-family: sans-serif;
    font-size: 18px;
    padding: 20px 30px;
    width: 31% !important;
    color: white;
    margin-top: 5px;
}

.cards .card.red-card {
    background-color: #E54732;
    border-bottom: 3px solid #C62F1A;
    text-shadow: 0 0 1px #C62F1A;
    margin-left: 3.5%;
    width: 32%;
}

.cards .card {
    box-sizing: border-box;
    float: left;
    font-family: sans-serif;
    font-size: 18px;
    padding: 20px 30px;
    width: 31% !important;
    color: white;
    margin-top: 5px;
}

.cards .card.green-card {
    background-color: #71be47;
    border-bottom: 3px solid #60a53a;
    text-shadow: 0 0 1px #60a53a;
    margin-left: 3.8%;
    width: 32.5%;
}

.cards .card:hover {
    opacity: .9;
}
.cards .card {
    box-sizing: border-box;
    float: left;
    font-family: sans-serif;
    font-size: 18px;
    padding: 20px 30px;
    width: 31% !important;
    color: white;
    margin-top: 5px;
}
 
.main-left {
    float: left;
    width: 31%;
}
.main-left, .main-right {
    border: 10px solid #369fcf;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 25px;
    margin: 20px 0 0;
    min-height: 179px;
}
.main-right {
    float: right;
    width: 66%;
}
.main-left, .main-right {
    border: 10px solid #369fcf;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 25px;
    margin: 20px 0 0;
    min-height: 179px;
}
.main-news-time {
    color: #555;
    float: right;
    font-size: .9em;
    display: inline-block;
    width: 25%;
    text-align: right;
    padding-right: 5px;
    box-sizing: border-box;

.main-left li:nth-child(2n+1), .main-right li:nth-child(2n+1) {
  background-color: #f6f6f6;
}
 
.main-left>h2, .main-right>h2 {
    background-color: #369fcf;
    color: white !important;
    font-family: sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0 14px 8px;
}
.resizebox a.enlarge:before{
content: url(https://cdn1.iconfinder.com/data/icons/hawcons/32/698839-icon-112-search-plus-32.png);
}
.resizebox a.enlarge{
  font-size: 0px!important;
}
.resizebox.enlarged a.resize:before{
  content: url(https://cdn1.iconfinder.com/data/icons/hawcons/32/698840-icon-113-search-minus-32.png)
}
.resizebox.enlarged a.resize{
  font-size: 0px!important;
}
.resizebox.showfull a.fullsize{
  float: right;
  font-size: 0px!important;
}
.resizebox.showfull a.fullsize:before{
  content: url(https://cdn3.iconfinder.com/data/icons/gis/pan.png);
}
 
.postprofile dd, .postprofile dt {
    font-size: 11px;
}
.postprofile .label span, .postprofile .label {
    color: #2d79da !important;
    font-weight: 700;
}
#first-post-br, hr, hr.dashed {
    border-color: #fff;
    box-shadow: 0 -1px 1px #d7d7d7;
}
#main-content > div.post .postprofile dt > a img {
    margin-bottom: 5px;
    max-width: 150px;
    max-height: 200px;
    margin-top: 5px;
    max-width: 70%;
}
hr {
    border: 0 none #fff;
    border-top: 1px solid #fff;
    clear: both;
    display: block;
    height: 1px;
    margin: 5px 0;
}
.postbody .content {
    font-size: 13px;
}
.postprofile {
    text-align: center;
    background: url(http://i.imgur.com/oCKRDNY.png) repeat-x 0 0 #F6F6F6 !important;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 0;
    padding-top: 60px;
    width: 23%;
    position: relative;
}
.postbody .content {
    font-size: 1.3em;
}
.content {
    color: #777;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    min-height: 3em;
    overflow: hidden;
}
div.post {
    background-color: #FAFAFA;
    border: 1px solid #DDD;
    border-bottom-width: 2px;
    border-radius: 3px;
}
div.no-padding .inner {
    border-top: 14px solid #E4E4E4;
    border-top-color: rgba(221, 221, 221, 0.75);
    border-radius: 3px 3px 0 0;
    margin: -1px -1px 0;
    padding: 0 10px;
}
.navbar span.corners-bottom, .navbar span.corners-top, .panel span.corners-bottom, .panel span.corners-top, .post span.corners-bottom, .post span.corners-top {
    margin: 0 -10px;
}
.post .border-left {
    min-height: 500px;
    margin-top: 5px;
    position: relative;
}
.postbody ul.profile-icons {
    float: right;
    list-style: none;
    margin-right: 45px;
    padding: 0;
    width: auto;
}
.postbody .topic-title {
    border: none;
    color: #777;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 .3em!important;
    padding: 2px 0 0;
    text-transform: none;
}
.topic-title {
    font-size: 12px!important;
}
.postbody {
    font-size: 11px;
}
.postbody {
    clear: both;
    color: #777;
    float: right;
    line-height: 1.48em;
    padding: 0;
    width: 76%;
    margin-left: 5px;
}
.participate-sub b, .participate-sub img {
    display: none;
}
.forumbg li.row dl {
    background: none !important;
}
.forumbg .row.row1, .forumbg .row.row2 {
    position: relative;
    overflow: hidden;
}
dd.lastpost {
    font-size: 1.1em;
    width: 20%;
}
 
.postdetails.poster-profile span.label { display: block; }

 
.main-left li:nth-child(2n+1), .main-right li:nth-child(2n+1) {
  background-color: #000000;
}
 
.main-left>h2, .main-right>h2 {
    background-color: #3000000;
    color: white !important;
    font-family: sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0 14px 8px;
}

 
#fa_chat_container {
  background:#FFF;
  border:1px solid #556682;
  border-radius:3px;
  position:fixed;
  right:3px;
  z-index:999;
  overflow:hidden;
  min-width:500px;
  min-height:250px;
  transition:300ms;
}
 
#fa_chat {
  border:none;
  width:100%;
  height:100%;
}
 
#fa_chat_button {
  color:#FFF;
  line-height:30px;
  margin-left:10px;
  padding:0 5px;
  cursor:pointer;
}
 
#fa_chat_button.fa_chat_active {
  color:#333;
  background:#FFF;
}
 
.butoanetopic {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.butoanetopic {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    margin-bottom: 0;
    padding: 3px 4px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.butoanetopic-sterge {
    background-color: #B52A26;
    border-color: #902522;
    color: #fff;
}
.butoanetopic-sterge:hover {
        color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.butoanetopic-quote {
    background-color: #CA8226;
    border-color: #9E661F;
    color: #fff;
}
.butoanetopic-quote:hover {
    background-color: #E48710;
    border-color: #CE7F1A;
    color: #fff;
}
.butoanetopic-editeaza {
    background-color: #1381C3;
    border-color: #0A71AF;
    color: #fff;
}
.butoanetopic-editeaza:hover {
    background-color: #1092E0;
    border-color: #0A71AF;
    color: #fff;
}
.butoanetopic-ip:hover {
    color: #fff;
    background-color: #157254;
    border-color: #0f543e;
}
.butoanetopic-ip {
    color: #fff;
    background-color: #1d9d74;
    border-color: #198764;
}
C. Alecu

C. Alecu
Membru Forumgratuit

Mesaje : 244
Varsta : 94
Data înscrierii : 19/12/2016
Mulțumiri : 1
Opera ModernBB

C. Alecu a fost mulțumit de autorul acestui subiect.

In cos Re: Sa maresc butoanele

Mesaj Scris de C. Alecu Lun Mar 26, 2018 1:33 pm

Rezolvat.
Am schimbat tema .
C. Alecu

C. Alecu
Membru Forumgratuit

Mesaje : 244
Varsta : 94
Data înscrierii : 19/12/2016
Mulțumiri : 1
Opera ModernBB

C. Alecu a fost mulțumit de autorul acestui subiect.

In cos Re: Sa maresc butoanele

Mesaj Scris de SSYT Lun Mar 26, 2018 5:31 pm

=> Topic trimis in cos.
Trimis in cos
SSYT

SSYT
Membru onorific
Membru onorific

Mesaje : 1424
Varsta : 29
Localizare : Romania, localhost:80
Data înscrierii : 10/08/2015
Mulțumiri : 199
Opera phpBB3

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

Vezi subiectul anterior Vezi subiectul urmator Sus

- Subiecte similare

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum