Skip to content

Commit

Permalink
Initial commit of atrium reader.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhahn committed Nov 25, 2009
0 parents commit 1c16ef9
Show file tree
Hide file tree
Showing 12 changed files with 3,487 additions and 0 deletions.
66 changes: 66 additions & 0 deletions atrium_reader.css
@@ -0,0 +1,66 @@
/**
* Menu icon ==========================================================
*/
#features-menu li a.icon-reader span.icon { background:url(images/icon.png) no-repeat; }

/* 'body' is here simply to make this more specific than the theme rule which comes after it. */
body span.feature-atrium_reader { background:url(images/icon.png) 0px -40px no-repeat; }

/**
* News tab ===========================================================
*/
div.view-atrium-reader-blocks div.item-list .related-title,
div.view-atrium-reader-blocks div.item-list .author,
div.view-atrium-reader div.item-list .author,
div.view-atrium-reader div.item-list .related-title {
font-size:11px;
font-weight:bold;
}

div.view-atrium-reader div.item-list .title {
font-size:16px;
border-bottom:1px solid #eee;
padding-bottom:9px;
margin-bottom:10px;
}

/**
* Twitter tab ========================================================
*/
body.page-reader div.main div.view-display-id-page_3 .description { font-size:16px; }

/**
* Images tab =========================================================
*/
div.view-atrium-reader table.views-view-grid td { border:1px solid #fff; }

div.view-atrium-reader table.views-view-grid div.title {
font-size:11px;
font-weight:normal;
}

div.view-atrium-reader table.views-view-grid .description {
height:100px;
overflow:hidden;
}

div.view-atrium-reader table.views-view-grid img {
display:block;
margin:0px auto;
width:100px;
height:auto;
}

div.view-atrium-reader-blocks table.views.view-grid td { padding:0px 5px; }

div.view-atrium-reader-blocks div.grid-item .description {
height:40px;
overflow:hidden;
}

div.view-atrium-reader-blocks img {
display:block;
margin:0px auto;
width:50px;
height:auto;
}

0 comments on commit 1c16ef9

Please sign in to comment.