MyBB Community Forums

Full Version: EPIC's 1st Official Premium Release
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2012-07-14, 06:34 PM)Omar G. Wrote: [ -> ]Although ripping a blue footer is not a big deal IMO, it looks very similar to http://wweforums.net 's theme.

Although, there are others that look similar to me..

It's not a big deal, but it's annoying as hell. This happened on my other forum too, people just see a design they like and steal it. I don't see why you can't take inspiration from it without just copying it.
(2012-07-14, 07:42 PM)Anxiety Wrote: [ -> ]
(2012-07-14, 06:34 PM)Omar G. Wrote: [ -> ]Although ripping a blue footer is not a big deal IMO, it looks very similar to http://wweforums.net 's theme.

Although, there are others that look similar to me..

It's not a big deal, but it's annoying as hell. This happened on my other forum too, people just see a design they like and steal it. I don't see why you can't take inspiration from it without just copying it.

I only seen your forum today man..
So basically you are ripping elements from other forums (thetechgame,wweforums,gof...) and bundling them in one theme.

Your theme global.css http://epicgears.net/cache/themes/theme4/global.css

body {
background: ;
	color: #cccccc;
        font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(http://gearsofwar.xbox.com/Content/Images/AgeGate/age-gate-bg.jpg);
        background-color: #000;
        background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {
	color: #fff;
	text-decoration: none;
}

.mainwrap {
    margin: 0 auto;
    min-width: 1045px;
    text-align: left;

    align: left;
    width: 100%;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	color: #09F;
}

.header_main {
              border-left: 1px solid #000;
              border-right: 1px solid #000;
	background: url(../../../images/style/header_bg.jpg) repeat;
	width: 108%;
	height: 110px;
	text-align: center;
	-moz-border-radius-topleft: 1px;
	-webkit-border-top-left-radius: 1px;
	-moz-border-radius-topright: 1px;
	-webkit-border-top-right-radius: 1px;
}

.wblock {
	float: right;
        width: 420px;
        color: #707070;
        text-align: left;
        margin-top: 10px;
        margin-right: 10px;
	padding: 5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-family: tahoma;
	font-size: 11px;
}

.wblock_img {
	padding: 5px;
}

.logo {
       
        border-bottom: 0px solid #000;
        float: center;
        background: url(../../../images/Theme/HeaderBG.png) no-repeat;
}

.userinterface {
          float: right;
}

.userinterface a:link {
	color: #FFFFFF;
}

.userinterface a:visited {
	color: #FFFFFF;
}

.userinterface a:hover, .tcat a:active {
	color: #084B8A;
}

#container {
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;

 margin: 0px 40px 0px 40px;
 
}

.menu ul {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}

.menu ul a:link {
	color: #fff;
	text-decoration: none;
}

.menu ul a:visited {
	color: #fff;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #09f;
	text-decoration: none;
}

table {
	color: #dfdfdf;
	font-family: verdana;
	font-size: 13px;
text-shadow: #000000 0px -1px 0px;
}

.tborder {
	background: #000;
	width: 100%;
	margin: auto;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

.tborder_forumbit {
	background: #ffffff;
	width: 100%;
	margin: auto auto;
	-moz-border-radius-topleft: 1px;
	-webkit-border-top-left-radius: 1px;
	-moz-border-radius-topright: 1px;
	-webkit-border-top-right-radius: 1px;
}

.tborder_blank {
	background: #101010;
	width: 100%;
	margin: auto auto;
}

.tborder_rounded {
	background: #101010;
	width: 100%;
	margin: auto auto;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.tborder_roundtop {
	background: #101010;
	width: 100%;
	margin: auto auto;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
}

.tborder2 {
	background: ;
	width: 100%;
	margin: auto;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

.tborder2_forumbit {
	background: #ffffff;
	width: 100%;
	margin: auto auto;
	-moz-border-radius-topleft: 1px;
	-webkit-border-top-left-radius: 1px;
	-moz-border-radius-topright: 1px;
	-webkit-border-top-right-radius: 1px;
}

.tborder2_blank {
	background: #101010;
	width: 100%;
	margin: auto auto;
}

.tborder2_rounded {
	background: #101010;
	width: 100%;
	margin: auto auto;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.tborder2_roundtop {
	background: #101010;
	width: 100%;
	margin: auto auto;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
}

.thead {
	background: url(/images/Theme/NavigationBG.png)top left repeat-x;
	color: #ffffff;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
        //line-height: 31px;
        padding: 10px;
        padding-left: 10px;
        padding-right: 10px;
        text-shadow: #000000 0px -1px 0px;
        border-top: 0px solid #000000;       
        border-bottom: 0px solid #000000;       
        border-left: 0px solid #000000;       

}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
}

.thead1 {
	background: url(http://icap.me/i/1iQ3hF9HQa.png)top left repeat;
	color: #ffffff;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;

        //line-height: 31px;
        padding: 7px;
        padding-left: 10px;
        padding-right: 10px;
        text-shadow: #000000 0px -1px 0px;
}

.thead1 a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead1 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead1 a:hover, .thead a:active {
	color: #ffffff;
}

.tcat {
	background: url(http://i47.servimg.com/u/f47/11/87/27/33/newbg10.jpg) right repeat; 
	color: #084B8A;
        height: 60px
        padding: 8px 20px 8px 20px;
        font-size: 10px;
 
}

.tcat a:link {
	color: #ffffff;
}

.tcat a:visited {
	color: #09F;
}

.tcat a:hover, .tcat a:active {
	color: #084B8A;
}

.tcat3 {
	background: url(http://i.imgur.com/IdOxB.png); #121212
	color: #084B8A;
        height: 30px
        padding: 8px 20px 8px 20px;
        font-size: 10px;
}

.tcat3 a:link {
	color: #ffffff;
}

.tcat3 a:visited {
	color: #09F;
}

.tcat3 a:hover, .tcat a:active {
	color: #084B8A;
}

.trow1 {
	background: #28292d repeat;
        border-left: 0px solid #000000;
        border-top: 0px solid #000000;
        padding: 5px;

}

.trow2 {
	background: #28292d url(http://icap.me/i/m6zeRdlMbz.png) repeat;
	border-left: 0px solid #000000;
        border-top: 0px solid #000000;
        padding: 5px;
}

.trow3 {
	background: #101010 url(http://icap.me/i/3xtoeFlG7s.png) repeat;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
        padding: 5px;
}

.trow4 {
	background: #101010 url(http://icap.me/i/3xtoeFlG7s.png) repeat;
	border-left: 0px solid #000000;
        border-top: 0px solid #000000;
        padding: 5px;
}

.trow1a {
	background: #101010 url(http://wweforums.net/images/wwe/trow_bg.gif) repeat-x;
        border-left: 0px solid #000000;
        border-top: 0px solid #000000;
        padding: 5px;
}

.trow4:hover {
	background: #121212 url(../../../images/style/trow_fhover_bg.jpg) repeat-x;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
        padding: 5px;
}

.trow_search {
        background: #1a1b1b  url(../../../images/style/menu/menu_bg.png) repeat-x;
	color: #ffffff;
        padding: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.trow_shaded {
	background: #101010;
}

.trow_selected td {
	background: #333333;
}

.trow_sep {
	background: #141414 url(../../../images/style/thead2_bg.jpg) top left repeat-x;
	color: #808080;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
}

.sticky_sep {
	background: #141414 url(../../../images/style/thead2_bg.jpg) top left repeat-x;
	color: #808080;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
}

.tfoot {
	background: #1a1b1b url(http://icap.me/i/pmicRDSDEE.png) top left;
	color: #fff;
	line-height: 1.4;
	margin: auto;
	padding: 5px;
	
	font-family: tahoma;
	font-size: 11px;
	
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tfoot_2 {
	background: #efefef url(../../../images/style/tfoot2_bg.png) top left repeat-x;
	margin: auto;
	padding: 5px;
}

.bottommenu {
	background: url(../../.././images/Theme/footerbg.png)top left repeat;
	width: 1327px;
        height: 210px;
	color: #fff;
	 
align: center;
	padding: 10px 10px;
	border: 1px solid #004774;
       
	font-color: #FAFAFA;
	font-family: tahoma;
	font-size: 11px;

}

.bottommenu a:link {
	color: #FAFAFA;
	padding: 2px;
	text-decoration: none;
}

.bottommenu a:visited {
	color: #FAFAFA;
	padding: 2px;
	text-decoration: none;
}



.bottommenu  a:hover, .bottommenu a:active {
	color: #0431B4;
	padding: 2px;
	
	
	text-decoration: none;
}

#navbar {
	background: url(/images/Theme/NavigationBG.png) no-repeat;
	width: 100%;
	height: 39px;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Sans-serif, calibri;
	font-size: 13px;
	font-weight: bold;
	line-height: 39px;
        font-color: #1b1b1b;
        color: #1b1b1b;


       
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;


	text-align: center;
-moz-border-radius-bottomleft: 0px; 
-webkit-border-bottom-left-radius: 0px; 
-moz-border-radius-bottomright: 0px; 
-webkit-border-bottom-right-radius: 0px;
}

#nav {
	float: left;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#nav a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
}

#nav a:hover {
	color: #1b1b1b;
	text-decoration: none;
}

#nav a:active {
	color: #1b1b1b;
        background-image: url(http://i.imgur.com/wrqF8.png) repeat;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navbarright {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-serif, calibri;
	font-size: 15px;
	font-weight: bold;
	line-height: 39px;
	text-align: center;
}

#navright {
	float: right;
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

#navright a {
	color: #EEE;
	text-decoration: none;
	display: block;
	float: right;
	margin: 0;
	padding: 0 0px 500 0px;
}

#navright a:hover {
	color: #09F;
	text-decoration: none;
}

#navright a:active {
	color: #09F;
        background-image: url(http://i.imgur.com/wrqF8.png) repeat;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#navright li {
	display: inline;
	margin: 0;
	padding: 0;
}

.smalltext {
	font-family: tahoma;
	font-size: 11px;
        color: #fff;
}

.gensmall {
	font-family: tahoma;
	font-size: 11px;
        color: #000;
        text-shadow: #000000 0px 0px 0px;
}


.largetext {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

input.textbox {
	background: #fff url(../../../) top left repeat-x;
	color: #303030;
	border: 1px solid #909090;
	padding: 2px;
	-moz-border-radius: 3px;
	margin: 1px;
	
	font-family: tahoma;
	font-size: 11px;
}

textarea {
	background: #161616;
	color: #A2A2A2;	
	border: 1px solid #303030;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}

select {
	background: #ffffff;
	border: 1px solid #0f5c8e;
}

.editor {
	background: #161616;
        border: 1px solid #909090;
}

.editor_control_bar {
	background: #161616;
        border: 1px solid #303030;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #ccc;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #C7DBEE;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc url(http://icap.me/i/6SChwG2vw4.png) repeat;
        text-shadow: #000000 0px 0px 0px;
       
}

.trow_reputation_negative {
	background: #ffcccc url(http://icap.me/i/lGo1dJ6lfU.png) repeat;
        text-shadow: #000000 0px 0px 0px;
}

.reputation_positive {
	color: green;
        
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(../../../images/style/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(../../../images/style/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(../../../images/style/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
        background: #161616;
	list-style: none;
	margin: 0;
        border: 1px solid #161616;
        -moz-border-radius-topleft: 5px; 
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px; 
-webkit-border-top-right-radius: 5px;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel {
	min-width: 310px;
	color: #fff;
	float: right;
	margin: 8px;
	height: 80px;
	margin-top: 5px;
	padding: 7px;
	border-radius: 4px;
	margin-right: 20px;
	font-family: sans-serif;
	font-size: 12px;
position: relative;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

#panel a:link {
	color: #fff;
text-decoration: none;
font-weight: bold;
}

#panel a:visited {
	color: #fff;
text-decoration: none;
}

#panel a:hover, #panel a:active {
	color: orange;
}

.expcolimage {
	width: auto;
	float: right;
        margin-right: 1px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.copyright {
	font: 11px tahoma;
        color: #606060;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	background: #1a1a1a;
	color: #808080;
	margin: 0;
	padding: 5px;
	border: 1px dashed #2a2a2a;
	font-family: tahoma;
	font-size: 13px;
}

blockquote cite {
	border-bottom: 1px solid #808080;
	display: block;
	margin: 4px 0;
	
	font-style: normal;
	font-weight: bold;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #333333;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #fff;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
        padding: 2px 3px 4px 3px;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding: 3px;
}

.pm_alert {
	background: #1C1C1C;
	border: 1px solid green;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
        font-color: #fff;
}

.red_alert {
	background: #121212;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 11px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/style/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	background: #dfdfdf url(../../../images/style/trow3_hover_bg.jpg) top left repeat-x;
	color: #000;
	border: 1px solid #9a9a9a;
}

.pagination .pagination_current {
	background: #1a1b1b url(../../../images/style/thead2_bg.jpg) top left;
	color: #fff;
	border: 1px solid #1b354e;
}

.pagination a:hover {
	background: #1a1b1b url(../../../images/style/thead2_bg.jpg) top left;
	color: #fff;
	border: 1px solid #1b354e;
        text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 5px;
}

.post_author {
	padding: 5px;
}

.author_right {
	background: url(../../../images/style/trow_hover_bg.jpg) top left repeat-x;
	width: 110px;
	color: #808080;
	padding: 5px;
	margin: 1px;
	border: 1px solid #202020;
}

.quick_jump {
	background: url(../../../images/style/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

fieldset {
	border: 1px solid #303030;
	-moz-border-radius: 5px;
}

.hiddenrow {
    display: none;
}

table.forumh {
    width:100%;
    margin: 0px auto auto;
    clear:both;
}

table.forumh h3 hr {
    width:98%;
    filter:alpha(opacity=60);
    opacity:0.6;
}

table.forumh h3.forumdisplay {
    text-align:center;
}

table.forumh h3  img {
    margin-right:3px;
    vertical-align:text-bottom;
    max-width:30px;
    max-height:25px;
    filter:alpha(opacity=60);
    opacity:0.6;
}

table.forumh h3 span {
    font-weight:normal;
}

table.forumh ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

table.forumh ul li {
    list-style: none;
    width: 50%;
    margin-bottom:10px;
    float: left;
}

table.forumh ul li table {
    width: 98%;
    min-height: 110px;
    margin: auto auto;
    background: #feffe8;
    background: -moz-linear-gradient(top, #feffe8 0%, #d6dbbf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffe8), color-stop(100%,#d6dbbf));
    background: -webkit-linear-gradient(top, #feffe8 0%,#d6dbbf 100%);
    background: -o-linear-gradient(top, #feffe8 0%,#d6dbbf 100%);
    background: -ms-linear-gradient(top, #feffe8 0%,#d6dbbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 );
    background: linear-gradient(top, #feffe8 0%,#d6dbbf 100%);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

table.forumh ul li table td img {
    max-width:150px;
    max-height:110px;
}

table.forumh ul li table div {
    font-size:80%;
}

table.forumh ul li table div.last {
    font-size:80%;
}

#mask {
    position: absolute;
    z-index: 9010;
    background-color: #000000;
    display: none;
    top: 0;
    left: 0;
}

.modalBox {
    position: fixed;
    width: 440px;
    display: none;
    z-index: 9015;
    background: #ffffff;
    border: 1px solid #000000;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.81);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.81);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.81);
}

.modalBox .thead {
        font-weight: bold;
}

.modalBox .modalContent {
        padding: 0px 0px;
}

.breadcrumb {
    font-size: 13px;
    font-color: white;
    background: url(http://icap.me/i/xasdavogel.png) repeat-x top;
    border: 1px solid #000000;
    
    border-radius: 0px;
   
        margin: 3;
        padding: 2;
    height: 13px;
}

breadcrumb a:link {
	color: #ffffff;
	text-decoration: none;
}

breadcrumb a:visited {
	color: #ffffff;
	text-decoration: none;
}

breadcrumb a:hover, a:active {
	color: #ffffff;
}

.alt_forumlar {
list-style: none; margin: 0; padding: 0;
}

.alt_forumlar li {
width: 50%; float: left;
}

.threadleg_right{background:url(../../.././images/Theme/postlegbg.png) repeat; height:135px;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
.threadleg{max-width:638px;
}
.threadleg_left{background:url(http://www.thetechgame.com/themes/ttgv4/images/leg_midvdle.png) left top repeat;

}

.threadleg_area{padding:0px;
}
.threadleg_area td{padding:2px 10px; height:32px;
}
.threadleg_area td img{positive:relative; top:0px;
}              

.stats-icon{background:url(http://www.thetechgame.com/themes/ttgv4/images/forum-sprite.png) no-repeat 0 -401px;height:23px;width:28px;display:block;text-indent:-99999px;font-size:0;}.birthday-icon{background:url(http://www.thetechgame.com/themes/ttgv4/images/forum-sprite.png) no-repeat 0 -424px;height:37px;width:28px;display:block;text-indent:-99999px;font-size:0;}.gradient{background:url(/themes/ttgv4/images/h-block-content-bg.png) repeat-x bottom;}.top-buttons,.bottom-buttons{margin-left:4px;}
		

.trow1a {
	background: #101010 url(http://wweforums.net/images/wwe/trow_bg.gif) repeat-x;
        border-left: 0px solid #000000;
        border-top: 0px solid #000000;
        padding: 5px;
}

.stats-icon{background:url(http://www.thetechgame.com/themes/ttgv4/images/forum-sprite.png) no-repeat 0 -401px;height:23px;width:28px;display:block;text-indent:-99999px;font-size:0;}.birthday-icon{background:url(http://www.thetechgame.com/themes/ttgv4/images/forum-sprite.png) no-repeat 0 -424px;height:37px;width:28px;display:block;text-indent:-99999px;font-size:0;}.gradient{background:url(/themes/ttgv4/images/h-block-content-bg.png) repeat-x bottom;}.top-buttons,.bottom-buttons{margin-left:4px;}
Holy orange. You're saying you only saw his forum today but you are hotlinking to his elements? You're scum.

edit: lol thanks mybb filter
Sad to see it all be ripped. People need to take inspiration but make it there own. Do not try and hide it mate, it is so clear.
Wow. Not much shocks me in this section but wow. Is there any rules here at all to do anything about this?
(2012-07-14, 07:49 PM)Johnny S Wrote: [ -> ]So basically you are ripping elements from other forums (thetechgame,wweforums,gof...) and bundling them in one theme.

Your theme global.css http://epicgears.net/cache/themes/theme4/global.css

body {
background: ;
	color: #cccccc;
        font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(http://gearsofwar.xbox.com/Content/Images/AgeGate/age-gate-bg.jpg);
        background-color: #000;
        background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {
	color: #fff;
	text-decoration: none;
}

.mainwrap {
    margin: 0 auto;
    min-width: 1045px;
    text-align: left;

    align: left;
    width: 100%;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	color: #09F;
}

.header_main {
              border-left: 1px solid #000;
              border-right: 1px solid #000;
	background: url(../../../images/style/header_bg.jpg) repeat;
	width: 108%;
	height: 110px;
	text-align: center;
	-moz-border-radius-topleft: 1px;
	-webkit-border-top-left-radius: 1px;
	-moz-border-radius-topright: 1px;
	-webkit-border-top-right-radius: 1px;
}

.wblock {
	float: right;
        width: 420px;
        color: #707070;
        text-align: left;
        margin-top: 10px;
        margin-right: 10px;
	padding: 5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-family: tahoma;
	font-size: 11px;
}

.wblock_img {
	padding: 5px;
}

.logo {
       
        border-bottom: 0px solid #000;
        float: center;
        background: url(../../../images/Theme/HeaderBG.png) no-repeat;
}

.userinterface {
          float: right;
}

.userinterface a:link {
	color: #FFFFFF;
}

.userinterface a:visited {
	color: #FFFFFF;
}

.userinterface a:hover, .tcat a:active {
	color: #084B8A;
}

#container {
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;

 margin: 0px 40px 0px 40px;
 
}

.menu ul {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}

.menu ul a:link {
	color: #fff;
	text-decoration: none;
}

.menu ul a:visited {
	color: #fff;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #09f;
	text-decoration: none;
}

table {
	color: #dfdfdf;
	font-family: verdana;
	font-size: 13px;
text-shadow: #000000 0px -1px 0px;
}

.tborder {
	background: #000;
	width: 100%;
	margin: auto;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

.tborder_forumbit {
	background: #ffffff;
	width: 100%;
	margin: auto auto;
	-moz-border-radius-topleft: 1px;
	-webkit-border-top-left-radius: 1px;
	-moz-border-radius-topright: 1px;
	-webkit-border-top-right-radius: 1px;
}

.tborder_blank {
	background: #101010;
	width: 100%;
	margin: auto auto;
}

.tborder_rounded {
	background: #101010;
	width: 100%;
	margin: auto auto;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.tborder_roundtop {
	background: #101010;
	width: 100%;
	margin: auto auto;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
}

.tborder2 {
	background: ;
	width: 100%;
	margin: auto;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

.tborder2_forumbit {
	background: #ffffff;
	width: 100%;
	margin: auto auto;
	-moz-border-radius-topleft: 1px;
	-webkit-border-top-left-radius: 1px;
	-moz-border-radius-topright: 1px;
	-webkit-border-top-right-radius: 1px;
}

.tborder2_blank {
	background: #101010;
	width: 100%;
	margin: auto auto;
}

.tborder2_rounded {
	background: #101010;
	width: 100%;
	margin: auto auto;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.tborder2_roundtop {
	background: #101010;
	width: 100%;
	margin: auto auto;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
}

.thead {
	background: url(/images/Theme/NavigationBG.png)top left repeat-x;
	color: #ffffff;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
        //line-height: 31px;
        padding: 10px;
        padding-left: 10px;
        padding-right: 10px;
        text-shadow: #000000 0px -1px 0px;
        border-top: 0px solid #000000;       
        border-bottom: 0px solid #000000;       
        border-left: 0px solid #000000;       

}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
}

.thead1 {
	background: url(http://icap.me/i/1iQ3hF9HQa.png)top left repeat;
	color: #ffffff;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;

        //line-height: 31px;
        padding: 7px;
        padding-left: 10px;
        padding-right: 10px;
        text-shadow: #000000 0px -1px 0px;
}

.thead1 a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead1 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead1 a:hover, .thead a:active {
	color: #ffffff;
}

.tcat {
	background: url(http://i47.servimg.com/u/f47/11/87/27/33/newbg10.jpg) right repeat; 
	color: #084B8A;
        height: 60px
        padding: 8px 20px 8px 20px;
        font-size: 10px;
 
}

.tcat a:link {
	color: #ffffff;
}

.tcat a:visited {
	color: #09F;
}

.tcat a:hover, .tcat a:active {
	color: #084B8A;
}

.tcat3 {
	background: url(http://i.imgur.com/IdOxB.png); #121212
	color: #084B8A;
        height: 30px
        padding: 8px 20px 8px 20px;
        font-size: 10px;
}

.tcat3 a:link {
	color: #ffffff;
}

.tcat3 a:visited {
	color: #09F;
}

.tcat3 a:hover, .tcat a:active {
	color: #084B8A;
}

.trow1 {
	background: #28292d repeat;
        border-left: 0px solid #000000;
        border-top: 0px solid #000000;
        padding: 5px;

}

.trow2 {
	background: #28292d url(http://icap.me/i/m6zeRdlMbz.png) repeat;
	border-left: 0px solid #000000;
        border-top: 0px solid #000000;
        padding: 5px;
}

.trow3 {
	background: #101010 url(http://icap.me/i/3xtoeFlG7s.png) repeat;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
        padding: 5px;
}

.trow4 {
	background: #101010 url(http://icap.me/i/3xtoeFlG7s.png) repeat;
	border-left: 0px solid #000000;
        border-top: 0px solid #000000;
        padding: 5px;
}

.trow1a {
	background: #101010 url(http://wweforums.net/images/wwe/trow_bg.gif) repeat-x;
        border-left: 0px solid #000000;
        border-top: 0px solid #000000;
        padding: 5px;
}

.trow4:hover {
	background: #121212 url(../../../images/style/trow_fhover_bg.jpg) repeat-x;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
        padding: 5px;
}

.trow_search {
        background: #1a1b1b  url(../../../images/style/menu/menu_bg.png) repeat-x;
	color: #ffffff;
        padding: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.trow_shaded {
	background: #101010;
}

.trow_selected td {
	background: #333333;
}

.trow_sep {
	background: #141414 url(../../../images/style/thead2_bg.jpg) top left repeat-x;
	color: #808080;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
}

.sticky_sep {
	background: #141414 url(../../../images/style/thead2_bg.jpg) top left repeat-x;
	color: #808080;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
}

.tfoot {
	background: #1a1b1b url(http://icap.me/i/pmicRDSDEE.png) top left;
	color: #fff;
	line-height: 1.4;
	margin: auto;
	padding: 5px;
	
	font-family: tahoma;
	font-size: 11px;
	
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tfoot_2 {
	background: #efefef url(../../../images/style/tfoot2_bg.png) top left repeat-x;
	margin: auto;
	padding: 5px;
}

.bottommenu {
	background: url(../../.././images/Theme/footerbg.png)top left repeat;
	width: 1327px;
        height: 210px;
	color: #fff;
	 
align: center;
	padding: 10px 10px;
	border: 1px solid #004774;
       
	font-color: #FAFAFA;
	font-family: tahoma;
	font-size: 11px;

}

.bottommenu a:link {
	color: #FAFAFA;
	padding: 2px;
	text-decoration: none;
}

.bottommenu a:visited {
	color: #FAFAFA;
	padding: 2px;
	text-decoration: none;
}



.bottommenu  a:hover, .bottommenu a:active {
	color: #0431B4;
	padding: 2px;
	
	
	text-decoration: none;
}

#navbar {
	background: url(/images/Theme/NavigationBG.png) no-repeat;
	width: 100%;
	height: 39px;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Sans-serif, calibri;
	font-size: 13px;
	font-weight: bold;
	line-height: 39px;
        font-color: #1b1b1b;
        color: #1b1b1b;


       
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;


	text-align: center;
-moz-border-radius-bottomleft: 0px; 
-webkit-border-bottom-left-radius: 0px; 
-moz-border-radius-bottomright: 0px; 
-webkit-border-bottom-right-radius: 0px;
}

#nav {
	float: left;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#nav a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
}

#nav a:hover {
	color: #1b1b1b;
	text-decoration: none;
}

#nav a:active {
	color: #1b1b1b;
        background-image: url(http://i.imgur.com/wrqF8.png) repeat;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navbarright {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-serif, calibri;
	font-size: 15px;
	font-weight: bold;
	line-height: 39px;
	text-align: center;
}

#navright {
	float: right;
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

#navright a {
	color: #EEE;
	text-decoration: none;
	display: block;
	float: right;
	margin: 0;
	padding: 0 0px 500 0px;
}

#navright a:hover {
	color: #09F;
	text-decoration: none;
}

#navright a:active {
	color: #09F;
        background-image: url(http://i.imgur.com/wrqF8.png) repeat;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#navright li {
	display: inline;
	margin: 0;
	padding: 0;
}

.smalltext {
	font-family: tahoma;
	font-size: 11px;
        color: #fff;
}

.gensmall {
	font-family: tahoma;
	font-size: 11px;
        color: #000;
        text-shadow: #000000 0px 0px 0px;
}


.largetext {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

input.textbox {
	background: #fff url(../../../) top left repeat-x;
	color: #303030;
	border: 1px solid #909090;
	padding: 2px;
	-moz-border-radius: 3px;
	margin: 1px;
	
	font-family: tahoma;
	font-size: 11px;
}

textarea {
	background: #161616;
	color: #A2A2A2;	
	border: 1px solid #303030;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}

select {
	background: #ffffff;
	border: 1px solid #0f5c8e;
}

.editor {
	background: #161616;
        border: 1px solid #909090;
}

.editor_control_bar {
	background: #161616;
        border: 1px solid #303030;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #ccc;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #C7DBEE;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc url(http://icap.me/i/6SChwG2vw4.png) repeat;
        text-shadow: #000000 0px 0px 0px;
       
}

.trow_reputation_negative {
	background: #ffcccc url(http://icap.me/i/lGo1dJ6lfU.png) repeat;
        text-shadow: #000000 0px 0px 0px;
}

.reputation_positive {
	color: green;
        
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(../../../images/style/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(../../../images/style/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(../../../images/style/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
        background: #161616;
	list-style: none;
	margin: 0;
        border: 1px solid #161616;
        -moz-border-radius-topleft: 5px; 
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px; 
-webkit-border-top-right-radius: 5px;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel {
	min-width: 310px;
	color: #fff;
	float: right;
	margin: 8px;
	height: 80px;
	margin-top: 5px;
	padding: 7px;
	border-radius: 4px;
	margin-right: 20px;
	font-family: sans-serif;
	font-size: 12px;
position: relative;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

#panel a:link {
	color: #fff;
text-decoration: none;
font-weight: bold;
}

#panel a:visited {
	color: #fff;
text-decoration: none;
}

#panel a:hover, #panel a:active {
	color: orange;
}

.expcolimage {
	width: auto;
	float: right;
        margin-right: 1px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.copyright {
	font: 11px tahoma;
        color: #606060;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	background: #1a1a1a;
	color: #808080;
	margin: 0;
	padding: 5px;
	border: 1px dashed #2a2a2a;
	font-family: tahoma;
	font-size: 13px;
}

blockquote cite {
	border-bottom: 1px solid #808080;
	display: block;
	margin: 4px 0;
	
	font-style: normal;
	font-weight: bold;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #333333;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #fff;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
        padding: 2px 3px 4px 3px;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding: 3px;
}

.pm_alert {
	background: #1C1C1C;
	border: 1px solid green;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
        font-color: #fff;
}

.red_alert {
	background: #121212;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 11px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/style/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	background: #dfdfdf url(../../../images/style/trow3_hover_bg.jpg) top left repeat-x;
	color: #000;
	border: 1px solid #9a9a9a;
}

.pagination .pagination_current {
	background: #1a1b1b url(../../../images/style/thead2_bg.jpg) top left;
	color: #fff;
	border: 1px solid #1b354e;
}

.pagination a:hover {
	background: #1a1b1b url(../../../images/style/thead2_bg.jpg) top left;
	color: #fff;
	border: 1px solid #1b354e;
        text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 5px;
}

.post_author {
	padding: 5px;
}

.author_right {
	background: url(../../../images/style/trow_hover_bg.jpg) top left repeat-x;
	width: 110px;
	color: #808080;
	padding: 5px;
	margin: 1px;
	border: 1px solid #202020;
}

.quick_jump {
	background: url(../../../images/style/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

fieldset {
	border: 1px solid #303030;
	-moz-border-radius: 5px;
}

.hiddenrow {
    display: none;
}

table.forumh {
    width:100%;
    margin: 0px auto auto;
    clear:both;
}

table.forumh h3 hr {
    width:98%;
    filter:alpha(opacity=60);
    opacity:0.6;
}

table.forumh h3.forumdisplay {
    text-align:center;
}

table.forumh h3  img {
    margin-right:3px;
    vertical-align:text-bottom;
    max-width:30px;
    max-height:25px;
    filter:alpha(opacity=60);
    opacity:0.6;
}

table.forumh h3 span {
    font-weight:normal;
}

table.forumh ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

table.forumh ul li {
    list-style: none;
    width: 50%;
    margin-bottom:10px;
    float: left;
}

table.forumh ul li table {
    width: 98%;
    min-height: 110px;
    margin: auto auto;
    background: #feffe8;
    background: -moz-linear-gradient(top, #feffe8 0%, #d6dbbf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffe8), color-stop(100%,#d6dbbf));
    background: -webkit-linear-gradient(top, #feffe8 0%,#d6dbbf 100%);
    background: -o-linear-gradient(top, #feffe8 0%,#d6dbbf 100%);
    background: -ms-linear-gradient(top, #feffe8 0%,#d6dbbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 );
    background: linear-gradient(top, #feffe8 0%,#d6dbbf 100%);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

table.forumh ul li table td img {
    max-width:150px;
    max-height:110px;
}

table.forumh ul li table div {
    font-size:80%;
}

table.forumh ul li table div.last {
    font-size:80%;
}

#mask {
    position: absolute;
    z-index: 9010;
    background-color: #000000;
    display: none;
    top: 0;
    left: 0;
}

.modalBox {
    position: fixed;
    width: 440px;
    display: none;
    z-index: 9015;
    background: #ffffff;
    border: 1px solid #000000;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.81);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.81);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.81);
}

.modalBox .thead {
        font-weight: bold;
}

.modalBox .modalContent {
        padding: 0px 0px;
}

.breadcrumb {
    font-size: 13px;
    font-color: white;
    background: url(http://icap.me/i/xasdavogel.png) repeat-x top;
    border: 1px solid #000000;
    
    border-radius: 0px;
   
        margin: 3;
        padding: 2;
    height: 13px;
}

breadcrumb a:link {
	color: #ffffff;
	text-decoration: none;
}

breadcrumb a:visited {
	color: #ffffff;
	text-decoration: none;
}

breadcrumb a:hover, a:active {
	color: #ffffff;
}

.alt_forumlar {
list-style: none; margin: 0; padding: 0;
}

.alt_forumlar li {
width: 50%; float: left;
}

.threadleg_right{background:url(../../.././images/Theme/postlegbg.png) repeat; height:135px;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
.threadleg{max-width:638px;
}
.threadleg_left{background:url(http://www.thetechgame.com/themes/ttgv4/images/leg_midvdle.png) left top repeat;

}

.threadleg_area{padding:0px;
}
.threadleg_area td{padding:2px 10px; height:32px;
}
.threadleg_area td img{positive:relative; top:0px;
}              

.stats-icon{background:url(http://www.thetechgame.com/themes/ttgv4/images/forum-sprite.png) no-repeat 0 -401px;height:23px;width:28px;display:block;text-indent:-99999px;font-size:0;}.birthday-icon{background:url(http://www.thetechgame.com/themes/ttgv4/images/forum-sprite.png) no-repeat 0 -424px;height:37px;width:28px;display:block;text-indent:-99999px;font-size:0;}.gradient{background:url(/themes/ttgv4/images/h-block-content-bg.png) repeat-x bottom;}.top-buttons,.bottom-buttons{margin-left:4px;}
		

.trow1a {
	background: #101010 url(http://wweforums.net/images/wwe/trow_bg.gif) repeat-x;
        border-left: 0px solid #000000;
        border-top: 0px solid #000000;
        padding: 5px;
}

.stats-icon{background:url(http://www.thetechgame.com/themes/ttgv4/images/forum-sprite.png) no-repeat 0 -401px;height:23px;width:28px;display:block;text-indent:-99999px;font-size:0;}.birthday-icon{background:url(http://www.thetechgame.com/themes/ttgv4/images/forum-sprite.png) no-repeat 0 -424px;height:37px;width:28px;display:block;text-indent:-99999px;font-size:0;}.gradient{background:url(/themes/ttgv4/images/h-block-content-bg.png) repeat-x bottom;}.top-buttons,.bottom-buttons{margin-left:4px;}

Yes, after seeing your forum today, I liked your trow.
The TTG thing was just a test. Nothing of TTG's css is in actually use.
The background is from the GOW website.

Really guys, are you all mad..
(2012-07-14, 10:40 PM)EPIC Wrote: [ -> ]Really guys, are you all mad..

You wouldn't expect them too be? I'd be so pissed off if I were them. The fact you denied it just makes it even worse.
Dude you are selling a paid theme where your CSS files hotlink other sites resources. You do not get to act like a victim here.
(2012-07-14, 10:46 PM)Charlie Hadden Wrote: [ -> ]
(2012-07-14, 10:40 PM)EPIC Wrote: [ -> ]Really guys, are you all mad..

You wouldn't expect them too be? I'd be so pissed off if I were them. The fact you denied it just makes it even worse.

Please recount on what I'm denying.
Thank you.
Pages: 1 2 3