Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #5: Initial commit of html, css, and images #9

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added images/edd.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/evolution.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/feed-icon-10x10.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/jdub.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/keybuk.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-original.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/opml.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/planet.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/thom.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
308 changes: 308 additions & 0 deletions index.html

Large diffs are not rendered by default.

151 changes: 151 additions & 0 deletions planet.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
body {
border-right: 1px solid black;
margin-right: 200px;

padding-left: 20px;
padding-right: 20px;
}

h1 {
margin-top: 0px;
padding-top: 20px;

font-family: "Bitstream Vera Sans", sans-serif;
font-weight: normal;
letter-spacing: -2px;
text-transform: lowercase;
text-align: right;

color: grey;
}

.admin {
text-align: right;
}

h2 {
font-family: "Bitstream Vera Sans", sans-serif;
font-weight: normal;
color: #200080;

margin-left: -20px;
}

h3.planetauthor {
font-family: "Bitstream Vera Sans", sans-serif;
font-weight: bold;

background-color: #dbdbdb;
border: 1px solid #ccc;
color: #b51418;

padding: 4px;
}

h3.planetauthor a {
text-decoration: none;
color: inherit;
}

h4 {
font-family: "Bitstream Vera Sans", sans-serif;
font-weight: bold;
}

h4 a {
text-decoration: none;
color: inherit;
}

img.face {
float: right;
margin-top: -3em;
}

.entry {
margin-bottom: 2em;
}

.entry .date {
font-family: "Bitstream Vera Sans", sans-serif;
color: grey;
}

.entry .date a {
text-decoration: none;
color: inherit;
}

.sidebar {
position: absolute;
top: 0px;
right: 0px;
width: 200px;

margin-left: 0px;
margin-right: 0px;
padding-right: 0px;

padding-top: 20px;
padding-left: 0px;

font-family: "Bitstream Vera Sans", sans-serif;
font-size: 85%;
}

.sidebar h2 {
font-size: 110%;
font-weight: bold;
color: black;

padding-left: 5px;
margin-left: 0px;
}

.sidebar ul {
padding-left: 1em;
margin-left: 0px;

list-style-type: none;
}

.sidebar ul li:hover {
color: grey;
}

.sidebar ul li a {
text-decoration: none;
}

.sidebar ul li a:hover {
text-decoration: underline;
}

.sidebar ul li a img {
border: 0;
}

.sidebar p {
border-top: 1px solid grey;
margin-top: 30px;
padding-top: 10px;

padding-left: 5px;
}

.sidebar .message {
cursor: help;
border-bottom: 1px dashed red;
}

.sidebar a.message:hover {
cursor: help;
background-color: #ff0000;
color: #ffffff !important;
text-decoration: none !important;
}

a:hover {
text-decoration: underline !important;
color: blue !important;
}