]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/css/application.css
Correct urls for blog
[rbdr/r.bdr.sh] / jekyll / css / application.css
index e12ef24706f4b1af60d792854f00d9dfa92a8dca..ce03fd5af6753166e1a968870cce11402392b30b 100644 (file)
-body {background-image: url(/img/bg.png)}
-a.logo {display: block; margin: 6.4616em auto 0; auto; width: 540px; height: 60px; background-image: url(/img/logo.png)}
+body {
+  background-color: #fff;
+  font-family: 'VT323', monospace;
+}
+a.logo {
+  display: block;
+  margin: 20px;
+  background-size: 100% 100%;
+  height: 80px;
+  width: 720px;
+  background-image: url(/img/unlimited-pizza-animated-logo.gif);
+}
+
 a.logo span {display:none}
-em {color: #7a8793}
+em {color:#99a3a4}
 
-nav ul{
-  list-style: none;
-  margin: 0 auto 6.4616em;
-  text-align: center;
+.main-container {
+  margin: 20px 0;
 }
 
-nav ul li{
-  display: inline;
-  font-family: 'Open Sans condensed', sans-serif;
+h1,
+h2,
+h3 {
   text-transform: uppercase;
   font-weight: 300;
-  font-size: 2em;
-  margin: 0.5em
 }
 
-nav ul li a{
-  color: #03090f;
-  text-decoration: none;
+h1{
+  font-size: 72px;
+  line-height: 81px;
 }
 
-nav ul li a:hover,
-nav ul li a:active,
-nav ul li a:focus {
-  color: #009edb;
-  text-decoration: none;
+a {
+  color: #00dddd;
 }
 
-.posttags{
-  font-family: 'Signika Negative', sans-serif;
-  background-color: #fff;
-  margin: 1em 0;
-  color: #03090f;
+.content {
+  margin: 20px;
+  font-size: 24px;
 }
 
-.posttags .span1,
-.posttags .span2,
-.posttags .span3{
-  margin-left: 0;
-  margin-right: 0;
-  padding: 0.6154em 0.7692em;
+ul {
+  list-style: square;
 }
 
-.posttags .span1{width: 110px}
-.posttags .span2{width: 140px}
-.posttags .span3{width: 260px}
+.main-container section,
+.main-container aside{ text-align: left}
 
-.postcontainer{
-  margin: 2em 0;
-  font-family: 'Signika', sans-serif;
-  letter-spacing: 0.05em;
-  font-weight: 300;
-  color: #03090f;
+
+/* Guestbook */
+.guestbook-feed, .guestbook-form ul {
+  list-style: none;
 }
 
-.postcontainer h1{
-  font-family: 'Open Sans Condensed', sans-serif;
+.guestbook-form li {
+  display: block;
+}
+
+.guestbook-form .guestbook-label {
+  width: 8.571em;
+  float: left;
+  text-align: right;
+  padding: 0.5em  1.071em;
   text-transform: uppercase;
-  font-weight: 300;
-  font-size: 2.77em;
 }
 
-aside h3{
-  font-family: 'Open Sans Condensed', sans-serif;
-  font-weight: 300;
-  font-size: 1.85em;
-  margin: 1.0833em 0;
+.guestbook-form .guestbook-control {
+  float: left;
 }
 
-aside ul{
-  margin-left: 0;
-  list-style: none;
+.guestbook-form .guestbook-control-group {
+  clear: both;
+}
+
+.guestbook-form .comment-control {
+  width: 42.857em;
+  height: 10em;
 }
 
-aside li{
+.guestbook-content, .guestbook-form {
+  clear: both;
+  padding: 2.142em 0;
+}
+
+.guestbook-feed .guestbook-post {
   display: block;
-  margin: 0;
-  background-color: #fff;
-  color: #03090f;
-  height: 2.9167em;
+  border-bottom: 0.071em solid #99a3a4;
+  padding: 1.071em;
 }
 
-aside li.alt{
-  color: #333;
+.guestbook-post .author {
+  font-weight: bold;
+}
+
+/*
+ * The Recorder CSS
+ */
+.pepperoni-widget {
+  justify-content: space-between;
+  display: flex;
+}
+
+.pepperoni-widget .record-button {
+  display: flex;
+  font-size: 1.538461em;
+  padding: 15px 20px 30px;
+  margin: 1em;
+  height: 1em;
+  background-color: #f1f1f1;
+  cursor: pointer;
+  transition: background-color 0.2s ease, color 0.2s ease;
+}
+
+.record-info {
+  margin: 1em 0;
+}
+
+.pepperoni-widget .record-button.recording {
+  background-color: #ff00ff;
+  color: white;
+  padding: 20px 25px 25px 15px
+}
+
+.pepperoni-widget .record-button:hover {
+  text-decoration: none;
   background-color: #fafafa;
 }
 
-aside li a,
-aside li a:visited,
-aside li a:hover,
-aside li a:active{ color: #03090f; padding: 0.7692em; line-height: 2.9167em }
+.pepperoni-widget .record-button.recording:hover {
+  background-color: #ff00ff;
+  color: #f1f1f1;
+}
 
-aside li.alt a,
-aside li.alt a:visited,
-aside li.alt a:hover,
-aside li.alt a:active{ color: #333 }
+.pepperoni-widget .record-progress {
+  justify-content: space-between;
+  display: flex;
+  margin: 0.5em 0.76em;
+}
 
-aside .counter{ display: block; float: right; font-weight: bold; width: 2.9167em; height: 2.9167em; text-align: center; background-color: #00af4c; color: #fff; line-height: 2.9167em}
-aside li.alt .counter { background-color: #009edb}
+.record-progress-bar-container {
+  background-color: #f1f1f1;
+  height: 2em;
+  width: 15.385em;
+  margin-right: 0.76em;
+}
 
-.postcontent p, .postcontent li{
-  font-size: 1.1em;
-  line-height: 1.4615em;
-  padding: 8px 0;
+.record-progress-bar {
+  height: 2em;
+  background-color: #d30058;
+  width: 0;
 }
 
-.postcontent em{
-  color: #666;
-  font-family: 'PT Sans', sans-serif;
+.record-clear {
+  margin-top: 0.1em;
+  text-transform: uppercase;
+  font-size: 1em;
+  width: 4em;
+  cursor: pointer;
 }
 
-.postcontent strong{
-  font-weight: 400;
+.record-clear:hover {
+  text-decoration: none;
 }
 
-.main-container section,
-.main-container aside{ text-align: left}
+.record-preview {
+  margin: 0.76em;
+  width: 15.385em;
+  height: 2em;
+}
+
+.guestbook-submit {
+  border-radius: 0;
+  border: 0;
+  background-color: #ff00ff;
+  font-family: 'VT323', monospace;
+  font-size: 24px;
+  color: #fff;
+  padding: 10px;
+  margin-left: 15px;
+}
+
+.filter-switches label {
+  display: inline;
+  margin-right: 2em;
+}
+
+.guestbook-control input {
+  font-family: 'VT323', monospace;
+  padding: 10px;
+  font-size: 24px;
+}