MyBB Community Forums

Full Version: MyTrade theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[Image: y9sFaL1.png]

Information

MyTrade it's a business related template, created for the people who needs a clean, simple, and easy design.

Tested in the latest Google Chrome, Opera and Mozilla Firefox versions.

Pictures

[Image: ZjkRi3j.png]

[Image: QikbzGj.png]

[Image: JRYrILj.png]

[Image: nrpy45h.png]

Licence

MyTrade is 100% free, you can delete, modify or change anything you want, except the credits for MyBB, MyBB Team and also my own work.

If you respect my work, I'm sure you don't gonna do that.

Support

You can ask for support here on this thread.
I DON'T GIVE SUPPORT FOR PLUGINS OR CUSTOM TWEAKS.

Download


Hope you like it and if you see any error or bug, please report them in the correct section.
Theme approved.
Thanks Omar!
I Dont like this skin, I Love it!!!! (: Thanks for amazing design, matching my forum perfect.
(2014-10-05, 11:50 AM)Tallow Wrote: [ -> ]I Dont like this skin, I Love it!!!! (: Thanks for amazing design, matching my forum perfect.

Thanks Tallow!

P.D.: Also, thanks to you for claim a thing on another site, but don't waste your time there Wink.
(2014-10-05, 11:57 AM)eNvy Wrote: [ -> ]
(2014-10-05, 11:50 AM)Tallow Wrote: [ -> ]I Dont like this skin, I Love it!!!! (: Thanks for amazing design, matching my forum perfect.

Thanks Tallow!

P.D.: Also, thanks to you for claim a thing on another site, but don't waste your time there Wink.

yeah, my site is down too ):: thanks to my server, so i am very bussy to mov to another host
One of the best 1.8 themes definitely. I think there is too much space on both sides of container though.
It's because the total width of the wrapper is 1024px.

I'm uploading a fix for the postbit, thanks to "Vadim" (Member of my community) to tweak this.

If you want to do the manual update:

global.css

Search this class and replace with this content:

.post.classic .post_content {
    float: left;
    width: 75.3%;
    padding: 10px;
    display: inline;
    background: #FAFAFA;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

MyTrade.css

Search this classes and replace with this content:

.postbit_one {
    float: left;
    padding: 10px;
    width: 23%;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #969696;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #E4E4E4;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.postbit_two {
    width: 1.7%;
    height: 25px;
    position: relative;
    float: left;
    top: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

Greetings!
Oh so thats Why? did you update the skin so i can re download It please, cuz i suck at global editing
Yes I upload the new .zip with the fix ^^.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17