/* PIXELMONKEY Presents
v7 for myb
version : 1
Author : t_virus
Web :
http://pixelmonkey.co
##based on the MonkeyFramework for mybb system##
Description : The v7 theme is the first theme based on the Monkey Framework. This theme provides a simple, modern and elegant environment for your forum. This theme makes of CSS3 and jquery for some smooth effects.
You are NOT allowed to redistribute this theme in any way under andy circumstances
*/
.tborder {
width: 100%;
margin: auto auto;
position: relative;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
border-top: 0;
border: 1px solid #555;
}
.thead strong {
position: relative;
top: -4px;
}
.thead {
background: #444 url(./images/v7/thead4.png) bottom;
color: #fff;
-webkit-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
-moz-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
padding: 10px;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
overflow: hidden;
-webkit-border-image: initial;
-moz-border-image: initial;
border-image: initial;
font-family: tahoma;
font-size: 11px;
}
.thead a:link {
text-decoration: none;
color: #fff;
text-shadow: 1px 1px 1px #555;
font-family: arial;
font-weight: bold;
}
.thead a:visited {
color: #fff;
text-decoration: none;
}
.thead a:hover,.thead a:active {
color: #ccc;
text-decoration: none;
}
.tcat {
padding: 8px 5px;
padding-left: 13px;
vertical-align: middle;
border: 1px solid #555;
font-size: 12px;
}
.tcat a:link {
color: #777;
}
.tcat a:visited {
color: #777;
}
.tcat a:hover,.tcat a:active {
color: #555;
}
.showthread_post_options a:visited {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
transition: 0.4s;
}
.showthread_post_options a {
color: white;
}
.showthread_post_options a img {
}
.showthread_post_options a:hover {
opacity: 0.8;
}
.showthread_postauthor_avatar img {
margin-right: 10px;
}
.showthread_postmain {
width: 100%;
}
.showthread_postauthorinfo {
background: #dddddd;
width: 17%;
text-align: center;
padding: 10px 2px;
border-right: 1px solid #EEE;
z-index: 99;
font-size: 11px;
}
.showthread_postcontent {
background: #dddddd;
border-left: 1px solid #555;
vertical-align: top;
padding: 15px 15px 20px 20px;
-webkit-box-shadow: inset 2px 0px 10px -2px #f6f6f6;
-moz-box-shadow: inset 2px 0px 10px -2px #f6f6f6;
box-shadow: inset 2px 0px 10px -2px #f6f6f6;
}
.showthread_postcontentwrapper {
width: 100%;
}
.showthread_post_options {
background: #ccc;
padding: 6px 10px 3px;
border-top: 1px solid #eee;
border-bottom: 1px solid #555;
}
.tcatleft {
background: #ccc url(images/v7/highlight.png) repeat-x 0 0;
color: #000;
padding: 8px 5px;
padding-left: 13px;
text-shadow: 1px 1px 1px white;
border: 1px solid #ccc;
vertical-align: middle;
border-right: 0;
border-top: 0;
border-bottom: 1px solid #DDD;
font-size: 12px;
}
.tcatright .smalltext {
color: #666;
}
.tcatright {
background: #ccc url(images/v7/highlight.png) repeat-x 0 0;
color: #000;
padding: 8px 5px;
padding-left: 13px;
text-shadow: 1px 1px 1px white;
border: 1px solid #ccc;
border-left: 0;
vertical-align: middle;
padding-top: 13px;
border-top: 0;
border-bottom: 1px solid #DDD;
font-size: 11px;
}
.showthread_authorname {
font-size: 13px;
font-family: arial,trebuchet MS;
padding-left: 5px;
text-shadow: 0px 1px 1px white;
}
.showthread_authorname a {
font-weight: bold;
color: #555;
}
.showthread_useravatar img {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
transition: 0.4s;
border: 2px solid transparent;
margin-top: 5px;
-webkit-box-shadow: 0px 3px 5px #ddd;
-moz-box-shadow: 0px 3px 5px #ddd;
box-shadow: 0px 3px 5px #ddd;
}
.showthread_useravatar img:hover {
-webkit-box-shadow: 1px 1px 10px #aaa;
-moz-box-shadow: 1px 1px 10px #aaa;
box-shadow: 1px 1px 10px #aaa;
-webkit-animation: useravatar 1s;
-moz-animation: useravatar 1s;
-ms-animation: useravatar 1s;
animation: useravatar 1s;
}
.showthread_rep a {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
color: white;
background: #bad98b url(images/v7/highlight.png) repeat-x 0 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 1px 10px;
border: 1px solid #a6c96d;
display: inline-block;
width: 40px;
}
.showthread_rep a:hover {
color: white;
background: #aecc6c url(images/v7/highlight.png) repeat-x 0 0;
border: 1px solid #a6c96d;
}
.showthread_warning a {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
color: white;
background: #FF7045 url(images/v7/highlight.png) repeat-x 0 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 1px 10px;
border: 1px solid #ff801f;
font-size: 12px;
font-weight: bold;
text-shadow: 0px 1px 0px #444;
width: 40px;
display: inline-block;
margin-top: 7px;
}
.showthread_warning a:hover {
color: white;
background: #777 url(images/v7/highlight.png) repeat-x 0 0;
border: 1px solid #555;
}
.showthread_warning a span {
background: url(
http://localhost/mybb/images/v7/warning.png) no-repeat left;
display: inline-block;
width: 72px;
height: 15px;
position: relative;
left: -12px;
}
#thread_tools {
color: #fff;
}
#thread_tools a {
color: #ddd;
}
.postbit_attachment strong {
color: #999;
font-family: lato;
}
.postbit_attachment {
background: #fafafa url(images/v7/attachment_blue.png) right top no-repeat;
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 10px;
color: #777;
}
.modnotice {
background: #ADCBE7;
padding: 8px;
margin: auto auto;
border: 1px solid #0F5C8E;
color: #000000;
font-size: 12px;
}