removed some unneeded sass

This commit is contained in:
Daniel Vincent Grippi 2010-09-13 11:16:59 -07:00
parent 7579c0ec50
commit 8c80174e73
4 changed files with 44 additions and 133 deletions

View file

@ -20,6 +20,15 @@ a {
background-color: #556270; background-color: #556270;
background-color: #019dbe; } background-color: #019dbe; }
h1 {
font-size: 21px;
font-weight: bold;
line-height: 36px; }
h3 {
font-size: 18px;
font-weight: bold; }
.avatar { .avatar {
width: 50px; width: 50px;
height: 50px; } height: 50px; }
@ -82,26 +91,22 @@ header {
padding: 0; padding: 0;
padding-top: 5px; padding-top: 5px;
border-bottom: 1px solid #cccccc; } border-bottom: 1px solid #cccccc; }
header a {
color: #999999; }
header a:hover {
background: none;
color: #eeeeee; }
header #diaspora_text { header #diaspora_text {
display: inline; display: inline;
font-family: "BrandonGrotesqueLightRegular"; font-family: "BrandonGrotesqueLightRegular";
font-size: 16px; font-size: 16px;
border: none; border: none;
color: white; } color: white; }
header #diaspora_text a {
color: #999999; }
header #diaspora_text a:hover {
color: white;
background: none; }
header #diaspora_text span.sub_text {
text-shadow: none; }
header #session_action { header #session_action {
top: 0;
position: absolute; position: absolute;
display: inline; display: inline;
top: 0;
right: 0; } right: 0; }
header #session_action a {
color: #999999; }
header #session_action ul { header #session_action ul {
list-style: none; list-style: none;
padding: 0; padding: 0;
@ -113,7 +118,6 @@ header {
header #session_action ul li:last-child { header #session_action ul li:last-child {
margin-right: 0; } margin-right: 0; }
header #group_header { header #group_header {
z-index: 5;
text-shadow: 0 2px 0 white; text-shadow: 0 2px 0 white;
background-color: #eeeeee; background-color: #eeeeee;
border-top: 1px solid #555555; border-top: 1px solid #555555;
@ -129,19 +133,6 @@ header {
header #group_header .page_title { header #group_header .page_title {
text-transform: uppercase; } text-transform: uppercase; }
#show_filters {
z-index: 100;
position: absolute;
right: 0;
text-align: right; }
#show_filters > a {
border: 1px solid #666666;
padding: 5px; }
#main {
width: 100%; }
ul#stream { ul#stream {
margin: 0; margin: 0;
padding: 0; } padding: 0; }
@ -172,20 +163,6 @@ li.message {
color: #bababa; color: #bababa;
font-size: 70%; } font-size: 70%; }
h1 {
position: relative;
font-size: 21px;
font-weight: bold;
line-height: 36px; }
h1 p.description, h1 span.description, h1 .description {
font-weight: 200;
color: #999999; }
h3 {
position: relativex;
font-size: 18px;
font-weight: bold; }
form { form {
position: relative; position: relative;
font-size: 120%; font-size: 120%;
@ -437,7 +414,7 @@ h1.big_text {
#content_bottom { #content_bottom {
position: relative; position: relative;
line-height: 36px; line-height: 36px;
margin: 0 25px; margin: 0;
margin-top: 25px; margin-top: 25px;
margin-bottom: 25px; margin-bottom: 25px;
min-height: 36px; min-height: 36px;
@ -487,15 +464,11 @@ h1.big_text {
#group_nav ul > li a { #group_nav ul > li a {
background-color: #444444; background-color: #444444;
border: 1px solid #555555; border: 1px solid #555555;
-webkit-border-radius: 3;
position: relative;
padding: 3px 8px; padding: 3px 8px;
color: #999999; } color: #999999; }
#group_nav ul > li a:hover { #group_nav ul > li a:hover {
background: none; } background-color: #555555;
#group_nav ul > li:hover a { color: #cccccc; }
background-color: #555555;
color: #cccccc; }
#group_nav ul > li.selected a { #group_nav ul > li.selected a {
padding-top: 5px; padding-top: 5px;
padding-bottom: 3px; padding-bottom: 3px;
@ -509,12 +482,6 @@ h1.big_text {
#group_nav ul > li.selected a a { #group_nav ul > li.selected a a {
color: black; } color: black; }
#add_photo_loader {
position: absolute;
display: none;
left: -25px;
top: 4px; }
#global_search { #global_search {
display: inline; display: inline;
position: relative; position: relative;
@ -538,11 +505,6 @@ h1.big_text {
font-size: 12px; font-size: 12px;
margin-top: -3px; } margin-top: -3px; }
.editing,
.editing:hover {
background-color: yellow;
border: 1px #666666 solid; }
.group, .group,
.requests, .requests,
.remove { .remove {

View file

@ -21,6 +21,18 @@ a
:color #556270 :color #556270
:color #019DBE :color #019DBE
h1
:font
:size 21px
:weight bold
:line
:height 36px
h3
:font
:size 18px
:weight bold
.avatar .avatar
:width 50px :width 50px
:height 50px :height 50px
@ -90,6 +102,13 @@ header
:border :border
:bottom 1px solid #ccc :bottom 1px solid #ccc
a
:color #999
&:hover
:background none
:color #eee
#diaspora_text #diaspora_text
:display inline :display inline
:font :font
@ -98,25 +117,12 @@ header
:border none :border none
:color #fff :color #fff
a
:color #999
a:hover
:color #fff
:background none
span.sub_text
:text
:shadow none
#session_action #session_action
:top 0
:position absolute :position absolute
:display inline :display inline
:right 0
a :top 0
:color #999 :right 0
ul ul
:list :list
@ -135,7 +141,6 @@ header
:right 0 :right 0
#group_header #group_header
:z-index 5
:text-shadow 0 2px 0 #fff :text-shadow 0 2px 0 #fff
:background :background
:color #eee :color #eee
@ -159,18 +164,6 @@ header
:transform uppercase :transform uppercase
#show_filters
:z-index 100
:position absolute
:right 0
:text-align right
#show_filters > a
:border 1px solid #666
:padding 5px
#main
:width 100%
ul#stream ul#stream
:margin 0 :margin 0
:padding 0 :padding 0
@ -214,24 +207,6 @@ li.message
:color #bababa :color #bababa
:font-size 70% :font-size 70%
h1
:position relative
:font
:size 21px
:weight bold
:line-height 36px
p.description, span.description, .description
:font
:weight 200
:color #999
h3
:position relativex
:font
:size 18px
:weight bold
form form
:position relative :position relative
@ -561,7 +536,7 @@ h1.big_text
:position relative :position relative
:line-height 36px :line-height 36px
:margin 0 25px :margin 0
:top 25px :top 25px
:bottom 25px :bottom 25px
@ -632,18 +607,13 @@ h1.big_text
:color #444 :color #444
:border 1px solid #555 :border 1px solid #555
:-webkit-border-radius 3
:position relative
:padding 3px 8px :padding 3px 8px
:color #999 :color #999
&:hover
:background none
&:hover a &:hover
:background :background
:color #555 :color #555
:color #ccc :color #ccc
&.selected a &.selected a
:padding :padding
@ -664,12 +634,6 @@ h1.big_text
a a
:color #000 :color #000
#add_photo_loader
:position absolute
:display none
:left -25px
:top 4px
#global_search #global_search
:display inline :display inline
@ -703,13 +667,6 @@ h1.big_text
:margin :margin
:top -3px :top -3px
.editing,
.editing:hover
:background
:color yellow
:border 1px #666 solid
.group, .group,
.requests, .requests,
.remove .remove

View file

@ -48,10 +48,6 @@
:border :border
:top 1px solid #ccc :top 1px solid #ccc
input.button
:padding 5px
:bottom 6px
ul.button_set ul.button_set
:padding :padding

View file

@ -32,10 +32,6 @@
background: -moz-linear-gradient(top, #f0f0f0, #fafafa); background: -moz-linear-gradient(top, #f0f0f0, #fafafa);
border-top: 1px solid #cccccc; } border-top: 1px solid #cccccc; }
input.button {
padding: 5px;
padding-bottom: 6px; }
ul.button_set { ul.button_set {
padding-left: 0; padding-left: 0;
padding-right: 0; } padding-right: 0; }