Runboard.com
Слава Україні!
Lost? Hover on Bookmarks!
Runboard Extra! The Runboard Directory Runboard Knowledge Base

Welcome to Runboard Support, the place to find help with your Runboard user account or message board.

If you can't find the answer you need with our search feature, ask here, and a member of staff will respond to you personally.

Chat room Runboard Knowledge Base (wiki) Search Facebook Twitter

runboard.com       You are not logged in.

Page:  1  2  3  4  5  6  7 

 
Joxcenia Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Runboard staff member

Registered: 11-2005
Location: Whoosher House
Posts: 7810
Karma: 74 (+75/-1)
Reply | Quote
Re: The "Spouzic-art" Revival


Nice. (I keep saying that, but I mean it every time.)




---

3/18/2018, 4:36 am Link to post Email Joxcenia   PM Joxcenia Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: The "Spouzic-art" Revival


I call this the "Rainbow March." emoticon

body {
background:
radial-gradient(circle at 50% 100%, transparent 20%, rgba(25,255,255,.3) 21%, rgba(255,255,25,.3) 34%, transparent 35%, transparent),
radial-gradient(circle at 50% 100%, transparent 20%, rgba(255,25,255,.3) 21%, rgba(25,255,255,.3) 34%, transparent 35%, transparent) 0 -50px;
background-color: #caf;
background-size:75px 100px;
}

Image

Last edited by Pastor Rick, 4/20/2018, 4:59 am


---

Advertise Boards On TRDConceptsDE
4/20/2018, 4:58 am Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Joxcenia Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Runboard staff member

Registered: 11-2005
Location: Whoosher House
Posts: 7810
Karma: 74 (+75/-1)
Reply | Quote
Re: The "Spouzic-art" Revival


Way cool!




---

4/20/2018, 7:24 am Link to post Email Joxcenia   PM Joxcenia Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: The "Spouzic-art" Revival


Blue and Black stripes as a linear-gradient.

body {
background-image: linear-gradient(90deg, #407dec 25%, #000000 25%, #000000 50%, #407dec 50%, #407dec 75%, #000000 75%, #000000 100%);
background-size: 12.00px 12.00px;
}

Image

---

Advertise Boards On TRDConceptsDE
8/3/2018, 2:43 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: The "Spouzic-art" Revival


Fresh Linen

body {
background:
linear-gradient(27deg, #fffadc 5px, transparent 5px) 0 5px,
linear-gradient(207deg, #fff1dc 5px, transparent 5px) 10px 0px,
linear-gradient(27deg, #fff7dc 5px, transparent 5px) 0px 10px,
linear-gradient(207deg, #fff4dc 5px, transparent 5px) 10px 5px,
linear-gradient(90deg, #fffadc 10px, transparent 10px),
linear-gradient(#fff5dc 25%, #fff4dc 25%, #fff3dc 50%, transparent 50%, transparent 75%, #fff2dc 75%, #fff1dc);
background-color: #fff6dc;
background-size: 20px 20px;
}

Image

note: I test each of my CSS backgrounds on the Folder Mania message test board.

Last edited by Pastor Rick, 1/6/2019, 2:23 pm


---

Advertise Boards On TRDConceptsDE
1/6/2019, 2:04 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Joxcenia Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Runboard staff member

Registered: 11-2005
Location: Whoosher House
Posts: 7810
Karma: 74 (+75/-1)
Reply | Quote
Re: The "Spouzic-art" Revival (CSS only backgrounds)


Nice.




---

1/7/2019, 3:23 am Link to post Email Joxcenia   PM Joxcenia Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: The "Spouzic-art" Revival (CSS only backgrounds)


Tartan Fun

body {
  background-color: #00bfff; /* change to change color of the tartan */
  background-image: repeating-linear-gradient(transparent, transparent 12px, rgba(0,0,0,.4) 12px, rgba(0,0,0,.4) 13px, transparent 13px, transparent 16px, rgba(0,0,0,.4) 16px, rgba(0,0,0,.4) 17px, transparent 17px, transparent 29px, rgba(0,0,0,.5) 29px, rgba(0,0,0,.5) 41px, rgba(255,255,255,.2) 41px, rgba(255,255,255,.2) 42px, rgba(0,0,0,.5) 42px, rgba(0,0,0,.5) 45px, rgba(255,255,255,.2) 45px, rgba(255,255,255,.2) 46px, rgba(0,0,0,.5) 46px, rgba(0,0,0,.5) 58px, transparent 58px), repeating-linear-gradient(270deg, transparent, transparent 12px, rgba(0,0,0,.4) 12px, rgba(0,0,0,.4) 13px, transparent 13px, transparent 16px, rgba(0,0,0,.4) 16px, rgba(0,0,0,.4) 17px, transparent 17px, transparent 29px, rgba(0,0,0,.5) 29px, rgba(0,0,0,.5) 41px, rgba(255,255,255,.2) 41px, rgba(255,255,255,.2) 42px, rgba(0,0,0,.5) 42px, rgba(0,0,0,.5) 45px, rgba(255,255,255,.2) 45px, rgba(255,255,255,.2) 46px, rgba(0,0,0,.5) 46px, rgba(0,0,0,.5) 58px, transparent 58px), repeating-linear-gradient(125deg, transparent, transparent 2px, rgba(0,0,0,.2) 2px, rgba(0,0,0,.2) 3px, transparent 3px, transparent 5px, rgba(0,0,0,.2) 5px);
}

Image

note: I test each of my CSS backgrounds on the Folder Mania message test board.

Last edited by Pastor Rick, 3/12/2019, 3:56 pm


---

Advertise Boards On TRDConceptsDE
3/12/2019, 3:46 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Joxcenia Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Runboard staff member

Registered: 11-2005
Location: Whoosher House
Posts: 7810
Karma: 74 (+75/-1)
Reply | Quote
Re: The "Spouzic-art" Revival (CSS only backgrounds)


Oooh. I love that one. Too bad there isn't an 'Outlander' board. The clan forums could have their own tartan designs.








---

3/13/2019, 7:48 am Link to post Email Joxcenia   PM Joxcenia Blog
 
Joxcenia Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Runboard staff member

Registered: 11-2005
Location: Whoosher House
Posts: 7810
Karma: 74 (+75/-1)
Reply | Quote
Re: The "Spouzic-art" Revival (CSS only backgrounds)


http://jacobjoaquin.tumblr.com/





---

4/16/2019, 6:09 am Link to post Email Joxcenia   PM Joxcenia Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: The "Spouzic-art" Revival (CSS only backgrounds)


I named this background "Blue Linen" because it was designed to work with the Runboard "Blue" theme design.

body {
  background: linear-gradient(27deg, #7767fd 5px, transparent 5px) 0 5px, linear-gradient(207deg, #7767f9 5px, transparent 5px) 10px 0px, linear-gradient(27deg, #7770ff 5px, transparent 5px) 0px 10px, linear-gradient(207deg, #7771f7 5px, transparent 5px) 10px 5px, linear-gradient(90deg, #776eff 10px, transparent 10px), linear-gradient(#7770ff 25%, #776efd 25%, #7770fd 50%, transparent 50%, transparent 75%, #776fff 75%, #776eff);
  background-color: #7777ff;
  background-size: 15px 15px;
}

Image

---

Advertise Boards On TRDConceptsDE
4/28/2019, 9:56 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 


Add a reply

Page:  1  2  3  4  5  6  7 



You are not logged in (login)