2009-02-24 05:09:23 +00:00
|
|
|
/** theme: base
|
|
|
|
*
|
2009-08-25 23:21:37 +01:00
|
|
|
* @package StatusNet
|
|
|
|
* @author Sarven Capadisli <csarven@status.net>
|
|
|
|
* @copyright 2009 StatusNet, Inc.
|
2009-02-24 05:09:23 +00:00
|
|
|
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
|
2009-08-25 23:21:37 +01:00
|
|
|
* @link http://status.net/
|
2009-02-24 05:09:23 +00:00
|
|
|
*/
|
|
|
|
|
2009-02-24 04:31:31 +00:00
|
|
|
a:after { background-color:#fff; }
|
|
|
|
a:not([href^="#"]):after { content:" ( "attr(href)" ) "; }
|
|
|
|
|
|
|
|
img { border:none; }
|
|
|
|
p { orphans: 2; widows: 1; }
|
|
|
|
|
|
|
|
#site_nav_global_primary,
|
|
|
|
#site_nav_local_views,
|
|
|
|
#form_notice,
|
|
|
|
.pagination,
|
|
|
|
#site_nav_global_secondary,
|
|
|
|
.entity_actions,
|
|
|
|
.notice-options,
|
2009-02-24 05:09:23 +00:00
|
|
|
#aside_primary,
|
2009-04-09 18:52:39 +01:00
|
|
|
.form_subscription_edit .submit {
|
2009-02-24 04:31:31 +00:00
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timestamp dt, .timestamp dd,
|
|
|
|
.device dt, .device dd {
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
|
2009-02-24 05:09:23 +00:00
|
|
|
.profiles li,
|
2009-02-24 04:31:31 +00:00
|
|
|
.notices li {
|
|
|
|
margin-bottom:18px;
|
|
|
|
}
|