Core update (Scandinavian winter remix)

This commit is contained in:
markseu 2014-12-11 12:27:55 +01:00
parent 20fcac1bbc
commit 29aa7803e6
4 changed files with 11 additions and 23 deletions

View file

@ -1,4 +1,4 @@
Yellow 0.4.12 [![Status](https://travis-ci.org/markseu/yellowcms.svg)](https://travis-ci.org/markseu/yellowcms)
Yellow 0.4.13 [![Status](https://travis-ci.org/markseu/yellowcms.svg)](https://travis-ci.org/markseu/yellowcms)
=============
Yellow is for people who make websites. [Visit website](http://datenstrom.se/yellow).
@ -18,7 +18,7 @@ Yellow is made of files and folders. A flat-file CMS. [Learn more about it](http
Contributing
------------
Feedback is much appreciated. Let us know about bugs and improvements.
Feedback is much appreciated. Let us know about problems and ideas.
You can [report issues](https://github.com/markseu/yellowcms/issues) on Github and send [pull requests](https://help.github.com/articles/using-pull-requests/) for improvements.
License

View file

@ -1,12 +0,0 @@
<?php
// Copyright (c) 2013-2014 Datenstrom, http://datenstrom.se
// This file may be used and distributed under the terms of the public license.
// Example plugin
class YellowExample
{
const Version = "0.0.0";
}
$yellow->plugins->register("example", "YellowExample", YellowExample::Version);
?>

View file

@ -2,7 +2,7 @@
// Copyright (c) 2013-2014 Datenstrom, http://datenstrom.se
// This file may be used and distributed under the terms of the public license.
// Markdown extra core plugin
// Markdown extra plugin
class YellowMarkdownExtra
{
const Version = "0.4.1";

View file

@ -1,11 +1,11 @@
/* Yellow default theme 0.4.1 */
/* Yellow default theme 0.4.2 */
html, body, div, form, pre, span, tr, th, td { margin:0; padding:0; border:0; vertical-align:baseline; }
body {
margin:1em;
background-color:#fff; color:#717171;
font-family:Helvetica,sans-serif;
font-size:0.95em;
font-family:"Helvetica Neue",Helvetica,sans-serif;
font-size:1.0em;
font-weight:200;
line-height:1.5;
}
@ -15,10 +15,10 @@ code { font-size:1.1em; }
a { color:#07d; }
a:hover { color:#07d; text-decoration:underline; }
a, img { border:none; text-decoration:none; }
.sitename h1 { margin-top:0.5em; margin-bottom:0em; font-size:2.5em; }
.sitename h1 { margin-top:0.5em; margin-bottom:0em; font-size:2.2em; font-weight:500; }
.sitename a { color:#111; text-decoration:none; }
.navigation { margin-bottom:1em; border-bottom:1px solid #ddd; line-height:2em; }
.navigation a { color:#111; padding:0 0.3em; display:inline-block; }
.navigation { margin-top:-0.5em; margin-bottom:1em; line-height:2em; }
.navigation a { color:#717171; padding:0 0.3em; display:inline-block; }
.navigation a:hover { color:#07d; }
.navigation ul { margin:0 -0.3em; padding:0; list-style:none; }
.navigation li a.active { color:#111; }
@ -30,7 +30,7 @@ a, img { border:none; text-decoration:none; }
.content form { margin:1em 0; }
.content .flexible { position:relative; padding-bottom:56.25%; padding-top:30px; }
.content .flexible iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
.footer { margin-top:1em; padding:1em 0em; border-top:1px solid #ddd; }
.footer { margin-top:2em; }
.footer a { color:#717171; }
.footer a:hover { color:#07d; text-decoration:underline; }
.left { float:left; margin:0 1em 0 0; }
@ -42,7 +42,7 @@ a, img { border:none; text-decoration:none; }
.page { margin:0 auto; max-width:62em; }
@media screen and (min-width:62em) {
body { width:62em; margin:1em auto; }
body { width:60em; margin:1em auto; }
}
@media screen and (max-width:30em) {
body { margin:0.5em; font-size:0.9em; }