/** * @file * Node Styling * * Style anything that isn't in the $content variable. */ .node { } .node-sticky { } .node-unpublished { } .node-unpublished div.unpublished, .comment-unpublished div.unpublished { height: 0; overflow: visible; color: #d8d8d8; font-size: 75px; line-height: 1; font-family: Impact, "Arial Narrow", Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; text-align: center; word-wrap: break-word; } .node-by-viewer { } .node-teaser { } /* All nodes are given a node-type-FOO class that describes the type of * content that it is. If you create a new content type called * "my-custom-type", it will receive a "node-type-my-custom-type" class. */ .node-type-page { } .node-type-story { } .node h2.title { } .marker { color: #c00; } .node .picture { } .node.node-unpublished .picture, .comment.comment-unpublished .picture { position: relative; } .node .meta { } .node .submitted { } .node .terms { } .node .content { } .node ul.links { } .preview .node { }