FM Design
Would you like to react to this message? Create an account in a few clicks or log in to continue.

IMPORTANT

FM Design is in read-only mode, please click here for more information.

Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49

» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21

» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28

» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15

» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11

» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24

» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58

» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50

» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22

» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12

» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10

» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51

» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11

» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19

» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34

Recent Tutorials
Top posting users this month

Who is online?
In total there are 21 users online :: 0 Registered, 0 Hidden and 21 Guests :: 1 Bot

None

[ View the whole list ]


Most users ever online was 515 on Tue 14 Sep 2021, 15:24

How do I use this CSS code?

View previous topic View next topic Go down

Dr.kran
Dr.kran

Gender : Male
Age : 31
Posts : 73
Points : 2865
Reputation : 1
Language : english
Browser : Browser : Internet Explorer Forum Version : Forum Version : phpBB2
http://castlevania-1.forumotion.com/

PostDr.kran Sat 29 Oct 2016, 21:11

Code:
@import "http://battlelog.battlefield.com/cdnprefix/local/public/base/fonts/purista/purista.css";


 


 .cssload-wrap *{


 color: rgb(255,255,255);


}


 


.cssload-wrap {


 position: absolute;


 left: 50%;


 margin-left: -78px;


 margin-top: -39px;


}


.cssload-bg {


 padding: 29px 29px 29px 0;


 background: rgb(48,111,153);


 animation: cssload-bg 1.73s linear infinite;


  -o-animation: cssload-bg 1.73s linear infinite;


  -ms-animation: cssload-bg 1.73s linear infinite;


  -webkit-animation: cssload-bg 1.73s linear infinite;


  -moz-animation: cssload-bg 1.73s linear infinite;


 box-shadow: inset 0 0 44px 29px black;


  -o-box-shadow: inset 0 0 44px 29px black;


  -ms-box-shadow: inset 0 0 44px 29px black;


  -webkit-box-shadow: inset 0 0 44px 29px black;


  -moz-box-shadow: inset 0 0 44px 29px black;


}


.cssload-loading {


 position: relative;


 text-align: right;


 text-shadow: 0 0 6px rgb(188,228,255);


 height: 19px;


 width: 146px;


}


.cssload-loading span {


 display: block;


 text-transform: uppercase;


 position: absolute;


 right: 29px;


 height: 19px;


 width: 195px;


 line-height: 19px;


}


.cssload-loading span:after {


 content: "";


 display: block;


 position: absolute;


 top: -2px;


 right: -20px;


 height: 19px;


 width: 16px;


 background: rgb(234,247,255);


 box-shadow: 0 0 15px rgb(188,228,255);


  -o-box-shadow: 0 0 15px rgb(188,228,255);


  -ms-box-shadow: 0 0 15px rgb(188,228,255);


  -webkit-box-shadow: 0 0 15px rgb(188,228,255);


  -moz-box-shadow: 0 0 15px rgb(188,228,255);


 animation: cssload-blink 3.91s infinite;


  -o-animation: cssload-blink 3.91s infinite;


  -ms-animation: cssload-blink 3.91s infinite;


  -webkit-animation: cssload-blink 3.91s infinite;


  -moz-animation: cssload-blink 3.91s infinite;


}


.cssload-loading span.cssload-title {


 animation: cssload-title 3.91s linear infinite;


  -o-animation: cssload-title 3.91s linear infinite;


  -ms-animation: cssload-title 3.91s linear infinite;


  -webkit-animation: cssload-title 3.91s linear infinite;


  -moz-animation: cssload-title 3.91s linear infinite;


}











@keyframes cssload-title {


 0% {


  opacity: 0;


  right: 127px;


 }


 48% {


  opacity: 0;


  right: 127px;


 }


 52% {


  opacity: 1;


  right: 29px;


 }


 70% {


  opacity: 1;


  right: 29px;


 }


 100% {


  opacity: 0;


  right: 29px;


 }


}


@-o-keyframes cssload-title {


 0% {


  opacity: 0;


  right: 127px;


 }


 48% {


  opacity: 0;


  right: 127px;


 }


 52% {


  opacity: 1;


  right: 29px;


 }


 70% {


  opacity: 1;


  right: 29px;


 }


 100% {


  opacity: 0;


  right: 29px;


 }


}


@-ms-keyframes cssload-title {


 0% {


  opacity: 0;


  right: 127px;


 }


 48% {


  opacity: 0;


  right: 127px;


 }


 52% {


  opacity: 1;


  right: 29px;


 }


 70% {


  opacity: 1;


  right: 29px;


 }


 100% {


  opacity: 0;


  right: 29px;


 }


}


@-webkit-keyframes cssload-title {


 0% {


  opacity: 0;


  right: 127px;


 }


 48% {


  opacity: 0;


  right: 127px;


 }


 52% {


  opacity: 1;


  right: 29px;


 }


 70% {


  opacity: 1;


  right: 29px;


 }


 100% {


  opacity: 0;


  right: 29px;


 }


}


@-moz-keyframes cssload-title {


 0% {


  opacity: 0;


  right: 127px;


 }


 48% {


  opacity: 0;


  right: 127px;


 }


 52% {


  opacity: 1;


  right: 29px;


 }


 70% {


  opacity: 1;


  right: 29px;


 }


 100% {


  opacity: 0;


  right: 29px;


 }


}


@keyframes cssload-fade {


 0% {


  opacity: 1;


 }


 100% {


  opacity: 0;


 }


}


@-o-keyframes cssload-fade {


 0% {


  opacity: 1;


 }


 100% {


  opacity: 0;


 }


}


@-ms-keyframes cssload-fade {


 0% {


  opacity: 1;


 }


 100% {


  opacity: 0;


 }


}


@-webkit-keyframes cssload-fade {


 0% {


  opacity: 1;


 }


 100% {


  opacity: 0;


 }


}


@-moz-keyframes cssload-fade {


 0% {


  opacity: 1;


 }


 100% {


  opacity: 0;


 }


}


@keyframes cssload-bg {


 0% {


  background-color: rgb(48,111,153);


 }


 50% {


  background-color: rgb(25,71,15);


 }


 90% {


  background-color: rgb(115,74,16);


 }


}


@-o-keyframes cssload-bg {


 0% {


  background-color: rgb(48,111,153);


 }


 50% {


  background-color: rgb(25,71,15);


 }


 90% {


  background-color: rgb(115,74,16);


 }


}


@-ms-keyframes cssload-bg {


 0% {


  background-color: rgb(48,111,153);


 }


 50% {


  background-color: rgb(25,71,15);


 }


 90% {


  background-color: rgb(115,74,16);


 }


}


@-webkit-keyframes cssload-bg {


 0% {


  background-color: rgb(48,111,153);


 }


 50% {


  background-color: rgb(25,71,15);


 }


 90% {


  background-color: rgb(115,74,16);


 }


}


@-moz-keyframes cssload-bg {


 0% {


  background-color: rgb(48,111,153);


 }


 50% {


  background-color: rgb(25,71,15);


 }


 90% {


  background-color: rgb(115,74,16);


 }


}


@keyframes cssload-blink {


 0% {


  opacity: 0;


 }


 5% {


  opacity: 1;


 }


 10% {


  opacity: 0;


 }


 15% {


  opacity: 1;


 }


 20% {


  opacity: 0;


 }


 25% {


  opacity: 1;


 }


 30% {


  opacity: 0;


 }


 35% {


  opacity: 1;


 }


 40% {


  opacity: 0;


  right: -20px;


 }


 45% {


  opacity: 1;


  right: 78px;


 }


 50% {


  opacity: 0;


  right: -20px;


 }


 51% {


  right: -20px;


 }


 55% {


  opacity: 1;


 }


 60% {


  opacity: 0;


 }


 65% {


  opacity: 1;


 }


 70% {


  opacity: 0;


 }


 75% {


  opacity: 1;


 }


 80% {


  opacity: 0;


 }


 85% {


  opacity: 1;


 }


 90% {


  opacity: 0;


  right: -20px;


 }


 95% {


  opacity: 1;


  right: 78px;


 }


 96% {


  right: -20px;


 }


 100% {


  opacity: 0;


  right: -20px;


 }


}


@-o-keyframes cssload-blink {


 0% {


  opacity: 0;


 }


 5% {


  opacity: 1;


 }


 10% {


  opacity: 0;


 }


 15% {


  opacity: 1;


 }


 20% {


  opacity: 0;


 }


 25% {


  opacity: 1;


 }


 30% {


  opacity: 0;


 }


 35% {


  opacity: 1;


 }


 40% {


  opacity: 0;


  right: -20px;


 }


 45% {


  opacity: 1;


  right: 78px;


 }


 50% {


  opacity: 0;


  right: -20px;


 }


 51% {


  right: -20px;


 }


 55% {


  opacity: 1;


 }


 60% {


  opacity: 0;


 }


 65% {


  opacity: 1;


 }


 70% {


  opacity: 0;


 }


 75% {


  opacity: 1;


 }


 80% {


  opacity: 0;


 }


 85% {


  opacity: 1;


 }


 90% {


  opacity: 0;


  right: -20px;


 }


 95% {


  opacity: 1;


  right: 78px;


 }


 96% {


  right: -20px;


 }


 100% {


  opacity: 0;


  right: -20px;


 }


}


@-ms-keyframes cssload-blink {


 0% {


  opacity: 0;


 }


 5% {


  opacity: 1;


 }


 10% {


  opacity: 0;


 }


 15% {


  opacity: 1;


 }


 20% {


  opacity: 0;


 }


 25% {


  opacity: 1;


 }


 30% {


  opacity: 0;


 }


 35% {


  opacity: 1;


 }


 40% {


  opacity: 0;


  right: -20px;


 }


 45% {


  opacity: 1;


  right: 78px;


 }


 50% {


  opacity: 0;


  right: -20px;


 }


 51% {


  right: -20px;


 }


 55% {


  opacity: 1;


 }


 60% {


  opacity: 0;


 }


 65% {


  opacity: 1;


 }


 70% {


  opacity: 0;


 }


 75% {


  opacity: 1;


 }


 80% {


  opacity: 0;


 }


 85% {


  opacity: 1;


 }


 90% {


  opacity: 0;


  right: -20px;


 }


 95% {


  opacity: 1;


  right: 78px;


 }


 96% {


  right: -20px;


 }


 100% {


  opacity: 0;


  right: -20px;


 }


}


@-webkit-keyframes cssload-blink {


 0% {


  opacity: 0;


 }


 5% {


  opacity: 1;


 }


 10% {


  opacity: 0;


 }


 15% {


  opacity: 1;


 }


 20% {


  opacity: 0;


 }


 25% {


  opacity: 1;


 }


 30% {


  opacity: 0;


 }


 35% {


  opacity: 1;


 }


 40% {


  opacity: 0;


  right: -20px;


 }


 45% {


  opacity: 1;


  right: 78px;


 }


 50% {


  opacity: 0;


  right: -20px;


 }


 51% {


  right: -20px;


 }


 55% {


  opacity: 1;


 }


 60% {


  opacity: 0;


 }


 65% {


  opacity: 1;


 }


 70% {


  opacity: 0;


 }


 75% {


  opacity: 1;


 }


 80% {


  opacity: 0;


 }


 85% {


  opacity: 1;


 }


 90% {


  opacity: 0;


  right: -20px;


 }


 95% {


  opacity: 1;


  right: 78px;


 }


 96% {


  right: -20px;


 }


 100% {


  opacity: 0;


  right: -20px;


 }


}


@-moz-keyframes cssload-blink {


 0% {


  opacity: 0;


 }


 5% {


  opacity: 1;


 }


 10% {


  opacity: 0;


 }


 15% {


  opacity: 1;


 }


 20% {


  opacity: 0;


 }


 25% {


  opacity: 1;


 }


 30% {


  opacity: 0;


 }


 35% {


  opacity: 1;


 }


 40% {


  opacity: 0;


  right: -20px;


 }


 45% {


  opacity: 1;


  right: 78px;


 }


 50% {


  opacity: 0;


  right: -20px;


 }


 51% {


  right: -20px;


 }


 55% {


  opacity: 1;


 }


 60% {


  opacity: 0;


 }


 65% {


  opacity: 1;


 }


 70% {


  opacity: 0;


 }


 75% {


  opacity: 1;


 }


 80% {


  opacity: 0;


 }


 85% {


  opacity: 1;


 }


 90% {


  opacity: 0;


  right: -20px;


 }


 95% {


  opacity: 1;


  right: 78px;


 }


 96% {


  right: -20px;


 }


 100% {


  opacity: 0;


  right: -20px;


 }


}



Last edited by dr.kran on Sat 29 Oct 2016, 21:16; edited 1 time in total
Dr.kran
Dr.kran

Gender : Male
Age : 31
Posts : 73
Points : 2865
Reputation : 1
Language : english
Browser : Browser : Internet Explorer Forum Version : Forum Version : phpBB2
http://castlevania-1.forumotion.com/

PostDr.kran Sat 29 Oct 2016, 21:12

Valoish
Valoish
Graphic Designer
Gender : Female
Age : 27
Posts : 3671
Points : 7119
Reputation : 360
Location : NYC
Language : English, Russian, Hebrew
Browser : Browser : Google Chrome Forum Version : Forum Version : phpBB2
http://www.canvasforums.com https://twitter.com/Valoishx3

PostValoish Sat 29 Oct 2016, 21:15

When posting coding, especially long coding, please use the code tags:
Code:
[code][/code]
Ace 1
Ace 1
Valued Member
Gender : Unspecified
Age : 24
Posts : 2153
Points : 5289
Reputation : 95
Location : USA
Language : English ?
Browser : Browser : Google Chrome Forum Version : Forum Version : phpBB3
https://fmdesign.forumotion.com/u190

PostAce 1 Tue 15 Nov 2016, 08:58

What are you even trying to use this for @dr.kran
Anonymous
Guest
Guest

PostGuest Tue 15 Nov 2016, 10:06

"How do I use this CSS code?". Well, you don't. I'm not sure I understand the question. I mean, just simply copying off CSS of some random website won't get you anywhere. Why on Earth would anyone think they could simply import any of external CSS and think it'll work on their sites? The elements and tags are totally unrelated to your forum version, probably custom-made for that site and involves some custom JS too I imagine, so better build them from scratch yourself if you can.

If you want to learn about CSS & HTML I suggest you get started @ w3schools.com . They got tons of resources to help you create the same style for those who want to learn and be creative. Please remember, just simply being a copycat will be frowned upon at least but it could also bring you into a nasty corner, so just get started and learn all about CSS.

If you got any further questions, I'm sure staff @ the Forumotion Support site will be delighted to get them answered the best they can. Just make sure you break down that CSS into chunks you don't understand and be specific on what you want. Having closed the section for these kind of questions, I know Ange won't be answering them no more. He'd be happy to answer Edge related questions though.


Last edited by Samantha NL on Tue 15 Nov 2016, 10:14; edited 1 time in total
Ace 1
Ace 1
Valued Member
Gender : Unspecified
Age : 24
Posts : 2153
Points : 5289
Reputation : 95
Location : USA
Language : English ?
Browser : Browser : Google Chrome Forum Version : Forum Version : phpBB3
https://fmdesign.forumotion.com/u190

PostAce 1 Tue 15 Nov 2016, 10:12

Just because Ange won't answer doesn't mean I won't, Sam Wink
Anonymous
Guest
Guest

PostGuest Tue 15 Nov 2016, 10:16

Ace 1 wrote:Just because Ange won't answer doesn't mean I won't, Sam Wink

Still I think it's the wrong approach and certainly the wrong location / place to ask Wink
Ace 1
Ace 1
Valued Member
Gender : Unspecified
Age : 24
Posts : 2153
Points : 5289
Reputation : 95
Location : USA
Language : English ?
Browser : Browser : Google Chrome Forum Version : Forum Version : phpBB3
https://fmdesign.forumotion.com/u190

PostAce 1 Tue 15 Nov 2016, 10:23

True but it doesn't mean he should be prohibited from asking. I'm sure since the creator made the code open sourced, he doesn't care if other people use it.

And actually you're right because he made this topic after Ange closed the Coding Support section.
Anonymous
Guest
Guest

PostGuest Tue 15 Nov 2016, 10:28

Ace 1 wrote:True but it doesn't mean he should be prohibited from asking. I'm sure since the creator made the code open sourced, he doesn't care if other people use it.

And actually you're right because he made this topic after Ange closed the Coding Support section.

Oh, I'm not saying he can't ask, I'm merely venting my opinion here and trying to be useful within the boundaries Ange set for his site AND himself. There's a better (?) and more valid alternative found @ FM Support. And LOL @ the open source, as CSS always is Wink

Anyway, I don't know if you've scrolled through that coding, yet, but you've got my blessing to shed some light onto it and help him out. I'm sure Ange won't agree with what's happening in this topic, though.
Sponsored content

PostSponsored content

View previous topic View next topic Back to top

Create an account or log in to leave a reply

You need to be a member in order to leave a reply.

Create an account

Join our community by creating a new account. It's easy!


Create a new account

Log in

Already have an account? No problem, log in here.


Log in

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