Removed deprecated files from the default theme.
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 521 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 67 B |
Before Width: | Height: | Size: 74 B |
Before Width: | Height: | Size: 586 B |
@ -1,73 +0,0 @@
|
|||||||
@charset "UTF-8";
|
|
||||||
/* CSS Document */
|
|
||||||
body {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
input {
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
#wrap {
|
|
||||||
margin: 0 auto;
|
|
||||||
padding: 0 20px;
|
|
||||||
width: 800px;
|
|
||||||
text-align: left;
|
|
||||||
background: url(bg-header.gif) repeat-x #fbf2d7;
|
|
||||||
}
|
|
||||||
#header {
|
|
||||||
position: relative;
|
|
||||||
margin-left: 108px;
|
|
||||||
}
|
|
||||||
#nav_views {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
#nav_views li {
|
|
||||||
line-height: 19px;
|
|
||||||
}
|
|
||||||
.statistics dd {
|
|
||||||
margin-top: -15px;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
#notices {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
.notice_single {
|
|
||||||
height: 48px;
|
|
||||||
}
|
|
||||||
#profile {
|
|
||||||
margin-left:0px;
|
|
||||||
}
|
|
||||||
#profile p.notice_current {
|
|
||||||
height: 96px;
|
|
||||||
}
|
|
||||||
#filter_tags {
|
|
||||||
margin-left:20px;
|
|
||||||
}
|
|
||||||
#content .subscriptions {
|
|
||||||
margin-left:30px;
|
|
||||||
width:100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#subscriptions_avatars li {
|
|
||||||
float: left;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
img.avatar.original, img.avatar.profile {
|
|
||||||
clear: none;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
#status_textarea {
|
|
||||||
height: 46px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#nav_pagination li a {
|
|
||||||
padding: 6px 15px;
|
|
||||||
line-height: 27px;
|
|
||||||
}
|
|
||||||
#nav_sub {
|
|
||||||
position: relative;
|
|
||||||
margin-left: 108px;
|
|
||||||
}
|
|
||||||
#footer {
|
|
||||||
margin-left: 108px;
|
|
||||||
}
|
|
@ -1,39 +0,0 @@
|
|||||||
@charset "UTF-8";
|
|
||||||
/* CSS Document */
|
|
||||||
input.disfavor,
|
|
||||||
input.favor {
|
|
||||||
text-indent:0;
|
|
||||||
text-align:right;
|
|
||||||
padding-left:25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#profile_actions li {
|
|
||||||
float:left;
|
|
||||||
clear:both;
|
|
||||||
}
|
|
||||||
#profile_actions #profile_nudge input.submit {
|
|
||||||
margin-left:0;
|
|
||||||
width:100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#statistics dd {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
#subscriptions_avatars li {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
img.avatar.original, img.avatar.profile {
|
|
||||||
clear: none;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#nav_pagination li a {
|
|
||||||
padding: 6px 15px;
|
|
||||||
line-height: 27px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#filter_tags ul li#filter_tags_item label {
|
|
||||||
position:relative;
|
|
||||||
top:-8px;
|
|
||||||
}
|
|
Before Width: | Height: | Size: 328 B |