~bzg/worg

ff52ba8413d6355121eff9b1f1776be79e235d85 — Adam Porter 8 months ago 16c24ea
* style/worg.css: Minor improvements

(@media all body .title): Specify font size in ems.

(@media all h1): Slightly reduce bottom margin so as not to leave a
large space between the title and subtitle.

(@media all .subtitle): Actually style this (apparently few pages use
subtitles yet).

(@media all .org-center): Actually style this so that "#+begin_center"
blocks are centered and fit with the rest of the theme, allowing these
blocks to be used to make certain text stand out.

See discussion at
<https://list.orgmode.org/orgmode/57934e1d-37eb-4b75-b8ed-6666dcc3848e@alphapapa.net/>.
1 files changed, 13 insertions(+), 2 deletions(-)

M style/worg.css
M style/worg.css => style/worg.css +13 -2
@@ 61,7 61,7 @@
    
    body .title {
	margin-left: 0px;
	font-size: 22pt;
	font-size: 2.5em;
    }

    #org-div-home-and-up{


@@ 120,7 120,7 @@
    }

    h1 {
	margin-bottom: 1.5em;
	margin-bottom: 1em;
	margin-right: 7%;
    }



@@ 315,6 315,10 @@
	/* font-lock-string-face */
	color: #ccc79a;
    }
    .subtitle {
	font-size: 1.5em;
	font-style: italic;
    }
    .todo-comment {
	/* todo-comment-face */
	color: #ffffff;


@@ 422,6 426,13 @@
	/* calendar-today */
	text-decoration: underline;
    }
    .org-center {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
    }
    .org-comment {
	/* font-lock-comment-face */
	color: #b22222;