Pages: 1
I am terminated |
Posted on 05-24-15, 05:55 pm
|
![]() Karma: 100 Posts: 14/32 Since: 04-17-14 Last post: 3539 days Last view: 3532 days |
By StarLand, he allows me to post it directly from another site!
Please thank him. How to make a custom layout+ effects + animationsSections: .mainbarX .tableX .topbarX_1 .topbarX_2 .sidebarX X - your profile number. Example: <style>
.mainbarX
{
color: #fff;
background: #000;
}
.tableX
{
border: solid 1px #777;
}
.topbarX_1, topbarX_2, sidebarX
{
border: solid 1px #777;
color: #777;
}
</style> Example codes: For fonts:
color: !color;
font-shadow: *px *px (*px) !color;
font-weight: !bold or !italic; More: for code:
.mainbarX div.codeblock
---- Example ----
.mainbarX div.codeblock
{
color: white;
background: green;
font-shadow: 1px 1px 1px grey;
}
for quote:
.mainbarX div.quote
---- Example ----
.mainbarX div.quote
{
color: white;
background: green;
font-shadow: 1px 1px 1px grey;
}
for Animation:
.mainbarX div.!Your type
---- Example ----
.mainbarX div.!Your type
{
{
-webkit-animation: Example 5s;
animation: myfirst 5s;
}
@-webkit-keyframes Example {
from {background: red;}
to {background: yellow;}
}
@keyframes Example {
from {background: red;}
to {background: yellow;}
}
}
---- (More) Animation codes ----
animationthe:
animation-delay:
animation-direction:
animation-duration:
animation-fill-mode:
animation-iteration-count:
animation-name:
animation-play-state:
animation-timing-function: More codes: background: url(http://www.sample.pic/);
padding: !**px; Other: Colors:
#fff - white
#000 - black
#777 - grey
#f00 - red
#0f0 - green
#00f - blue
Borders:
solid
ridge
outline
inline
dotted
dashed Animation preview: Posted by Person1 Posted by Person2 That's a animation made in CSS3 |
|
Posted on 05-26-15, 07:09 pm
|
![]() Admin/Developer Karma: 120 Posts: 1449/1471 Since: 02-11-12 Last post: 3488 days Last view: 2189 days |
Nice guide, would be happy to see some more Post Layouts on the board! Thanks I am terminated
|
I am terminated |
Posted on 05-27-15, 12:56 pm
|
![]() Karma: 100 Posts: 15/32 Since: 04-17-14 Last post: 3539 days Last view: 3532 days |
Posted by binaryatrocity Nice guide, would be happy to see some more Post Layouts on the board! Thanks I am terminated You should also try to get your board active again. |
xXGameFreak14Xx |
Posted on 06-11-15, 07:09 pm
|
Karma: 100 Posts: 6/6 Since: 05-25-15 Last post: 3585 days Last view: 3585 days |
Why have you posted this on so many forums?
|
I am terminated |
Posted on 06-12-15, 04:26 am
|
![]() Karma: 100 Posts: 25/32 Since: 04-17-14 Last post: 3539 days Last view: 3532 days |
Posted by xXGameFreak14Xx Why have you posted this on so many forums? |
Pages: 1