Committer: akanashin
LJSUP-11840: Remove 298 styles from customize pageU trunk/cgi-bin/LJ/S2Theme/3column.pm U trunk/cgi-bin/LJ/S2Theme/anovelconundrum.pm U trunk/cgi-bin/LJ/S2Theme/boxer.pm U trunk/cgi-bin/LJ/S2Theme/cuteness.pm U trunk/cgi-bin/LJ/S2Theme/gradient.pm U trunk/cgi-bin/LJ/S2Theme/nebula.pm U trunk/cgi-bin/LJ/S2Theme/opal.pm U trunk/cgi-bin/LJ/S2Theme/unearthed.pm
Modified: trunk/cgi-bin/LJ/S2Theme/3column.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/3column.pm 2012-05-23 14:55:15 UTC (rev 11998) +++ trunk/cgi-bin/LJ/S2Theme/3column.pm 2012-05-24 06:52:45 UTC (rev 11999) @@ -61,7 +61,6 @@ ### Themes ### - package LJ::S2Theme::3column::agentorange; use base qw(LJ::S2Theme::3column); sub cats { qw( ) } @@ -78,6 +77,10 @@ use base qw(LJ::S2Theme::3column); sub cats { qw( dark ) } +package LJ::S2Theme::3column::earth; +use base qw(LJ::S2Theme::3column); +sub cats { qw( dark ) } + package LJ::S2Theme::3column::greenenvy; use base qw(LJ::S2Theme::3column); sub cats { qw( ) } @@ -94,4 +97,9 @@ use base qw(LJ::S2Theme::3column); sub cats { qw( ) } +package LJ::S2Theme::3column::unnamed; +use base qw(LJ::S2Theme::3column); +sub cats { qw( ) } + + 1; Modified: trunk/cgi-bin/LJ/S2Theme/anovelconundrum.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/anovelconundrum.pm 2012-05-23 14:55:15 UTC (rev 11998) +++ trunk/cgi-bin/LJ/S2Theme/anovelconundrum.pm 2012-05-24 06:52:45 UTC (rev 11999) @@ -35,11 +35,18 @@ ### Themes ### +package LJ::S2Theme::anovelconundrum::childsplay; +use base qw(LJ::S2Theme::anovelconundrum); +sub cats { qw( ) } package LJ::S2Theme::anovelconundrum::clippy; use base qw(LJ::S2Theme::anovelconundrum); sub cats { qw( ) } +package LJ::S2Theme::anovelconundrum::deardiary; +use base qw(LJ::S2Theme::anovelconundrum); +sub cats { qw( ) } + package LJ::S2Theme::anovelconundrum::glossy; use base qw(LJ::S2Theme::anovelconundrum); sub cats { qw( ) } @@ -52,6 +59,18 @@ use base qw(LJ::S2Theme::anovelconundrum); sub cats { qw( ) } +package LJ::S2Theme::anovelconundrum::renaissance; +use base qw(LJ::S2Theme::anovelconundrum); +sub cats { qw( ) } + +package LJ::S2Theme::anovelconundrum::retro; +use base qw(LJ::S2Theme::anovelconundrum); +sub cats { qw( ) } + +package LJ::S2Theme::anovelconundrum::scribal; +use base qw(LJ::S2Theme::anovelconundrum); +sub cats { qw( ) } + package LJ::S2Theme::anovelconundrum::modern; use base qw(LJ::S2Theme::anovelconundrum); sub cats { qw( ) } Modified: trunk/cgi-bin/LJ/S2Theme/boxer.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/boxer.pm 2012-05-23 14:55:15 UTC (rev 11998) +++ trunk/cgi-bin/LJ/S2Theme/boxer.pm 2012-05-24 06:52:45 UTC (rev 11999) @@ -26,7 +26,18 @@ ### Themes ### +package LJ::S2Theme::boxer::blue; +use base qw(LJ::S2Theme::boxer); +sub cats { qw( ) } +package LJ::S2Theme::boxer::bluebrown; +use base qw(LJ::S2Theme::boxer); +sub cats { qw( ) } + +package LJ::S2Theme::boxer::eggplant; +use base qw(LJ::S2Theme::boxer); +sub cats { qw( ) } + package LJ::S2Theme::boxer::green; use base qw(LJ::S2Theme::boxer); sub cats { qw( ) } @@ -47,6 +58,10 @@ use base qw(LJ::S2Theme::boxer); sub cats { qw( ) } +package LJ::S2Theme::boxer::lonelyturquoise; +use base qw(LJ::S2Theme::boxer); +sub cats { qw( ) } + package LJ::S2Theme::boxer::precious; use base qw(LJ::S2Theme::boxer); sub cats { qw( ) } @@ -55,6 +70,10 @@ use base qw(LJ::S2Theme::boxer); sub cats { qw( ) } +package LJ::S2Theme::boxer::purple; +use base qw(LJ::S2Theme::boxer); +sub cats { qw( ) } + package LJ::S2Theme::boxer::purplesalmon; use base qw(LJ::S2Theme::boxer); sub cats { qw( ) } Modified: trunk/cgi-bin/LJ/S2Theme/cuteness.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/cuteness.pm 2012-05-23 14:55:15 UTC (rev 11998) +++ trunk/cgi-bin/LJ/S2Theme/cuteness.pm 2012-05-24 06:52:45 UTC (rev 11999) @@ -57,4 +57,32 @@ return $self->_append_props("comment_props", @props); } +package LJ::S2Theme::cuteness::curious; +use base qw(LJ::S2Theme::cuteness); +sub cats { qw( ) } + +package LJ::S2Theme::cuteness::cute_eyes; +use base qw(LJ::S2Theme::cuteness); +sub cats { qw( ) } + +package LJ::S2Theme::cuteness::dizzy; +use base qw(LJ::S2Theme::cuteness); +sub cats { qw( ) } + +package LJ::S2Theme::cuteness::doll_face; +use base qw(LJ::S2Theme::cuteness); +sub cats { qw( ) } + +package LJ::S2Theme::cuteness::happy; +use base qw(LJ::S2Theme::cuteness); +sub cats { qw( ) } + +package LJ::S2Theme::cuteness::japanese_style; +use base qw(LJ::S2Theme::cuteness); +sub cats { qw( ) } + +package LJ::S2Theme::cuteness::square_eyes; +use base qw(LJ::S2Theme::cuteness); +sub cats { qw( ) } + 1; Modified: trunk/cgi-bin/LJ/S2Theme/gradient.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/gradient.pm 2012-05-23 14:55:15 UTC (rev 11998) +++ trunk/cgi-bin/LJ/S2Theme/gradient.pm 2012-05-24 06:52:45 UTC (rev 11999) @@ -72,10 +72,26 @@ use base qw(LJ::S2Theme::gradient); sub cats { qw( ) } +package LJ::S2Theme::gradient::floral; +use base qw(LJ::S2Theme::gradient); +sub cats { qw( ) } + +package LJ::S2Theme::gradient::grapevine; +use base qw(LJ::S2Theme::gradient); +sub cats { qw( ) } + package LJ::S2Theme::gradient::monoblue; use base qw(LJ::S2Theme::gradient); sub cats { qw( ) } +package LJ::S2Theme::gradient::monogreen; +use base qw(LJ::S2Theme::gradient); +sub cats { qw( ) } + +package LJ::S2Theme::gradient::monopurple; +use base qw(LJ::S2Theme::gradient); +sub cats { qw( ) } + package LJ::S2Theme::gradient::monored; use base qw(LJ::S2Theme::gradient); sub cats { qw( ) } @@ -96,6 +112,10 @@ use base qw(LJ::S2Theme::gradient); sub cats { qw( ) } +package LJ::S2Theme::gradient::seaweed; +use base qw(LJ::S2Theme::gradient); +sub cats { qw( ) } + package LJ::S2Theme::gradient::strawban; use base qw(LJ::S2Theme::gradient); sub cats { qw( ) } Modified: trunk/cgi-bin/LJ/S2Theme/nebula.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/nebula.pm 2012-05-23 14:55:15 UTC (rev 11998) +++ trunk/cgi-bin/LJ/S2Theme/nebula.pm 2012-05-24 06:52:45 UTC (rev 11999) @@ -66,11 +66,18 @@ ### Themes ### +package LJ::S2Theme::nebula::ohbedtimie; +use base qw(LJ::S2Theme::nebula); +sub cats { qw( ) } package LJ::S2Theme::nebula::ohblack; use base qw(LJ::S2Theme::nebula); sub cats { qw( ) } +package LJ::S2Theme::nebula::ohblue; +use base qw(LJ::S2Theme::nebula); +sub cats { qw( ) } + package LJ::S2Theme::nebula::ohchocchip; use base qw(LJ::S2Theme::nebula); sub cats { qw( ) } @@ -83,6 +90,18 @@ use base qw(LJ::S2Theme::nebula); sub cats { qw( ) } +package LJ::S2Theme::nebula::ohgreen; +use base qw(LJ::S2Theme::nebula); +sub cats { qw( ) } + +package LJ::S2Theme::nebula::ohgreenywhite; +use base qw(LJ::S2Theme::nebula); +sub cats { qw( ) } + +package LJ::S2Theme::nebula::ohpurple; +use base qw(LJ::S2Theme::nebula); +sub cats { qw( ) } + package LJ::S2Theme::nebula::ohred; use base qw(LJ::S2Theme::nebula); sub cats { qw( ) } Modified: trunk/cgi-bin/LJ/S2Theme/opal.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/opal.pm 2012-05-23 14:55:15 UTC (rev 11998) +++ trunk/cgi-bin/LJ/S2Theme/opal.pm 2012-05-24 06:52:45 UTC (rev 11999) @@ -45,6 +45,10 @@ use base qw(LJ::S2Theme::opal); sub cats { qw( ) } +package LJ::S2Theme::opal::bluedays; +use base qw(LJ::S2Theme::opal); +sub cats { qw( ) } + package LJ::S2Theme::opal::carnvial; use base qw(LJ::S2Theme::opal); sub cats { qw( ) } @@ -65,5 +69,16 @@ use base qw(LJ::S2Theme::opal); sub cats { qw( ) } +package LJ::S2Theme::opal::irishluck; +use base qw(LJ::S2Theme::opal); +sub cats { qw( ) } +package LJ::S2Theme::opal::snowcone; +use base qw(LJ::S2Theme::opal); +sub cats { qw( ) } + +package LJ::S2Theme::opal::undersea; +use base qw(LJ::S2Theme::opal); +sub cats { qw( ) } + 1; Modified: trunk/cgi-bin/LJ/S2Theme/unearthed.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/unearthed.pm 2012-05-23 14:55:15 UTC (rev 11998) +++ trunk/cgi-bin/LJ/S2Theme/unearthed.pm 2012-05-24 06:52:45 UTC (rev 11999) @@ -55,6 +55,10 @@ use base qw(LJ::S2Theme::unearthed); sub cats { qw( ) } +package LJ::S2Theme::unearthed::craftis; +use base qw(LJ::S2Theme::unearthed); +sub cats { qw( ) } + package LJ::S2Theme::unearthed::current; use base qw(LJ::S2Theme::unearthed); sub cats { qw( ) } @@ -63,6 +67,14 @@ use base qw(LJ::S2Theme::unearthed); sub cats { qw( ) } +package LJ::S2Theme::unearthed::gainful; +use base qw(LJ::S2Theme::unearthed); +sub cats { qw( ) } + +package LJ::S2Theme::unearthed::inaccurate; +use base qw(LJ::S2Theme::unearthed); +sub cats { qw( ) } + package LJ::S2Theme::unearthed::leisure; use base qw(LJ::S2Theme::unearthed); sub cats { qw( ) } @@ -71,9 +83,16 @@ use base qw(LJ::S2Theme::unearthed); sub cats { qw( ) } +package LJ::S2Theme::unearthed::rampant; +use base qw(LJ::S2Theme::unearthed); +sub cats { qw( ) } + package LJ::S2Theme::unearthed::unveiled; use base qw(LJ::S2Theme::unearthed); sub cats { qw( ) } +package LJ::S2Theme::unearthed::wait; +use base qw(LJ::S2Theme::unearthed); +sub cats { qw( ) } 1;