Various minor theme directory updates
@ -1,7 +0,0 @@
|
||||
#hd { background-color: orange !important; }
|
||||
|
||||
#bd { background-color: red !important; }
|
||||
|
||||
#ft { background-color: lime !important; }
|
||||
|
||||
#yui-main { background-color: yellow !important; }
|
@ -1,360 +0,0 @@
|
||||
/*
|
||||
|
||||
GNU social alpha CSS
|
||||
|
||||
Enable this line to debug:
|
||||
|
||||
@import url('./debug.css');
|
||||
|
||||
*/
|
||||
|
||||
/** theme: GNU social (portions from StatusNet base CSS)
|
||||
*
|
||||
* @package GNU social
|
||||
* @author Matt Lee <mattl@cnuk.org>
|
||||
* @copyright 2010 Free Software Foundation, Inc
|
||||
* @copyright 2009-2010 StatusNet, Inc.
|
||||
* @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
|
||||
*/
|
||||
|
||||
/* stuff we want to hide..... */
|
||||
|
||||
legend, #anon_notice, #notices_primary h2, #site_nav_local_views dt, #ft dt, .entity_profile dt, .entity_profile h2, .entity_actions h2, .entity_nickname, .entities .nickname, .anon_notice, .entity_profile, .entity_subscribers { display: none !important; }
|
||||
|
||||
#hd a{ color: white !important; }
|
||||
|
||||
.entities li { display: inline; list-style: none !important; }
|
||||
|
||||
.entity_profile dd { margin-bottom: 1em; }
|
||||
|
||||
.notice { background-color: #eee; margin-bottom: 1em; border-top: 1px solid #ddd; padding: 0.4em; }
|
||||
|
||||
.entity_fn { font-size: 130%; }
|
||||
|
||||
dl, dd { margin: 0 !important; padding: 0 !important;}
|
||||
|
||||
#yui-main { margin-bottom: 0 !important; padding-bottom: 0 !important;}
|
||||
|
||||
.notices { margin: 0; padding: 0; }
|
||||
.notices li { list-style: none; }
|
||||
|
||||
#ft { padding-top: 12px;}
|
||||
|
||||
#custom-doc { width:76.23em;*width:74.39em;min-width:991px; margin:auto; text-align:left; }
|
||||
|
||||
#yui-main { background-color: white; position: relative; }
|
||||
|
||||
#sidebar *, #right-nav * { background: none !important; border: none !important; }
|
||||
|
||||
html, body{padding: 0; margin: 0;}
|
||||
|
||||
body {background-image: url(/theme/gnusocial/images/bg.png) !important; background-repeat: repeat-x !important; background-color: white;}
|
||||
|
||||
#hd h1 {margin: 0; line-height: 57px; font-size: 14px; font-weight: bold;}
|
||||
|
||||
#hd h1 a{color: #111; text-decoration: none;}
|
||||
|
||||
#hd dt {display: none;}
|
||||
|
||||
#hd ul {padding: 0; margin: 0; line-height: 48px; position: absolute; top: 0; right: 10px; }
|
||||
|
||||
#hd li {display: inline; list-style: none; margin-left: 12px;}
|
||||
|
||||
#hd {height: 40px; position: relative;}
|
||||
|
||||
|
||||
form {margin: 0 auto; width: 70%;}
|
||||
|
||||
table {width: 100%;}
|
||||
|
||||
tr, td{border: 0;}
|
||||
|
||||
.update-text{ font-size: 12px; font-weight: bold;}
|
||||
|
||||
.update-icon{ text-align: center;}
|
||||
|
||||
#stream li{list-style: none; position: relative; margin-top: 12px; }
|
||||
|
||||
#stream dl {position: absolute; top: 0; left: 50px;}
|
||||
|
||||
#stream dd {color: #333; font-size: 80%; padding: 0; margin: 0; margin-top: 6px;}
|
||||
|
||||
|
||||
#social { padding-left: 10px;}
|
||||
|
||||
#sidebar ul{margin: 0; padding: 0;}
|
||||
|
||||
#sidebar li {list-style: none;}
|
||||
|
||||
#sidebar li a{display: block; width: 180px; padding: 4px;}
|
||||
|
||||
#sidebar li a:hover {background-color: #ececec;}
|
||||
|
||||
.selected {background-color: cyan; width: 180px;}
|
||||
|
||||
#right-nav {background-color: #ececec;}
|
||||
|
||||
#right-nav div {padding: 10px;}
|
||||
|
||||
.form_notice { position: relative; top: 0; left: 0; }
|
||||
|
||||
|
||||
|
||||
form label.submit {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.form_settings {
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.form_settings fieldset {
|
||||
margin-bottom:29px;
|
||||
}
|
||||
.form_settings input.remove {
|
||||
margin-left:11px;
|
||||
}
|
||||
.form_settings .form_data li {
|
||||
width:100%;
|
||||
float:left;
|
||||
}
|
||||
.form_settings .form_data label {
|
||||
float:left;
|
||||
}
|
||||
.form_settings .form_data textarea,
|
||||
.form_settings .form_data select,
|
||||
.form_settings .form_data input {
|
||||
margin-left:11px;
|
||||
float:left;
|
||||
}
|
||||
.form_settings .form_data textarea {
|
||||
width:325px;
|
||||
}
|
||||
|
||||
.form_settings .form_data input.submit {
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
.form_settings label {
|
||||
margin-top:2px;
|
||||
width:143px;
|
||||
}
|
||||
|
||||
.form_actions label {
|
||||
display:none;
|
||||
}
|
||||
.form_guide {
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
.form_settings #settings_autosubscribe label {
|
||||
display:inline;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#form_settings_profile legend,
|
||||
#form_login legend,
|
||||
#form_register legend,
|
||||
#form_password legend,
|
||||
#form_settings_avatar legend,
|
||||
#newgroup legend,
|
||||
#editgroup legend,
|
||||
#form_tag_user legend,
|
||||
#form_remote_subscribe legend,
|
||||
#form_openid_login legend,
|
||||
#form_search legend,
|
||||
#form_invite legend,
|
||||
#form_notice_delete legend,
|
||||
#form_password_recover legend,
|
||||
#form_password_change legend {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.form_settings .form_data p.form_guide {
|
||||
clear:both;
|
||||
margin-left:155px;
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
.form_settings p {
|
||||
margin-bottom:11px;
|
||||
}
|
||||
|
||||
.form_settings input.checkbox {
|
||||
margin-top:0;
|
||||
margin-left:0;
|
||||
}
|
||||
.form_settings label.checkbox {
|
||||
font-weight:normal;
|
||||
margin-top:0;
|
||||
margin-right:0;
|
||||
margin-left:11px;
|
||||
float:left;
|
||||
width:90%;
|
||||
}
|
||||
|
||||
|
||||
#form_login p.form_guide,
|
||||
#form_register #settings_rememberme p.form_guide,
|
||||
#form_openid_login #settings_rememberme p.form_guide,
|
||||
#settings_twitter_remove p.form_guide,
|
||||
#form_search ul.form_data #q {
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
.form_settings .form_note {
|
||||
border-radius:4px;
|
||||
-moz-border-radius:4px;
|
||||
-webkit-border-radius:4px;
|
||||
padding:0 7px;
|
||||
}
|
||||
|
||||
|
||||
.form_settings input.form_action-primary {
|
||||
padding:0;
|
||||
}
|
||||
.form_settings input.form_action-secondary {
|
||||
margin-left:29px;
|
||||
}
|
||||
|
||||
#form_search .submit {
|
||||
margin-left:11px;
|
||||
}
|
||||
caption {
|
||||
font-weight:bold;
|
||||
}
|
||||
legend {
|
||||
font-weight:bold;
|
||||
font-size:1.3em;
|
||||
}
|
||||
input, textarea, select, option {
|
||||
padding:4px;
|
||||
font-family:sans-serif;
|
||||
font-size:1em;
|
||||
}
|
||||
input, textarea, select {
|
||||
border-width:2px;
|
||||
border-style: solid;
|
||||
border-radius:4px;
|
||||
-moz-border-radius:4px;
|
||||
-webkit-border-radius:4px;
|
||||
}
|
||||
|
||||
input.submit {
|
||||
font-weight:bold;
|
||||
cursor:pointer;
|
||||
}
|
||||
textarea {
|
||||
overflow:auto;
|
||||
}
|
||||
option {
|
||||
padding-bottom:0;
|
||||
}
|
||||
fieldset {
|
||||
padding:0;
|
||||
border:0;
|
||||
}
|
||||
form ul li {
|
||||
list-style-type:none;
|
||||
margin:0 0 18px 0;
|
||||
}
|
||||
form label {
|
||||
font-weight:bold;
|
||||
}
|
||||
input.checkbox {
|
||||
position:relative;
|
||||
top:2px;
|
||||
left:0;
|
||||
border:0;
|
||||
}
|
||||
|
||||
.error,
|
||||
.success {
|
||||
padding:4px 7px;
|
||||
border-radius:4px;
|
||||
-moz-border-radius:4px;
|
||||
-webkit-border-radius:4px;
|
||||
margin-bottom:18px;
|
||||
}
|
||||
|
||||
/* #all .notice, #public .notice { padding-bottom: 12px;} */
|
||||
|
||||
/* #all .notice .entry-title, #public .notice .entry-title { position: relative;} */
|
||||
|
||||
/* #all .notice .entry-title .entry-content, #public .notice .entry-title .entry-content { position: absolute; top: 25px; left: 55px; } */
|
||||
|
||||
/* #all .notice .entry-content .timestamp, #public .notice .entry-content .timestamp { color: #666; margin-left: 55px; font-size: 80%; text-decoration: none !important; } */
|
||||
|
||||
.notices div.entry-content { font-size: 80%; }
|
||||
|
||||
.notices div.entry-content a, .notices div.entry-content abbr{ font-color: #666 !important; text-decoration: none !important; }
|
||||
|
||||
abbr { border: 0px !important; }
|
||||
|
||||
#all .entry-title .author .nickname, #public .entry-title .author .nickname { position: absolute; top: 0; left: 55px; font-weight: bold; }
|
||||
|
||||
#showstream #i { position: absolute; top: 0; left: 0; background-color: white; z-index: 100; width: 185px; }
|
||||
|
||||
|
||||
.notice-options, .form_favor .submit, .form_repeat .submit { background-color: white; border: 0; display: none !important; }
|
||||
|
||||
#form_notice { margin-top: 10px;}
|
||||
|
||||
|
||||
/* tagcloud */
|
||||
.tag-cloud {
|
||||
list-style-type:none;
|
||||
text-align:center;
|
||||
}
|
||||
.aside .tag-cloud {
|
||||
font-size:0.8em;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
.tag-cloud li {
|
||||
display:inline;
|
||||
margin-right:7px;
|
||||
line-height:1.25;
|
||||
}
|
||||
|
||||
.tag-cloud li:before {
|
||||
content:'\0009';
|
||||
}
|
||||
|
||||
.aside .tag-cloud li {
|
||||
line-height:1.5;
|
||||
}
|
||||
.tag-cloud li a {
|
||||
text-decoration:none;
|
||||
}
|
||||
#tagcloud.section dt {
|
||||
text-transform:uppercase;
|
||||
font-weight:bold;
|
||||
}
|
||||
.tag-cloud-1 {
|
||||
font-size:1em;
|
||||
}
|
||||
.tag-cloud-2 {
|
||||
font-size:1.25em;
|
||||
}
|
||||
.tag-cloud-3 {
|
||||
font-size:1.75em;
|
||||
}
|
||||
.tag-cloud-4 {
|
||||
font-size:2em;
|
||||
}
|
||||
.tag-cloud-5 {
|
||||
font-size:2.25em;
|
||||
}
|
||||
.tag-cloud-6 {
|
||||
font-size:2.75em;
|
||||
}
|
||||
.tag-cloud-7 {
|
||||
font-size:3.25em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.entity_subscriptions ul:before { content: 'Fan of...'; }
|
||||
|
||||
#feedback-button-of-doom { position: fixed; top: 350px; left: 0; }
|
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 156 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 820 B |
Before Width: | Height: | Size: 701 B |
Before Width: | Height: | Size: 397 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 673 B |
Before Width: | Height: | Size: 336 B |
Before Width: | Height: | Size: 777 B |
Before Width: | Height: | Size: 148 B |
Before Width: | Height: | Size: 331 B |
Before Width: | Height: | Size: 73 B |
Before Width: | Height: | Size: 74 B |
Before Width: | Height: | Size: 75 B |
Before Width: | Height: | Size: 82 B |
Before Width: | Height: | Size: 76 B |
Before Width: | Height: | Size: 79 B |
Before Width: | Height: | Size: 85 B |
Before Width: | Height: | Size: 68 B |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 329 B |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 5.6 KiB |
@ -1,213 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Public timeline - Lorraine Lee — GNU social</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/theme/gnusocial/combo.css" type="text/css">
|
||||
<style type="text/css">
|
||||
#custom-doc { width:76.23em;*width:74.39em;min-width:991px; margin:auto; text-align:left; }
|
||||
|
||||
html, body{padding: 0; margin: 0;}
|
||||
|
||||
body {background-image: url(/theme/gnusocial/bg.png); background-repeat: repeat-x;}
|
||||
|
||||
#hd h1 {margin: 0; line-height: 48px; font-size: 30px; font-weight: bold;}
|
||||
|
||||
#hd h1 a{color: #111; text-decoration: none;}
|
||||
|
||||
#hd dt {display: none;}
|
||||
|
||||
#hd ul {padding: 0; margin: 0; line-height: 48px; position: absolute; top: 0; right: 10px; }
|
||||
|
||||
#hd li {display: inline; list-style: none; margin-left: 12px;}
|
||||
|
||||
#hd {height: 48px; position: relative;}
|
||||
|
||||
#bd {margin-top: 12px;}
|
||||
|
||||
#ft {font-size: 10px; text-align: right; margin-top: 12px}
|
||||
|
||||
form {margin: 0 auto; width: 70%;}
|
||||
|
||||
table {width: 100%;}
|
||||
|
||||
tr, td{border: 0;}
|
||||
|
||||
.update-text{ font-size: 12px; font-weight: bold;}
|
||||
|
||||
.update-icon{ text-align: center;}
|
||||
|
||||
#stream li{list-style: none; position: relative; margin-top: 12px; }
|
||||
|
||||
#stream dl {position: absolute; top: 0; left: 50px;}
|
||||
|
||||
#stream dd {color: #333; font-size: 80%; padding: 0; margin: 0; margin-top: 6px;}
|
||||
|
||||
|
||||
#social {border-left: 1px solid #999; border-right: 1px solid #999; padding-left: 10px;}
|
||||
|
||||
#sidebar ul{margin: 0; padding: 0;}
|
||||
|
||||
#sidebar li {list-style: none;}
|
||||
|
||||
#sidebar li a{display: block; width: 180px; padding: 4px;}
|
||||
|
||||
#sidebar li a:hover {background-color: #ececec;}
|
||||
|
||||
.selected {background-color: cyan; width: 180px;}
|
||||
|
||||
#right-nav {background-color: #ececec;}
|
||||
|
||||
#right-nav div {padding: 10px;}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
<body id="public">
|
||||
<div id="custom-doc" class="yui-t2">
|
||||
<div id="hd">
|
||||
<h1>GNU social</h1>
|
||||
|
||||
<dl id="site_nav_global_primary">
|
||||
<dt>Primary site navigation</dt>
|
||||
<dd>
|
||||
<ul class="nav">
|
||||
<li id="nav_login">
|
||||
<a href="http://lorrainelee.co.uk/main/login" title="Login to the site">Login</a>
|
||||
</li>
|
||||
<li id="nav_help">
|
||||
<a href="http://lorrainelee.co.uk/doc/help" title="Help me!">Help</a>
|
||||
</li>
|
||||
<li id="nav_search">
|
||||
<a href="http://lorrainelee.co.uk/search/people" title="Search for people or text">Search</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div id="bd">
|
||||
|
||||
<div id="yui-main">
|
||||
|
||||
<div class="yui-b">
|
||||
|
||||
<div class="yui-gc">
|
||||
|
||||
<div class="yui-u first">
|
||||
|
||||
<dl id="site_notice" class="system_notice">
|
||||
<dt>Site notice</dt>
|
||||
<dd>Powered by <a href="http://www.gnu.org/software/social/">GNU social</a></dd>
|
||||
</dl>
|
||||
<div id="anon_notice"><p>This is Lorraine Lee, a <a href="http://en.wikipedia.org/wiki/Micro-blogging">micro-blogging</a> service based on the Free Software <a href="http://status.net/">StatusNet</a> tool.</p>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h1>Public timeline</h1>
|
||||
<div id="content_inner">
|
||||
<div id="notices_primary">
|
||||
<h2>Notices</h2>
|
||||
<ol class="notices xoxo">
|
||||
<li class="hentry notice" id="notice-5">
|
||||
<div class="entry-title">
|
||||
<span class="vcard author">
|
||||
<a href="http://lorrainelee.co.uk/lorraine" class="url" title="Lorraine Lee (lorraine)">
|
||||
<img src="http://lorrainelee.co.uk/avatar/3-48-20100722212232.jpeg" class="avatar photo" width="48" height="48" alt="Lorraine Lee"/>
|
||||
<span class="nickname fn">lorraine</span></a>
|
||||
</span>
|
||||
<p class="entry-content">im going to brush my teeth</p>
|
||||
</div>
|
||||
<div class="entry-content">
|
||||
<a rel="bookmark" class="timestamp" href="http://lorrainelee.co.uk/notice/5">
|
||||
<abbr class="published" title="2010-07-22T21:41:40+00:00">about 5 hours ago</abbr>
|
||||
</a>
|
||||
<span class="source">from <span class="device">web</span>
|
||||
</span>
|
||||
<span class="location">at <a href="http://www.geonames.org/2651292" rel="external"><abbr class="geo" title="50.7500000;-3.7500000">County of Devon, England, United Kingdom of Great Britain and Northern Ireland</abbr></a></span>
|
||||
</div>
|
||||
</li>
|
||||
<li class="hentry notice" id="notice-2">
|
||||
<div class="entry-title">
|
||||
<span class="vcard author">
|
||||
<a href="http://lorrainelee.co.uk/lorraine" class="url" title="Lorraine Lee (lorraine)">
|
||||
<img src="http://lorrainelee.co.uk/avatar/3-48-20100722212232.jpeg" class="avatar photo" width="48" height="48" alt="Lorraine Lee"/>
|
||||
<span class="nickname fn">lorraine</span></a>
|
||||
</span>
|
||||
<p class="entry-content">nothing im fine thank you</p>
|
||||
</div>
|
||||
<div class="entry-content">
|
||||
<a rel="bookmark" class="timestamp" href="http://lorrainelee.co.uk/notice/2">
|
||||
<abbr class="published" title="2010-07-22T21:38:18+00:00">about 5 hours ago</abbr>
|
||||
</a>
|
||||
<span class="source">from <span class="device">web</span>
|
||||
</span>
|
||||
<span class="location">at <a href="http://www.geonames.org/2651292" rel="external"><abbr class="geo" title="50.7500000;-3.7500000">County of Devon, England, United Kingdom of Great Britain and Northern Ireland</abbr></a></span>
|
||||
<a href="http://lorrainelee.co.uk/conversation/2#notice-2" class="response">in context</a>
|
||||
</div>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="yui-u" id="right-nav">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="aside_primary" class="aside">
|
||||
<div id="featured_users" class="section">
|
||||
<h2>Featured users</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="yui-b" id="sidebar">
|
||||
<dl id="site_nav_local_views">
|
||||
<dt>Local views</dt>
|
||||
<dd>
|
||||
<ul class="nav">
|
||||
<li class="current" id="nav_timeline_public">
|
||||
<a href="http://lorrainelee.co.uk/" title="Public timeline">Public</a>
|
||||
</li>
|
||||
<li id="nav_groups">
|
||||
<a href="http://lorrainelee.co.uk/group" title="User groups">Groups</a>
|
||||
</li>
|
||||
<li id="nav_recent-tags">
|
||||
<a href="http://lorrainelee.co.uk/tags" title="Recent tags">Recent tags</a>
|
||||
</li>
|
||||
<li id="nav_timeline_favorited">
|
||||
<a href="http://lorrainelee.co.uk/favorited" title="Popular notices">Popular</a>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="ft">
|
||||
|
||||
<dl id="licenses">
|
||||
<dt id="site_statusnet_license">StatusNet software licence</dt>
|
||||
<dd><p><strong>Lorraine Lee</strong> is a microblogging service brought to you by <a href="http://www.gnu.org/s/social/">GNU social</a>. It runs the <a href="http://status.net/">StatusNet</a> microblogging software, version 0.9.3, available under the <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">GNU Affero General Public Licence</a>.</p>
|
||||
</dd>
|
||||
<dt id="site_content_license">Site content license</dt>
|
||||
<dd id="site_content_license_cc">
|
||||
<p>
|
||||
<img id="license_cc" src="http://i.creativecommons.org/l/by/3.0/80x15.png" alt="Creative Commons Attribution 3.0" width="80" height="15"/>
|
||||
All Lorraine Lee content and data are available under the <a class="license" rel="external license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> licence.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 990 B After Width: | Height: | Size: 1.3 KiB |