From bf04fb450a08fd4f71504210acf7d5de716ed220 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Wed, 1 Aug 2012 04:41:21 -0400 Subject: [PATCH 1/2] quattro: style for "show more" addon --- view/theme/quattro/dark/style.css | 15 ++++++++++----- view/theme/quattro/green/style.css | 15 ++++++++++----- view/theme/quattro/quattro.less | 11 +++++++++++ view/theme/quattro/showmore-bg.jpg | Bin 0 -> 1963 bytes 4 files changed, 31 insertions(+), 10 deletions(-) create mode 100644 view/theme/quattro/showmore-bg.jpg diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 72febbf525..aa64ca1a9a 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -341,11 +341,6 @@ height: 16px; background-position: 0px 0px; } - -.sparkle { - cursor: url('icons/lock.cur'), pointer; -} - /* global */ body { font-family: Liberation Sans, helvetica, arial, clean, sans-serif; @@ -1141,6 +1136,16 @@ section { width: 25px; height: 25px; } +span[id^="showmore-teaser"] { + background: url("showmore-bg.jpg") no-repeat center bottom; +} +span[id^="showmore-wrap"] { + border-top: 1px solid #999999; + color: #999999; + display: block; + text-align: center; + background-color: #eff0f1; +} #pause { position: fixed; bottom: 5px; diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index b1efb557fd..dbaee018b6 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -341,11 +341,6 @@ height: 16px; background-position: 0px 0px; } - -.sparkle { - cursor: url('icons/lock.cur'), pointer; -} - /* global */ body { font-family: Liberation Sans, helvetica, arial, clean, sans-serif; @@ -1141,6 +1136,16 @@ section { width: 25px; height: 25px; } +span[id^="showmore-teaser"] { + background: url("showmore-bg.jpg") no-repeat center bottom; +} +span[id^="showmore-wrap"] { + border-top: 1px solid #999999; + color: #999999; + display: block; + text-align: center; + background-color: #eff0f1; +} #pause { position: fixed; bottom: 5px; diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 0dac79bf9c..6e75883d50 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -590,6 +590,17 @@ section { } .wwto .contact-photo { width: 25px; height: 25px; } +span[id^="showmore-teaser"]{ + background: url("showmore-bg.jpg") no-repeat center bottom; +} +span[id^="showmore-wrap"] { + border-top: 1px solid #999999; + color: #999999; + display: block; + text-align: center; + background-color: @ThreadBackgroundColor; +} + #pause { position: fixed; diff --git a/view/theme/quattro/showmore-bg.jpg b/view/theme/quattro/showmore-bg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e76015c68a8edf87412cda380fca6446d3e7e706 GIT binary patch literal 1963 zcmds%e`p(39KgTtl4~zNn%=e7G*P$R;V6j{>8yy1Lb5nVmpM4<9JGV6*;zN&He+B# zaW+UMgH2Yoi*z$3t%QN%A9bYp!`aAIb!Z)y$>uyY6DFg~5J5@nVsn1qooTWyi2mU} zeqZk8-S>UI-}n8#d+)1#qg@3)xN*})AcQ~{Hqcaf6if_5e<)`Bu^h{q&8)SywuZA? z?RJ~hW~*~F@O2KsVYBg0UT74XnwsqO%`T_tY7m=5>V%lk#>`q+)*{x~>coF7+F1}d z*us2ZA_6c1F$qMQfo2*ifl46^hZD{_^gtNxTdV4eD&?$eeDECVb?<0RL(S($r+DB!dLuI1^SnUx|8y z*3J`Xg3q3W;a=u;BaH5MM`VkFHt65K0mxQG!7$=;Ptj1Gc+5L7G8fzv2l^e|yq zmlQzR$%pZaafAS2nZ?OblranKD<$UattQX7E1_G*Z*Qw+fx4FtRJR&CjUkFcMRapJy`x(<2lyq%<4Q4j0%Z;$E(Z`EFR8Mw!uTHurPrAoe9xL4%FrhK8 z!T+@tRSoiL|5QeUsehVdzL1+P45dr>(6k2Sx03eO|IAQcgM$m1kfEk8`GN*1e5$t` zRcF)c(n4WrO6@Neaw&C4gG}~Lyr`DEWV-sK?5B%+lSnM#6UyT*lv^mRW--ZYCvur~Lwk8|vd|J$Lq%j$=vi+w;KEB%d3f=3 zO07!yqVV&t@4DB9ccqzv`e7_}!p{8$N3RQie&P{j6>=+RVL+F(H-vz|ORauoSNTTZ zp=`(|jyU_S{0eQoUmkHrqs8gy{j)tQXU=?fQ3FTg@N+GF-7oKmwoD%F`S`b*_WH*U z`WCO>Goe?s#)o~jO{+g$d$h+zyRXI$-}L=>L3XUC^${yx^Qs+hc3(=qZ%n&>S$pkF z{jooaHyg)|f*6rIuwvGJar!QV_H|#vHPF#(FRqz?;d*<*`ZvuDo_jt5d!(W4yR;8Df{ PhlJH{NHZ&P+Lb>6Q2>TR literal 0 HcmV?d00001 From fde3edaa2112c0cb68ae037fa9cf345bc7f0e85c Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Wed, 1 Aug 2012 04:45:27 -0400 Subject: [PATCH 2/2] quattro: readd sparkle cursor --- view/theme/quattro/dark/style.css | 3 +++ view/theme/quattro/green/style.css | 3 +++ view/theme/quattro/quattro.less | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index aa64ca1a9a..087d9c746f 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -899,6 +899,9 @@ section { width: 770px; padding: 0px 20px 0px 10px; } +.sparkle { + cursor: url('icons/lock.cur'), pointer; +} /* wall item */ .tread-wrapper { background-color: #eff0f1; diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index dbaee018b6..9c28473c61 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -899,6 +899,9 @@ section { width: 770px; padding: 0px 20px 0px 10px; } +.sparkle { + cursor: url('icons/lock.cur'), pointer; +} /* wall item */ .tread-wrapper { background-color: #eff0f1; diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 6e75883d50..b5f0af6696 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -422,6 +422,10 @@ section { padding:0px 20px 0px 10px; } +.sparkle { + cursor: url('icons/lock.cur'), pointer; +} + /* wall item */ .tread-wrapper { background-color: @ThreadBackgroundColor;