Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[CSS] PunBB Design Forumotion Toolbar Style



Go to page : 1, 2  Next

View previous topic View next topic Go down Message [Page 1 of 2]

1
Offline

  Shadow

Shadow
Administrator
Administrator
Description:

This is our version of Forumotion toolbar, very unique and advanced style to improve the look of your board.

Preview:

[CSS] PunBB Design Forumotion Toolbar Style Qecs9Xd

Installation steps:

- CSS
Put the following CSS code in your [ic]overall_footer_begin[/ic] template
Code:
[panda=css]<style>
  body #fa_toolbar_hidden {
display: none!important;
}
body #fa_hide {
display: none!important;
}
body #fa_menu,body #fa_notifications {
border-left: 1px solid #333;
}
body #fa_toolbar {
  background:url("http://i57.servimg.com/u/f57/17/68/86/50/mainti10.png") 50% 0 repeat-x scroll #31485C;
  border-bottom-color:#71A00E;
  border-bottom-style:solid;
  border-bottom-width:4px;
  border-top-color:#333333;
  border-top-style:solid;
  border-top-width:1px;
  box-shadow:#000000 0 1px, rgba(0, 0, 0, 0.4) 0 2px 1px;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:13px;
  font-style:normal;
  padding:0;
  position:relative;
}
body #fa_magnifier {
display: none!important;
}
body #fa_search #fa_textarea {
color: #ddd;
outline: none;
background-color: black;
background-repeat: no-repeat;
background-position: 4px center;
width: 150px;
line-height: 0px;
text-indent: 0px !important;
padding-left: 24px!important;
background-color: rgb(17, 17, 17);
border-left: 4px solid rgb(84, 90, 99);
margin: 0px;
height: 30px;
border-right: 1px solid #333;
-webkit-transition: 0.5s;
-moz-transition-duration: 0.5s;
-htm-transition-duration: 0.5s;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12px;
border-radius: 0px;
top: -1px;
position: relative;
}
body #fa_search #fa_textarea:focus {
width: 220px;
background-image: url("http://i.imgur.com/1jpriTU.png");
background-color: white;
color: rgb(40, 44, 49);
}
body #fa_toolbar #fa_right a.rightHeaderLink ,body #fa_share {
display: none!important;
}
#fa_toolbar #fa_menulist {
padding: 0px;
background: #242424;
border: 1px solid #242424;
border-radius: 0 0 3px 3px;
min-width: 340px;
margin-top: 5px;
box-shadow: -1px 3px 5px rgb(0, 0, 0);
}

#fa_toolbar #fa_menulist li {
display: block;
background-color: transparent;
border: none;
height: 32px;
line-height: 42px;
padding-left: 20px;
margin-left: 150px;

}
#fa_toolbar #fa_menulist li:hover {
padding-left: 14px;
border-left: 6px solid #3995cd;
color: #fff;
background: #3a3a3a;
}
#fa_toolbar #fa_right .fa_separator {
display: none!important;
}
#fa_toolbar #fa_menulist :link, #fa_toolbar #fa_menulist :visited {
color: #999!important;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
display: block!important;}
#fa_toolbar #fa_menulist :hover:link, #fa_toolbar #fa_menulist :hover:visited {
background: none!important;
color: white!important;
}
#fa_toolbar #fa_right.notification #notif_list {
right: 0px!important;
}
body #fa_right.welcome #fa_menu #fa_welcome {
background: -ms-linear-gradient(top,#77AC0B,#71a00e);
background: -o-linear-gradient(top,#77AC0B,#71a00e);
background: linear-gradient(top,#77AC0B,#71a00e);
background: -webkit-linear-gradient(top, rgb(119, 172, 11) 0%,#71a00e 100%);
background: -moz-linear-gradient(top,#77AC0B,#71a00e);}
.postfoot {
margin: 0em;
font-family: Helvetica, Verdana, Geneva, 'Bitstream Vera Sans', 'DejaVu Sans', sans-serif;
font-size: 12px;
font-style: normal;
}
body #fa_toolbar > #fa_right.notification > #fa_notifications {
background: -webkit-linear-gradient(top, rgb(221, 110,  0%,#ff811f 100%);
background: -moz-linear-gradient(top,#DD6E08 ,#ff811f);
background: -ms-linear-gradient(top,#DD6E08 ,#ff811f);
background: -o-linear-gradient(top,#DD6E08 ,#ff811f);
background: linear-gradient(top,#DD6E08 ,#ff811f);}
body #fa_toolbar #fa_right #notif_list li {
border-top: 1px solid #faf9f9!important;
border-bottom: 1px solid #cbcbcb!important;
position: relative;
background-image: -webkit-linear-gradient(top,#f1f0f1,#e4e4e4);
background-image: -moz-linear-gradient(#f1f0f1,#e4e4e4);
background-image: -ms-linear-gradient(top,#f1f0f1,#e4e4e4);
background-image: -o-linear-gradient(top,#f1f0f1,#e4e4e4);
background-image: linear-gradient(top,#f1f0f1,#e4e4e4);}
body #fa_toolbar #fa_right #notif_list li.see_all {
background: black;
border: 1px solid black!important;
text-align: center;
}
#fa_toolbar #fa_right #fa_notifications:hover {
    background: -moz-linear-gradient(center top , rgb(221, 110, 8), rgb(255, 129, 31)) repeat scroll 0% 0% transparent;
}
#fa_right #fa_welcome:hover {
    background: -moz-linear-gradient(center top , rgb(119, 172, 11), rgb(113, 160, 14)) repeat scroll 0% 0% transparent;
}
body #fa_toolbar #fa_right #notif_list li hr {
border: none;
}
body #fa_toolbar #fa_right #notif_list li .contentText a {
color: #1E79A4!important;
text-decoration: none!important;
}
body #fa_toolbar #fa_right #notif_list li .contentText a:hover {
color: #d85724!important;
}
html body #fa_right a#fa_notifications.rightHeaderLink {
display: inline-block!important;
}
html body #fa_right a#fa_notifications.rightHeaderLink {
box-shadow: 0 1px 0px #FFD071 inset;
text-shadow: 1px 1px #FFB76D;
background: -webkit-linear-gradient(top, #FFB41E 0%,#FF811F 100%);
background: -moz-linear-gradient(top,#FFB41E,#FF811F);
background: -ms-linear-gradient(top,#FFB41E,#FF811F);
background: -o-linear-gradient(top,#FFB41E,#FF811F);
background: linear-gradient(top,#FFB41E,#FF811F);
padding: 7px 5px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
color: black!important;
height: 16px;
line-height: 16px;
}
body #fa_toolbar #fa_welcome {
background: -webkit-linear-gradient(top, #97c92f 0%,#71a00e 100%);
background: -moz-linear-gradient(top,#97c92f,#71a00e);
background: linear-gradient(top,#97c92f,#71a00e);
background: -ms-linear-gradient(top,#97c92f,#71a00e);
box-shadow: 0 1px 0px rgb(179, 218, 99) inset;
text-shadow: 1px 1px #aaca69;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
color: black!important;
}
#fa_right {
float: right;
font-size: 14px;
margin-right: 20px;
}

#fa_usermenu {
    color: rgb(170, 170, 170) !important;
}</style>

Closing Notes:

Questions goes here!

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

2
Offline

  Drakius

Drakius
Pemanently Banned
Pemanently Banned
.

Powered by PunBB
Currently 0 users have thanked Drakius for this post:

3
Offline

  Shadow

Shadow
Administrator
Administrator
[alerta="Useless Posting / Spam"]@Drakius
Please refrain from excessive posting of similar messages to increase post count, also posting one letter message is against rules.[/alerta]

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

4
Offline

  Virus

Virus
★Moderator★
★Moderator★
Great Tutorial! Thanks so much @Coolyou

Powered by PunBB
Currently 0 users have thanked Virus for this post:

5
Offline

  aEEk.#

aEEk.#
Punbb Rookie
Punbb Rookie
looks nice !

Powered by PunBB
Currently 0 users have thanked aEEk.# for this post:

6
Offline

  jAlvarenga

jAlvarenga
Newbie
Newbie
Hola,

respondo para vel eel contenido oculto.

Powered by PunBB
Currently 0 users have thanked jAlvarenga for this post:

7
Offline

  Shadow

Shadow
Administrator
Administrator
[alerta="Language not English"]@jAlvarenga
All publicly displayed messages are only limited to English. This includes posts, titles, signatures, profiles and other forms of public display.[/alerta]

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

8
Offline

  Heroes

Heroes
Punbb Rookie
Punbb Rookie
Very nice! Smile

Powered by PunBB
Currently 0 users have thanked Heroes for this post:

9
Offline

  Heroes

Heroes
Punbb Rookie
Punbb Rookie
Thanks. Smile

Powered by PunBB
Currently 0 users have thanked Heroes for this post:

10
Offline

  pedros

pedros
Punbb Rookie
Punbb Rookie
thank you

Powered by PunBB
Currently 0 users have thanked pedros for this post:

11
Offline

  Shadow

Shadow
Administrator
Administrator
[aviso="Double Post"]@Heroes Please don't double post. Your post needs to be separated by at least 24 hours before bumping. Please use the edit button instead![/aviso]

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

12
Offline

  Eslam Love

Eslam Love
Punbb Rookie
Punbb Rookie
thanks

Powered by PunBB
Currently 0 users have thanked Eslam Love for this post:

13
Offline

  Lord3000

Lord3000
Punbb Rookie
Punbb Rookie
thank you

Powered by PunBB
Currently 0 users have thanked Lord3000 for this post:

14
Offline

  Yassine Bablil

Yassine Bablil
Newbie
Newbie
thanks youu

Powered by PunBB
Currently 0 users have thanked Yassine Bablil for this post:

15
Offline

  DooGy00

DooGy00
Punbb Rookie
Punbb Rookie
ok thanks

Powered by PunBB
Currently 0 users have thanked DooGy00 for this post:

16
Offline

  Dragon 2

Dragon 2
Punbb Rookie
Punbb Rookie
Very Happy Very Happy Very Happy Very Happy Very Happy

Powered by PunBB
Currently 0 users have thanked Dragon 2 for this post:

17
Offline

  Andrei34

Andrei34
Punbb Rookie
Punbb Rookie
thx

Powered by PunBB
Currently 0 users have thanked Andrei34 for this post:

18
Offline

  BadWolf

BadWolf
Newbie
Newbie
good

Powered by PunBB
Currently 0 users have thanked BadWolf for this post:

19
Offline

  Srz

Srz
Punbb Rookie
Punbb Rookie
Let me see this code! Smile

Powered by PunBB
Currently 0 users have thanked Srz for this post:

20
Offline

  Deswimmer39

Deswimmer39
Punbb Rookie
Punbb Rookie
cool

Powered by PunBB
Currently 0 users have thanked Deswimmer39 for this post:

21
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 2]


Go to page : 1, 2  Next

Topic URL's

URL
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum