Skip to content
This repository has been archived by the owner on Aug 29, 2017. It is now read-only.

Commit

Permalink
Adding extension to github.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Mar 11, 2013
1 parent e06684c commit fa79730
Show file tree
Hide file tree
Showing 9 changed files with 925 additions and 3 deletions.
20 changes: 20 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Copyright (c) 2008-2012 Todd Matthews & Steve Purcell

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
tweetwidget
===========
Sea of Clouds - Twitter Widget
=======================

A twitter widget, based on the 'Sea of Clouds' script. The most often used
options can be configured in the `config.yml` file. If you wish to change either
the default CSS or the default javascript, you should copy the files from
`SeaOfCloudsWidget/assets` to another file in that same folder. That way, they
will not be overwritten when you update the extension.

<pre>

</pre>




Tweetwidget is a twitter widget, based on the 'Sea of Clouds' Tweet! script.
69 changes: 69 additions & 0 deletions assets/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
body {
background-color: #008D99;
color: white;
font: 15px/1.3 arial, sans-serif;
margin: 0 auto;
width: 480px;
padding: 30px;
text-align: left; }

h1 {
font-size: 240%;
margin-bottom: -.5em; }
h2, p, ul, code {
margin-bottom: 1em; }
h2 a {
color: #fff; }
h3 {
font-size: 140%;
margin-bottom: .4em; }
ul {
padding-left: 2em; }
ul li {
list-style-type: square;
margin-left: 0;}
a {
color: #8ADEE2; }
.demo a.num {
color: white;
}
code, .example {
padding: .5em;
display: block;
overflow-x: auto;}
code {
margin-left: 1em;}
code, .code, .example {
background-color: #0C717A;
color: #fff;
font-size: 85%;
font-family: courier, monospace; }
code a, .code a {
color: #fff; }
.show-code {
display: block;
font-size: 75%;
margin: 1em 0;}
.copyright {
font-family: verdana, sans-serif;
font-size: 75%;
margin-top: 8em; }
.copyright span {
color: #8ADEE2; }
.download h4 {
font-size: 120%;
margin-top: -.5em;
color: #8ADEE2; }
.twoot {
padding-top: 3em; }
.query {
margin-bottom: 2em; }
.notice {
background-color: #8adee2;
color: #444;
border: solid 2px #fff;
padding: 0 1em;
}
.notice a {
color: #444;
}
Loading

0 comments on commit fa79730

Please sign in to comment.