afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-08-09 01:41 am

[dw-free] remove unused files from htdocs/stc

[commit: http://hg.dwscoalition.org/dw-free/rev/f4abc4222b73]

http://bugs.dwscoalition.org/show_bug.cgi?id=1542

Remove unused CSS files.

Patch by [personal profile] kareila.

Files modified:
  • cvs/multicvs.conf
  • htdocs/stc/comm_promo.css
  • htdocs/stc/customize-s1.css
  • htdocs/stc/lj_base-ie.css
  • htdocs/stc/pagemodules.css
  • htdocs/stc/tour.css
  • htdocs/stc/userprofile.css
  • htdocs/stc/widget.css
  • htdocs/stc/widgets/qotd-verticals.css
--------------------------------------------------------------------------------
diff -r 2f13841d0588 -r f4abc4222b73 cvs/multicvs.conf
--- a/cvs/multicvs.conf	Sat Aug 08 18:56:22 2009 +0000
+++ b/cvs/multicvs.conf	Sun Aug 09 01:41:20 2009 +0000
@@ -165,9 +165,7 @@ dw-free/htdocs/stc/importer.css         
 dw-free/htdocs/stc/importer.css           ssldocs/stc/importer.css
 dw-free/htdocs/stc/lj_base.css            ssldocs/stc/lj_base.css
 dw-free/htdocs/stc/lj_base-app.css        ssldocs/stc/lj_base-app.css
-dw-free/htdocs/stc/lj_base-ie.css         ssldocs/stc/lj_base-ie.css
 dw-free/htdocs/stc/lj_settings.css        ssldocs/stc/lj_settings.css
-dw-free/htdocs/stc/widget.css             ssldocs/stc/widget.css
 dw-free/htdocs/stc/widgets/createaccount.css    ssldocs/stc/widgets/createaccount.css
 dw-free/htdocs/stc/widgets/createaccountprogressmeter.css       ssldocs/stc/widgets/createaccountprogressmeter.css
 dw-free/htdocs/js/jobstatus.js            ssldocs/js/jobstatus.js
diff -r 2f13841d0588 -r f4abc4222b73 htdocs/stc/comm_promo.css
--- a/htdocs/stc/comm_promo.css	Sat Aug 08 18:56:22 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,68 +0,0 @@
-div.CommunityPromoBox {
-    background-color: #FFF;
-    border: 1px solid #bbddff;
-    font-family: Arial, sans-serif;
-    padding: 0.5em;
-    margin: 0.5em 0;
-}
-div.CommunityPromoBox .Horizontal .Userpic img {
-    border: 0;
-    float: left;
-    margin-right: 0.5em;
-    display: inline;
-}
-div.CommunityPromoBox a {
-    text-decoration: none !important;
-    font-size: 1.1em;
-    color: #4474FB !important;
-}
-div.CommunityPromoBox .CommLink {
-    margin-bottom: 0.3em;
-}
-div.CommunityPromoBox .Horizontal .Title {
-    font-size: 0.8em;
-    margin-bottom: 0.5em;
-    font-weight: bold;
-}
-div.CommunityPromoBox .Horizontal .Links {
-    margin-left: 0.4em;
-}
-div.CommunityPromoBox .Vertical {
-    width: 160px;
-    text-align: center;
-}
-div.CommunityPromoBox .Vertical .Userpic img {
-    border: 0;
-    margin-left: auto;
-    margin-right: auto;
-}
-div.CommunityPromoBox .Vertical .Title {
-    font-size: 0.9em;
-}
-div.CommunityPromoBox .Vertical .Blurb {
-    font-size: 1.0em;
-}
-
-/*
-div.CommunityPromoBox .Horizontal {
-    width: 250px;
-    height: 115px;
-}
-div.CommunityPromoBox .CommLink {
-    padding: .2em;
-}
-div.CommunityPromoBox .Title {
-    font-weight: bold;
-    padding: .4em .4em .5em .4em;
-}
-div.CommunityPromoBox .Blurb {
-    padding: 0 .4em .5em .4em;
-}
-div.CommunityPromoBox .Horizontal .Userpic {
-    height: 110px;
-    float: left;
-}
-div.CommunityPromoBox .Horizontal .Blurb {
-    font-size: 0.9em;
-}
-*/
diff -r 2f13841d0588 -r f4abc4222b73 htdocs/stc/customize-s1.css
--- a/htdocs/stc/customize-s1.css	Sat Aug 08 18:56:22 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,106 +0,0 @@
-#Authas {
-    margin-top: .5em;
-    float: right;
-}
-#Tabs {
-    margin: 0; padding: 0;
-    border-bottom: 2em solid #f4717a 
-    display: block;
-    list-style-type: none;
-    clear: right;
-}
-#Tabs li {
-    font-size: 1em;
-    border: 2px solid #f4717a 
-    margin: 0 0.2em -2em 0.8em;
-    padding: 0.25em 0.25em 0em 0.25em;
-    background: #ddd;
-    display: inline;
-    white-space: nowrap;
-}
-#Tabs li.SelectedTab {
-    background-color: #f4717a 
-    font-weight: bold;
-}
-#Tabs li a {
-    text-decoration: none;
-    width: 100%;
-    padding: 0;
-    margin: 0;
-    color: #000;
-}
-#Tabs li.SelectedTab {
-    color: #fff;
-}
-#CurrentTab {
-    margin-top: 0;
-    border: 1px solid #f4717a 
-    padding: .5em;
-}
-#CurrentTabMain {
-    height: 100%;
-    width: 64%;
-}
-#CurrentTabSide {
-    width: 35%;
-    float: right;
-    margin-top: 1em;
-}
-#CurrentTabSide table th {
-    font-weight: normal;
-    white-space: nowrap;
-    vertical-align: top;
-    font-style: italic;
-    text-align: left;
-}
-fieldset {
-    border: 1px solid #ccc;
-    margin-bottom: 1em;
-    margin-top: .5em;
-}
-legend {
-    font-size: 1em;
-    font-weight: bold;
-    color: #000;
-}
-#propgroupstab {
-    text-decoration: none;
-    margin: 0;
-    padding: 0;
-    font-weight: bold;
-    display: inline;
-    margin-bottom: .5em;
-}
-#propgroupsbody {
-    margin-top: .5em;
-    margin-bottom: .5em;
-    padding-left: 2em;
-    border: 1px solid #ccc;
-}
-span.propgrouptabsel, span.propgrouptab {
-    margin: 0 0.2em 0 0.8em;
-}
-span.propgrouptabsel a {
-    text-decoration: none;
-    color: #000;
-}
-div.inset {
-    margin-left: 2em;
-    margin-top: 0.5em;
-    margin-bottom: 0.5em;
-}
-dl.hidedt {
-    margin: 0;
-    padding: 0;
-}
-dl.hidedt dt {
-    font-weight: bold;
-}
-#CustomOptions th {
-    text-align: left;
-}
-#CustomizeAdBox {
-    height: 110px;
-    width: 728px;
-    margin: 0 auto;
-}
diff -r 2f13841d0588 -r f4abc4222b73 htdocs/stc/lj_base-ie.css
--- a/htdocs/stc/lj_base-ie.css	Sat Aug 08 18:56:22 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-/* ie6 and below css */
-
-.LJ_Placeholder_Container {
-    position: relative;
-}
-.LJ_Placeholder_Container img {
-    position: absolute;
-    top: 45%;
-    left: 45%;
-}
-
-/* Vgift shop page */
-.vgift .vg_img {
-    height: 101px;
-    width: 101px;
-    margin-left: 0px;
-    margin-right: 0px;
-}
diff -r 2f13841d0588 -r f4abc4222b73 htdocs/stc/pagemodules.css
--- a/htdocs/stc/pagemodules.css	Sat Aug 08 18:56:22 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,48 +0,0 @@
-.module {
-    margin-bottom: 20px;
-    position: relative;
-}
-
-.main-module {
-    background-color: #ecf6ff;
-    padding-bottom: 5px;
-}
-
-.module h2.header {
-    font-size: 14px;
-    clear: left;
-    font-family: Arial;
-    font-weight: bold;
-    background: #ededed url(/img/corner.gif) no-repeat 0 0;
-    margin: 0 0 8px 0;
-    padding: 5px 8px;
-    color: #222;
-}
-
-.module h2.main-header {
-    background-color: #ffd8d8;
-}
-
-.module .header-right-link {
-    position: absolute;
-    right: 7px;
-    top: 6px;
-    font-size: 11px;
-    text-decoration: none;
-    padding-left: 10px;
-    text-transform: lowercase;
-    color: #114577 !important;
-    background: url('/img/arrow-double-blue.gif') no-repeat 0 60%;
-}
-
-.module .header-right-link:hover {
-    text-decoration: underline;
-}
-
-.module .content {
-    padding: 0 10px;
-}
-
-.module .main-content {
-    background-color: #ecf6ff;
-}
diff -r 2f13841d0588 -r f4abc4222b73 htdocs/stc/tour.css
--- a/htdocs/stc/tour.css	Sat Aug 08 18:56:22 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,137 +0,0 @@
-/* styles for /tour/ */
-
-.layout-2col-r300 {
-    padding-right: 320px;
-}
-* html .layout-2col-r300 {
-    height: 1%;
-}
-.primary {
-    float: left;
-    width: 100%;
-}
-.secondary {
-    width: 300px;
-    padding-left: 20px;
-    float: right;
-    margin-right: -320px;
-}
-* html .secondary {
-    float: left;
-}
-dl,dt,dd {
-    margin: 0;
-    padding: 0;
-}
-dl {
-    border-bottom: 1px solid #ccc;
-    padding: 10px 0;
-}
-dl.over {
-    background-color: #eee;
-}
-dt {
-    font-weight: bold;
-    margin-bottom: 3px;
-    font-size: 120% !important;
-}
-dd {
-    padding-right: 10px;
-}
-dd.image {
-    float: left;
-    margin-right: 10px;
-    width: 70px;
-    text-align: center;
-    padding-right: 0;
-}
-p.image-wrapper {
-    text-align: center;
-}
-ul.doublearrows {
-    margin-bottom: 15px !important;    
-}
-ul.doublearrows li a {
-    background: url('/img/arrow-double-black.gif') no-repeat 0 6px;
-    padding-left: 12px;
-}
-ul#tourskip {
-    position: relative;
-    width: 100%;
-    padding-top: 10px;
-    border-top: 1px solid #ccc;
-}
-ul#tourskip li {
-    font-weight: bold;
-}
-ul#tourskip li.home {
-    text-align: center;
-}
-ul#tourskip li.prev {
-    position: absolute;
-    left: 0;
-}
-ul#tourskip li.next {
-    position: absolute;
-    right: 0;
-}
-.start {
-    font-size: 1.2em;
-    text-align: center;
-    padding: 3px 10px;
-}
-.placeholder {
-    width: 300px;
-    height: 250px;
-}
-input.start {
-    background: #6293C3;
-    color: #fff;
-    border: 2px solid #90BDE8;
-    border-bottom: 2px solid #46719C;
-    border-right: 2px solid #46719C;
-}
-.getstarted-button {
-    position: absolute;
-    right: 30px;
-    top: 0;
-    float: right;
-    margin: 0;
-}
-.getstarted {
-    padding: 3px 6px;
-    border: 1px solid #cccccc;
-    background-color: #eeeeee;
-    text-align: center;
-}
-.getstarted-home {
-    text-align: center;
-    margin-bottom: 10px;
-}
-#tour-points {
-    border: 1px solid #ccc;
-    background-color: #eee;
-    margin-bottom: 15px;
-    padding: 10px;
-}
-#tour-points ul {
-    margin: 0;
-    padding: 0 0 0 15px;
-}
-#tour-points ul li {
-    font-size: 95% !important;
-    margin-bottom: 4px;
-    padding: 0;
-}
-#tour-questions p {
-    margin-top: 0;
-}
-.appwidget {
-    margin: 0 !important;
-    padding: 0 !important;
-}
-.tour-login {
-    font-size: 85%;
-    text-align: center;
-    margin: 8px 0;
-}
diff -r 2f13841d0588 -r f4abc4222b73 htdocs/stc/userprofile.css
--- a/htdocs/stc/userprofile.css	Sat Aug 08 18:56:22 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,151 +0,0 @@
-.clear {
-    clear: both;
-    }
-
-h1 a {
-	color: #c1272c; 
-	font-size: 1em;
-	}
-
-#alpha {
-	float: right;
-	width: 20em;
-	margin: .8em 0 0 0;
-	}
-	
-	#alpha .module {
-		font-size: .9em;
-		}
-
-#beta {
-	margin-right: 21em;
-	}
-	
-.module {
-	padding: 1px;
-	margin: 0 0 1em 0;
-	}
-	
-	.module .content {
-		padding: .3em .5em .8em .5em;
-		line-height: 130%;
-		}
-		
-		
-		.module .content .journal_title {
-			font-weight: bold;
-			font-size: 1.5em;
-			margin: .2em 0 0 0;
-			line-height: 140%;
-			}
-	
-		.module .content .journal_sub {
-			font-size: 1em;
-			margin: .5em 0 0 0;
-			font-style: italic;
-			}
-			
-		.last_updated {
-			font-size: .9em;
-			}
-			
-		.school_meta {
-			font-size: .9em;
-			}
-		
-	#beta .module {
-		border: none;
-		}		
-			
-	#beta .module fieldset legend {
-		background: #fff;
-		color: #c1272c; 
-		font-weight: bold;
-		display: block;
-		}
-		
-		#beta .module legend a {
-		    text-decoration: none;
-		    color: #c1272c; 
-			}
-			
-			#beta .module legend .edit a {
-			   color: #999;
-			   font-size: .9em;
-			   text-decoration: underline;
-			   margin: 0 0 0 .2em;
-			   font-weight: normal;
-			   }
-		
-		
-	.module h2 {
-	    display: table;
-	    width: 100%;
-		position: relative;
-		background: #f4717a ;
-		margin: 0;
-		padding: .2em;
-		font-size: 1em;
-		font-weight: bold;
-		color: #fff;
-		height: 1.5em;
-		}
-		
-		.module h2 a, .module h2 a:link, .module h2 a:link:visited {
-		    color: #fff;
-		    text-decoration: none;
-		    font-size: 1.1em;
-		  }
-		
-		.module h2 img {
-		   width: 16px;
-		   height: 16px;
-		  }
-		
-		.module h2 span {
-		  display: table-cell;
-		  vertical-align: middle;
-		  text-align: left;
-		  width: 100%;
-		  }
-		
-		.module h2 .edit {
-			position: absolute;
-			right: 0;
-			top: .2em;
-			}
-			
-			.module h2 .edit a {
-				color: #fff;
-				margin: 0 .5em 0 0;
-				font-weight: normal;
-				}
-	
-	.userpic {
-		float: right;
-		margin: 0 0 1em .5em;
-		width: 100px;
-		height: 100px;
-		text-align: center;
-		}
-		
-		.userpic a {
-			font-size: .9em;
-			}
-			
-fieldset {
-	border: 1px solid #ccc;
-	position: relative;
-	}
-	
-#aboutme {
-    min-height: 125px;
-    }
-    
-.incommon {
-    font-weight: bold;
-    }
-    
-.journal_stats {
-    margin: 1em 0 0 0;
-    }
diff -r 2f13841d0588 -r f4abc4222b73 htdocs/stc/widget.css
--- a/htdocs/stc/widget.css	Sat Aug 08 18:56:22 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-.indent_sm {
-    margin-left: 8px;
-}
-
-.friendsfinder {
-   font-family: Verdana, arial, sans-serif !important;
-}
-
-.friendsfinder .rounded-box-content{
-    padding: 30px 25px 40px 25px;
-}
-
diff -r 2f13841d0588 -r f4abc4222b73 htdocs/stc/widgets/qotd-verticals.css
--- a/htdocs/stc/widgets/qotd-verticals.css	Sat Aug 08 18:56:22 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-.appwidget-qotd h2 {
-    font-size: 14px;
-    clear: left;
-    font-family: Arial;
-    font-weight: bold;
-    background: #ededed url(/img/corner.gif) no-repeat 0 0;
-    margin: 0 !important;
-    padding: 5px 8px !important;
-    color: #222;
-}
-
-.appwidget-qotd #all_questions {
-    padding: 8px 10px 0 10px;
-    border: 1px solid #ededed;
-    border-top: 0;
-}
-
-.appwidget-qotd p.detail span.suggestions {
-    display: none;
-}
-
-.appwidget-qotd .small-view-link {
-    font-size: 11px;
-}
--------------------------------------------------------------------------------