Replacing old base theme with rebase theme.
@ -1,17 +1,11 @@
|
||||
/**
|
||||
* @package StatusNet
|
||||
* @author Sarven Capadisli <csarven@status.net>
|
||||
* @copyright 2009-2010 StatusNet, Inc.
|
||||
* @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
|
||||
* @link http://status.net/
|
||||
*/
|
||||
/* IE specific styles */
|
||||
/* Temporary copy of base styles for overriding */
|
||||
|
||||
input.checkbox,
|
||||
input.radio {
|
||||
top:0;
|
||||
}
|
||||
.form_notice textarea {
|
||||
width:78%;
|
||||
width: 485px;
|
||||
}
|
||||
.form_notice .count + label {
|
||||
position:absolute;
|
||||
@ -21,10 +15,11 @@ text-indent:-9999px;
|
||||
height:16px;
|
||||
width:16px;
|
||||
display:block;
|
||||
top: 30px;
|
||||
}
|
||||
.form_notice .submit {
|
||||
width:17%;
|
||||
max-width:17%;
|
||||
width: 106px;
|
||||
max-width: 106px;
|
||||
}
|
||||
.form_notice .attach-status,
|
||||
.form_notice #notice_data-geo_selected {
|
||||
@ -58,3 +53,28 @@ z-index:9999;
|
||||
.form_settings fieldset fieldset legend {
|
||||
line-height:auto;
|
||||
}
|
||||
|
||||
|
||||
/* IE specific styles */
|
||||
|
||||
.notice-options input.submit {
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
.form_notice input.notice_data-attach {
|
||||
filter: alpha(opacity=0);
|
||||
}
|
||||
|
||||
.form_notice .count + label {
|
||||
background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -328px;
|
||||
}
|
||||
|
||||
.form_notice .notice_data-geo_wrap label {
|
||||
background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1780px;
|
||||
}
|
||||
|
||||
.form_notice .notice_data-geo_wrap label.checked {
|
||||
background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1846px;
|
||||
}
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 646 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
@ -1,2 +1,2 @@
|
||||
external[]="http://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic"
|
||||
include=rebase
|
||||
include=base
|
||||
|
@ -1,80 +0,0 @@
|
||||
/* Temporary copy of base styles for overriding */
|
||||
|
||||
input.checkbox,
|
||||
input.radio {
|
||||
top:0;
|
||||
}
|
||||
.form_notice textarea {
|
||||
width: 485px;
|
||||
}
|
||||
.form_notice .count + label {
|
||||
position:absolute;
|
||||
top:25px;
|
||||
left:83%;
|
||||
text-indent:-9999px;
|
||||
height:16px;
|
||||
width:16px;
|
||||
display:block;
|
||||
top: 30px;
|
||||
}
|
||||
.form_notice .submit {
|
||||
width: 106px;
|
||||
max-width: 106px;
|
||||
}
|
||||
.form_notice .attach-status,
|
||||
.form_notice #notice_data-geo_selected {
|
||||
width:78.75%;
|
||||
}
|
||||
.form_notice .attach-status button,
|
||||
.form_notice #notice_data-geo_selected button {
|
||||
padding:0 4px;
|
||||
}
|
||||
.notice-options input.submit {
|
||||
font-size:0;
|
||||
text-align:right;
|
||||
text-indent:0;
|
||||
}
|
||||
.notice div.entry-content .timestamp a {
|
||||
margin-right:4px;
|
||||
}
|
||||
.entity_profile {
|
||||
width:64%;
|
||||
}
|
||||
.notice {
|
||||
z-index:1;
|
||||
}
|
||||
.notice:hover {
|
||||
z-index:9999;
|
||||
}
|
||||
.notice .thumbnail img {
|
||||
z-index:9999;
|
||||
}
|
||||
|
||||
.form_settings fieldset fieldset legend {
|
||||
line-height:auto;
|
||||
}
|
||||
|
||||
|
||||
/* IE specific styles */
|
||||
|
||||
.notice-options input.submit {
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
.form_notice input.notice_data-attach {
|
||||
filter: alpha(opacity=0);
|
||||
}
|
||||
|
||||
.form_notice .count + label {
|
||||
background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -328px;
|
||||
}
|
||||
|
||||
.form_notice .notice_data-geo_wrap label {
|
||||
background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1780px;
|
||||
}
|
||||
|
||||
.form_notice .notice_data-geo_wrap label.checked {
|
||||
background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1846px;
|
||||
}
|
||||
|
||||
|
@ -1,47 +0,0 @@
|
||||
/**
|
||||
* @package StatusNet
|
||||
* @author Sarven Capadisli <csarven@status.net>
|
||||
* @copyright 2009-2010 StatusNet, Inc.
|
||||
* @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
|
||||
* @link http://status.net/
|
||||
*/
|
||||
/* IE6 specific styles */
|
||||
address {
|
||||
margin-left:7px;
|
||||
}
|
||||
address .fn {
|
||||
display:none;
|
||||
}
|
||||
|
||||
#wrap {
|
||||
width:1003px;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
#content {
|
||||
width:66%;
|
||||
}
|
||||
#aside_primary {
|
||||
padding:1.8%;
|
||||
width:24%;
|
||||
}
|
||||
.entity_profile .entity_nickname,
|
||||
.entity_profile .entity_location,
|
||||
.entity_profile .entity_url,
|
||||
.entity_profile .entity_note,
|
||||
.entity_profile .entity_tags {
|
||||
margin-left:0;
|
||||
}
|
||||
.entity_profile .entity_depiction {
|
||||
margin-bottom:123px;
|
||||
}
|
||||
.entity_actions {
|
||||
width:20%;
|
||||
}
|
||||
.notice div.entry-content {
|
||||
width:65%;
|
||||
margin-left:30px;
|
||||
}
|
||||
.notice-options a {
|
||||
width:16px;
|
||||
}
|
@ -1,42 +0,0 @@
|
||||
/**
|
||||
* @package StatusNet
|
||||
* @author Sarven Capadisli <csarven@status.net>
|
||||
* @copyright 2009-2010 StatusNet, Inc.
|
||||
* @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
|
||||
* @link http://status.net/
|
||||
*/
|
||||
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
|
||||
.jcrop-holder { text-align: left; }
|
||||
|
||||
.jcrop-vline, .jcrop-hline
|
||||
{
|
||||
font-size: 0;
|
||||
position: absolute;
|
||||
background: white url(../images/illustrations/illu_jcrop.gif) top left repeat;
|
||||
}
|
||||
.jcrop-vline { height: 100%; width: 1px !important; }
|
||||
.jcrop-hline { width: 100%; height: 1px !important; }
|
||||
.jcrop-handle {
|
||||
font-size: 1px;
|
||||
width: 7px !important;
|
||||
height: 7px !important;
|
||||
border: 1px #eee solid;
|
||||
background-color: #333;
|
||||
*width: 9px;
|
||||
*height: 9px;
|
||||
}
|
||||
|
||||
.jcrop-tracker { width: 100%; height: 100%; }
|
||||
|
||||
.custom .jcrop-vline,
|
||||
.custom .jcrop-hline
|
||||
{
|
||||
background: yellow;
|
||||
}
|
||||
.custom .jcrop-handle
|
||||
{
|
||||
border-color: black;
|
||||
background-color: #C7BB00;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
/** Universal Ad Package styles:
|
||||
* Medium Rectangle 300x250
|
||||
* Rectangle 180x150
|
||||
* Leaderboard 728x90
|
||||
* Wide Skyscraper 160x600
|
||||
*
|
||||
* @package StatusNet
|
||||
* @author Sarven Capadisli <csarven@status.net>
|
||||
* @copyright 2010 StatusNet, Inc.
|
||||
* @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
|
||||
* @link http://status.net/
|
||||
*/
|
||||
|
||||
|
||||
.ad {
|
||||
border:1px solid #CCC;
|
||||
float:left;
|
||||
}
|
||||
|
||||
#ad_medium-rectangle {
|
||||
width:300px;
|
||||
height:250px;
|
||||
|
||||
margin-left:1.35%;
|
||||
margin-bottom:18px;
|
||||
}
|
||||
|
||||
#ad_rectangle {
|
||||
width:180px;
|
||||
height:150px;
|
||||
|
||||
float:none;
|
||||
clear:both;
|
||||
margin:0 auto;
|
||||
margin-bottom:29px;
|
||||
}
|
||||
|
||||
#ad_leaderboard {
|
||||
width:728px;
|
||||
height:90px;
|
||||
|
||||
margin:0 auto 18px;
|
||||
float:none;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
#ad_wide-skyscraper {
|
||||
width:160px;
|
||||
height:600px;
|
||||
|
||||
float:right;
|
||||
margin-top:18px;
|
||||
margin-right:8.25%;
|
||||
}
|
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 3.4 KiB |
@ -1,59 +0,0 @@
|
||||
/**
|
||||
* @author Paul Jarvis http://code.google.com/p/twotiny/
|
||||
* @license http://dev.perl.org/licenses/ Artistic License/GPL
|
||||
* @note
|
||||
White left arrow with green background
|
||||
White right arrow with green background
|
||||
White clip with green background
|
||||
White heart with green background
|
||||
White reply with green background
|
||||
White garbage with green background
|
||||
White pencil with green background
|
||||
White envelope with green background
|
||||
White speech bubble with green background
|
||||
White shield with green background
|
||||
White asterisk with green background
|
||||
White x with green background
|
||||
White plus with green background
|
||||
White minus with green background
|
||||
White skull with green background
|
||||
White recycle with green background
|
||||
White external with green background
|
||||
White key with green background
|
||||
White flag with green background
|
||||
White checkmark with green background
|
||||
White reject with green background
|
||||
White play with green background
|
||||
White pause with green background
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* @author Sarven Capadisli <csarven@status.net>
|
||||
* @copyright 2008-2010 StatusNet, Inc.
|
||||
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
|
||||
* @link http://status.net/
|
||||
* @note
|
||||
Green clip with transparent background
|
||||
Green heart with white background
|
||||
White person with tie with green background
|
||||
White sherif badge with green background
|
||||
White boxes with green background
|
||||
White speech bubble broken with green background
|
||||
Green recycle with transparent background
|
||||
Green pin with white background
|
||||
White pin with green background
|
||||
White underscore with green background
|
||||
White C with green background
|
||||
White magic wand with green background
|
||||
Green badge with white background
|
||||
Green sandbox with white background
|
||||
Green speech bubble broken with white background
|
||||
Green person with tie with white background
|
||||
*/
|
||||
|
||||
Created by various authors
|
||||
* FOAF icon from http://iandavis.com/2006/foaf-icons/ with Public Domain license
|
||||
* Atom feed icon from http://intertwingly.net/wiki/pie/Icon with Public Domain license
|
||||
* RSS feed icon from http://www.feedicons.com/ (Mozilla, Microsoft, Matt Brett) with MPL/GPL/LGPL tri-license
|
||||
* Processing icon from/by Unknown with Unknown license //FIXME
|
Before Width: | Height: | Size: 807 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 673 B |
Before Width: | Height: | Size: 763 B |
Before Width: | Height: | Size: 331 B |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 100 B |
Before Width: | Height: | Size: 85 B |
Before Width: | Height: | Size: 73 B |
Before Width: | Height: | Size: 74 B |
Before Width: | Height: | Size: 105 B |
Before Width: | Height: | Size: 76 B |
Before Width: | Height: | Size: 82 B |
Before Width: | Height: | Size: 78 B |
Before Width: | Height: | Size: 70 B |
Before Width: | Height: | Size: 88 B |
Before Width: | Height: | Size: 75 B |
Before Width: | Height: | Size: 73 B |
Before Width: | Height: | Size: 80 B |
Before Width: | Height: | Size: 76 B |
Before Width: | Height: | Size: 82 B |
Before Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 76 B |
Before Width: | Height: | Size: 74 B |
Before Width: | Height: | Size: 79 B |
Before Width: | Height: | Size: 77 B |
Before Width: | Height: | Size: 87 B |
Before Width: | Height: | Size: 79 B |
Before Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 85 B |
Before Width: | Height: | Size: 103 B |
Before Width: | Height: | Size: 85 B |
Before Width: | Height: | Size: 77 B |
Before Width: | Height: | Size: 79 B |
Before Width: | Height: | Size: 329 B |
Before Width: | Height: | Size: 538 B |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 13 KiB |