8,018
edits
Paradox-01 (talk | contribs) m (gradient) |
|||
Line 570: | Line 570: | ||
Just a note on where I left off -- I fixed the classes so that the cells are being styled correctly. However, I seem to have accidentally changed the stripe style; I didn't mean to create a stripe with a gradient in it; I just want to make the blue and background colors evenly spaced at 10px or 15px. Also, the "position:fixed" on the descrip cell was somehow shifting the location of the next cell (TxtC), so for now I have removed that property. --[[User:Iritscen|Iritscen]] ([[User talk:Iritscen|talk]]) 23:56, 17 November 2012 (CET) | Just a note on where I left off -- I fixed the classes so that the cells are being styled correctly. However, I seem to have accidentally changed the stripe style; I didn't mean to create a stripe with a gradient in it; I just want to make the blue and background colors evenly spaced at 10px or 15px. Also, the "position:fixed" on the descrip cell was somehow shifting the location of the next cell (TxtC), so for now I have removed that property. --[[User:Iritscen|Iritscen]] ([[User talk:Iritscen|talk]]) 23:56, 17 November 2012 (CET) | ||
:If you look closely there are 3 px value in the gradient code: for clean stripes let the last value be the sum of the others. | |||
: background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent '''10px''', rgba(0, 0, 255, 0.2) '''10px''', rgba(0, 0, 255, 0.2) '''20px'''); --[[User:Paradox-01|paradox-01]] ([[User talk:Paradox-01|talk]]) 11:29, 18 November 2012 (CET) |
edits