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 : Previous  1, 2

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

1
Offline

  Shadow

Shadow
Administrator
Administrator
First topic message reminder :

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 - Page 2 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:

21
Offline

  Deswimmer39

Deswimmer39
Punbb Rookie
Punbb Rookie
cool

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

22
Offline

  Deswimmer39

Deswimmer39
Punbb Rookie
Punbb Rookie
cool

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

23
Offline

  Abdalah tupe

Abdalah tupe
Punbb Rookie
Punbb Rookie
yup!!

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

24
Offline

  Jack Knows

Jack Knows
Punbb Rookie
Punbb Rookie
Excellent Thank you.

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

25
Offline

  trandangduat

trandangduat
Newbie
Newbie
thánk

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

26
Offline

  Anonymos

Anonymos
Punbb Rookie
Punbb Rookie
Thank you for the share

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

27
Offline

  Regiina

Regiina
Newbie
Newbie
i dont know if im goinf to use it but thx

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

28
Offline

  skouliki

skouliki
Punbb Rookie
Punbb Rookie
thank you

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

29
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 2 of 2]


Go to page : Previous  1, 2

Topic URL's

URL
BBcode
HTML

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