Author Topic: Chrome Style - Blockland Light 2  (Read 5497 times)

Menthol fresh.
All links and headers are glow green, all other text is white
this would prove to be a problem:



you wouldn't be able to see anything.

Well, if you made the background black it'd be fine.
If you need colourcodes I could give you the two themes I mashed together to make what I have right now



is this what you're talking about or am I misinterpreting you?

I guess I'll have to give you the two themes I have, don't know how I'm going to get them though.

Edit; Nevermind, I just looked at the links and it seems that it's your steam theme with the green glow links and stuff.

http://userstyles.org/styles/60195/blockland-steam
« Last Edit: September 08, 2012, 08:56:34 PM by Tokthree »

ahahaha i loving love you tbp

if you're referencing what I think you a-

oh wait at first i thought it was e6

jesus christ i'm stupid
tumblr lol

style code:
Code: [Select]
body{
background:#E0FFDD url('http://dl.dropbox.com/u/8005323/webs/stripes%20bg.png') !important;
padding-top:50px !important;
margin:0 auto !important;
max-width:1200px !important;
}

img{
max-width:100%;
}

body>table:not(.tborder)>tbody>tr>td{
border-radius:1em;
background:rgba(255,255,255,0.4) !important;
padding:20px !important;
}

.tborder[cellpadding='0']{
position:fixed !important;
top:0;
left:0;
border:none !important;
width:100% !important;
background:#222 !important;
box-shadow:0px 0px 16px #000 !important;
z-index: 9001;
}

div.smalltext{
margin-top:16px !important;
}

.logoLink{
-webkit-transition:0.5s !important;
}

::-webkit-scrollbar {
width:8px !important;
}

::-webkit-scrollbar-track {
    background-color:#fff !important;

}

::-webkit-scrollbar-thumb {
    background-color:#DFD !important;
}

td.windowbg, td.windowbg2, td.catbg{
border-width:2px !important;
border-style:solid !important;

}

td.windowbg, tr.windowbg>td{
background:#CBF8C0 !important;
border:2px solid !important;
border-color:#DEF8DF #A5F8A8 #A5F8A8 #DEF8DF !important;
}

td.windowbg2{
background:#EEFFED !important;
border-color:#FEFFFE #D5FFDF #D5FFD8 #FEFFFE !important;
}

td.catbg, tr.titlebg>td, tr.titlebg>td>a{
background:#90DB8A !important;
border:2px solid !important;
border-color:#A6DBAA #72C875 #72C875 #A6DBAA !important;
}

tr.titlebg>td>a{
border:none !important;
}

input, textarea{
background:#90E489 !important;
}

div.quote{
background:rgba(255,255,255,0.3) !important;
}

@keyframes shake{
  0% {
    transform: rotate(0deg);
  }

  33% {
    transform: rotate(5deg);
  }

  67% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes webkit-shake{
  0% {
    -webkit-transform: rotate(0deg);
  }

  33% {
    -webkit-transform: rotate(5deg);
  }

  67% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes moz-shake{
  0% {
    -moz-transform: rotate(0deg);
  }

  33% {
    -moz-transform: rotate(5deg);
  }

  67% {
    -moz-transform: rotate(-5deg);
  }

  100% {
    -moz-transform: rotate(0deg);
  }
}

@-o-keyframes o-shake{
  0% {
    -o-transform: rotate(0deg);
  }

  33% {
    -o-transform: rotate(5deg);
  }

  67% {
    -o-transform: rotate(-5deg);
  }

  100% {
    -o-transform: rotate(0deg);
  }
}

.avatar{
  position:relative;
  margin-top: 8px;
}

.avatar:hover{
  animation: shake 0.2s;
  -webkit-animation: webkit-shake 0.2s;
  -moz-animation: moz-shake 0.2s;
  -o-animation: o-shake 0.2s;
}

a{
  color:#4F914A !important;
  text-shadow:0 0 4px #8ECA89;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

a:hover{
color:#81CE7C !important;
}

select{
  background-color: #c0dcf8 !important;
}

.windowbg > img{
  opacity:0.8;
}

Not really what I wanted, I was hoping it could follow the colour scheme of your steam theme, which I linked in my last post except with glow green links and things :/.
Not that I'm demanding, if you don't want to do it then I'll just live with what I have right now, it's just I'd like somethign a bit more polished than what I do have

wait, you wanted an edited steam theme? i thought you wanted an edited light theme

forget

probably tomorrow or something, basically just wasted all of my productivity for today haha

I want both, I want the light theme in the colour scheme of the steam theme combined with the green glow links.
I tinkered about a bit myself before giving up, and a problem lies in the background stripes and the buttons, the buttons have a white border and the stripes are too... Harsh.

If you do manage to make it then I will be very grateful for it


dunno if this is like a bug or not

when i mouse over someone's avatar it like jitters and moves

scared the stuff out of me at night :<

it's not a bug, it's a little thing i threw in for stuffs 'n' giggles

A black version of this would be nice. Do you think you could make one?

How the top bar changes shape when reloading annoys me. Right-align the "Hey, {{User}} yadda yadda" text.

A black version of this would be nice. Do you think you could make one?
that would be blockland steam, sir. at least I'm pretty sure.

How the top bar changes shape when reloading annoys me. Right-align the "Hey, {{User}} yadda yadda" text.
that's just the speed of the application of the style, i can't fix that :S