3 Replies to “to do list

  1. admin Post author

    I updated form’s font to be in sync with web font…

    hide the category archive title in category page.

    for post, show summary instead of full post. (theme options)

    /*** hide category archive title in category page***/

    .category .page-header { display: none; }

    /*** hide category author date info***/
    header.archive-header {display: none;}
    .entry-meta {
    display: none;
    }
    .tags-archives li:first-child{
    visibility:hidden;
    }
    /*** set font and size for whole site***/
    body {
    font-family: “HelveticaNeue-Light”, “Helvetica Neue Light”, “Helvetica Neue”, Helvetica, Arial, “Lucida Grande”, sans-serif;
    font-weight: 300;
    }

    /*** set mouse over background***/
    a:hover { background-color: #CCF;}

  2. admin Post author

    wrap up for today…
    1. I finished two weeks’ recipes.. week1 and week2.
    It is tedious and boring, I will do it slowly..
    http://buddhagate.org/vegetarian-cuisine/monastery-recipe/

    2. for teachings, I created pages to replace the old category listing.
    placeholder is created, you can put in stuff. (leave sutra, grand master lecture and sweet dews to you)

    3.for poems and verses, I am done. (I created three slides show, three pages,
    http://buddhagate.org/teachings-2/chan-poems-dharma-verses/

Comments are closed.