
| /* Variable definitions | |
| ==================== | |
| <Variable name="keycolor" description="Main Color" type="color" default="#ffffff"/> | |
| <Group description="Page" selector="body"> | |
| <Variable name="body.font" description="Font" type="font" | |
| default="normal normal 13px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/> | |
| <Variable name="body.background.color" description="Background Color" type="color" default="#000000"/> | |
| <Variable name="body.text.color" description="Text Color" type="color" default="#ffffff"/> | |
| </Group> | |
| <Group description="Links" selector=".main-inner"> | |
| <Variable name="link.color" description="Link Color" type="color" default="#888888"/> | |
| <Variable name="link.visited.color" description="Visited Color" type="color" default="#444444"/> | |
| <Variable name="link.hover.color" description="Hover Color" type="color" default="#cccccc"/> | |
| </Group> | |
| <Group description="Blog Title" selector=".header h1"> | |
| <Variable name="header.font" description="Title Font" type="font" | |
| default="normal bold 40px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/> | |
| <Variable name="header.text.color" description="Title Color" type="color" default="#000000" /> | |
| <Variable name="header.background.color" description="Header Background" type="color" default="transparent" /> | |
| </Group> | |
| <Group description="Blog Description" selector=".header .description"> | |
| <Variable name="description.font" description="Font" type="font" | |
| default="normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/> | |
| <Variable name="description.text.color" description="Text Color" type="color" | |
| default="#000000" /> | |
| </Group> | |
| <Group description="Tabs Text" selector=".tabs-inner .widget li a"> | |
| <Variable name="tabs.font" description="Font" type="font" | |
| default="normal bold 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/> | |
| <Variable name="tabs.text.color" description="Text Color" type="color" default="#000000"/> | |
| <Variable name="tabs.selected.text.color" description="Selected Color" type="color" default="#000000"/> | |
| </Group> | |
| <Group description="Tabs Background" selector=".tabs-outer .PageList"> | |
| <Variable name="tabs.background.color" description="Background Color" type="color" default="#141414"/> | |
| <Variable name="tabs.selected.background.color" description="Selected Color" type="color" default="#444444"/> | |
| <Variable name="tabs.border.color" description="Border Color" type="color" default="#e1e1e1"/> | |
| </Group> | |
| <Group description="Date Header" selector=".main-inner .widget h2.date-header, .main-inner .widget h2.date-header span"> | |
| <Variable name="date.font" description="Font" type="font" | |
| default="normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/> | |
| <Variable name="date.text.color" description="Text Color" type="color" default="#666666"/> | |
| <Variable name="date.border.color" description="Border Color" type="color" default="#e1e1e1"/> | |
| </Group> | |
| <Group description="Post Title" selector="h3.post-title, h4, h3.post-title a"> | |
| <Variable name="post.title.font" description="Font" type="font" | |
| default="normal bold 22px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/> | |
| <Variable name="post.title.text.color" description="Text Color" type="color" default="#000000"/> | |
| </Group> | |
| <Group description="Post Background" selector=".post"> | |
| <Variable name="post.background.color" description="Background Color" type="color" default="#ffffff" /> | |
| <Variable name="post.border.color" description="Border Color" type="color" default="#e1e1e1" /> | |
| <Variable name="post.border.bevel.color" description="Bevel Color" type="color" default="#e1e1e1"/> | |
| </Group> | |
| <Group description="Gadget Title" selector="h2"> | |
| <Variable name="widget.title.font" description="Font" type="font" | |
| default="normal bold 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/> | |
| <Variable name="widget.title.text.color" description="Text Color" type="color" default="#000000"/> | |
| </Group> | |
| <Group description="Gadget Text" selector=".sidebar .widget"> | |
| <Variable name="widget.font" description="Font" type="font" | |
| default="normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/> | |
| <Variable name="widget.text.color" description="Text Color" type="color" default="#000000"/> | |
| <Variable name="widget.alternate.text.color" description="Alternate Color" type="color" default="#666666"/> | |
| </Group> | |
| <Group description="Gadget Links" selector=".sidebar .widget"> | |
| <Variable name="widget.link.color" description="Link Color" type="color" default="#183963"/> | |
| <Variable name="widget.link.visited.color" description="Visited Color" type="color" default="#000000"/> | |
| <Variable name="widget.link.hover.color" description="Hover Color" type="color" default="#183963"/> | |
| </Group> | |
| <Group description="Gadget Background" selector=".sidebar .widget"> | |
| <Variable name="widget.background.color" description="Background Color" type="color" default="#141414"/> | |
| <Variable name="widget.border.color" description="Border Color" type="color" default="#222222"/> | |
| <Variable name="widget.border.bevel.color" description="Bevel Color" type="color" default="#000000"/> | |
| </Group> | |
| <Group description="Sidebar Background" selector=".column-left-inner .column-right-inner"> | |
| <Variable name="widget.outer.background.color" description="Background Color" type="color" default="transparent" /> | |
| </Group> | |
| <Group description="Images" selector=".main-inner"> | |
| <Variable name="image.background.color" description="Background Color" type="color" default="transparent"/> | |
| <Variable name="image.border.color" description="Border Color" type="color" default="transparent"/> | |
| </Group> | |
| <Group description="Feed" selector=".blog-feeds"> | |
| <Variable name="feed.text.color" description="Text Color" type="color" default="#000000"/> | |
| </Group> | |
| <Group description="Feed Links" selector=".blog-feeds"> | |
| <Variable name="feed.link.color" description="Link Color" type="color" default="#183963"/> | |
| <Variable name="feed.link.visited.color" description="Visited Color" type="color" default="#000000"/> | |
| <Variable name="feed.link.hover.color" description="Hover Color" type="color" default="#183963"/> | |
| </Group> | |
| <Group description="Pager" selector=".blog-pager"> | |
| <Variable name="pager.background.color" description="Background Color" type="color" default="#ffffff" /> | |
| </Group> | |
| <Group description="Footer" selector=".footer-outer"> | |
| <Variable name="footer.background.color" description="Background Color" type="color" default="#ffffff" /> | |
| <Variable name="footer.text.color" description="Text Color" type="color" default="#000000" /> | |
| </Group> | |
| <Variable name="title.shadow.spread" description="Title Shadow" type="length" default="-1px"/> | |
| <Variable name="body.background" description="Body Background" type="background" | |
| color="#e1e1e1" | |
| default="$(color) none repeat scroll top left"/> | |
| <Variable name="body.background.gradient.cap" description="Body Gradient Cap" type="url" | |
| default="none"/> | |
| <Variable name="body.background.size" description="Body Background Size" type="string" default="auto"/> | |
| <Variable name="tabs.background.gradient" description="Tabs Background Gradient" type="url" | |
| default="none"/> | |
| <Variable name="header.background.gradient" description="Header Background Gradient" type="url" default="none" /> | |
| <Variable name="header.padding.top" description="Header Top Padding" type="length" default="22px" /> | |
| <Variable name="header.margin.top" description="Header Top Margin" type="length" default="0" /> | |
| <Variable name="header.margin.bottom" description="Header Bottom Margin" type="length" default="0" /> | |
| <Variable name="widget.padding.top" description="Widget Padding Top" type="length" default="8px" /> | |
| <Variable name="widget.padding.side" description="Widget Padding Side" type="length" default="15px" /> | |
| <Variable name="widget.outer.margin.top" description="Widget Top Margin" type="length" default="0" /> | |
| <Variable name="widget.outer.background.gradient" description="Gradient" type="url" default="none" /> | |
| <Variable name="widget.border.radius" description="Gadget Border Radius" type="length" default="0" /> | |
| <Variable name="outer.shadow.spread" description="Outer Shadow Size" type="length" default="0" /> | |
| <Variable name="date.header.border.radius.top" description="Date Header Border Radius Top" type="length" default="0" /> | |
| <Variable name="date.header.position" description="Date Header Position" type="length" default="15px" /> | |
| <Variable name="date.space" description="Date Space" type="length" default="30px" /> | |
| <Variable name="date.position" description="Date Float" type="string" default="static" /> | |
| <Variable name="date.padding.bottom" description="Date Padding Bottom" type="length" default="0" /> | |
| <Variable name="date.border.size" description="Date Border Size" type="length" default="0" /> | |
| <Variable name="date.background" description="Date Background" type="background" color="transparent" | |
| default="$(color) none no-repeat scroll top left" /> | |
| <Variable name="date.first.border.radius.top" description="Date First top radius" type="length" default="0" /> | |
| <Variable name="date.last.space.bottom" description="Date Last Space Bottom" type="length" | |
| default="20px" /> | |
| <Variable name="date.last.border.radius.bottom" description="Date Last bottom radius" type="length" default="0" /> | |
| <Variable name="post.first.padding.top" description="First Post Padding Top" type="length" default="0" /> | |
| <Variable name="image.shadow.spread" description="Image Shadow Size" type="length" default="0"/> | |
| <Variable name="image.border.radius" description="Image Border Radius" type="length" default="0"/> | |
| <Variable name="separator.outdent" description="Separator Outdent" type="length" default="15px" /> | |
| <Variable name="title.separator.border.size" description="Widget Title Border Size" type="length" default="1px" /> | |
| <Variable name="list.separator.border.size" description="List Separator Border Size" type="length" default="1px" /> | |
| <Variable name="shadow.spread" description="Shadow Size" type="length" default="0"/> | |
| <Variable name="startSide" description="Side where text starts in blog language" type="automatic" default="left"/> | |
| <Variable name="endSide" description="Side where text ends in blog language" type="automatic" default="right"/> | |
| <Variable name="date.side" description="Side where date header is placed" type="string" default="right"/> | |
| <Variable name="pager.border.radius.top" description="Pager Border Top Radius" type="length" default="0" /> | |
| <Variable name="pager.space.top" description="Pager Top Space" type="length" default="1em" /> | |
| <Variable name="footer.background.gradient" description="Background Gradient" type="url" default="none" /> | |
| <Variable name="mobile.background.size" description="Mobile Background Size" type="string" | |
| default="auto"/> | |
| <Variable name="mobile.background.overlay" description="Mobile Background Overlay" type="string" | |
| default="transparent none repeat scroll top left"/> | |
| <Variable name="mobile.button.color" description="Mobile Button Color" type="color" default="#ffffff" /> | |
| */ | |
| /* Content | |
| ----------------------------------------------- */ | |
| body { | |
| font: normal normal 13px Arial, Tahoma, Helvetica, FreeSans, sans-serif; | |
| color: #000000; | |
| background: #000000 url(http://themes.googleusercontent.com/image?id=1fPzKKjY9pDchHIeFXfLO2zY1SYfTku0PLrkb-Aiu7meqodh01WKnpNCHAuTcBrMZaM6D) repeat-x scroll top center /* Credit: imagedepotpro (http://www.istockphoto.com/googleimages.php?id=4489297&platform=blogger) */; | |
| } | |
| html body .content-outer { | |
| min-width: 0; | |
| max-width: 100%; | |
| width: 100%; | |
| } | |
| a:link { | |
| text-decoration: none; | |
| color: #183963; | |
| } | |
| a:visited { | |
| text-decoration: none; | |
| color: #000000; | |
| } | |
| a:hover { | |
| text-decoration: underline; | |
| color: #183963; | |
| } | |
| .body-fauxcolumn-outer .cap-top { | |
| position: absolute; | |
| z-index: 1; | |
| height: 276px; | |
| width: 100%; | |
| background: transparent none repeat-x scroll top left; | |
| _background-image: none; | |
| } | |
| /* Columns | |
| ----------------------------------------------- */ | |
| .content-inner { | |
| padding: 0; | |
| } | |
| .header-inner .section { | |
| margin: 0 16px; | |
| } | |
| .tabs-inner .section { | |
| margin: 0 16px; | |
| } | |
| .main-inner { | |
| padding-top: 30px; | |
| } | |
| .main-inner .column-center-inner, | |
| .main-inner .column-left-inner, | |
| .main-inner .column-right-inner { | |
| padding: 0 5px; | |
| } | |
| *+html body .main-inner .column-center-inner { | |
| margin-top: -30px; | |
| } | |
| #layout .main-inner .column-center-inner { | |
| margin-top: 0; | |
| } | |
| /* Header | |
| ----------------------------------------------- */ | |
| .header-outer { | |
| margin: 0 0 0 0; | |
| background: transparent none repeat scroll 0 0; | |
| } | |
| .Header h1 { | |
| font: normal bold 40px Arial, Tahoma, Helvetica, FreeSans, sans-serif; | |
| color: #000000; | |
| text-shadow: 0 0 -1px #000000; | |
| } | |
| .Header h1 a { | |
| color: #000000; | |
| } | |
| .Header .description { | |
| font: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif; | |
| color: #000000; | |
| } | |
| .header-inner .Header .titlewrapper, | |
| .header-inner .Header .descriptionwrapper { | |
| padding-left: 0; | |
| padding-right: 0; | |
| margin-bottom: 0; | |
| } | |
| .header-inner .Header .titlewrapper { | |
| padding-top: 22px; | |
| } | |
| /* Tabs | |
| ----------------------------------------------- */ | |
| .tabs-outer { | |
| overflow: hidden; | |
| position: relative; | |
| background: #e1e1e1 url(http://www.blogblog.com/1kt/awesomeinc/tabs_gradient_light.png) repeat scroll 0 0; | |
| } | |
| #layout .tabs-outer { | |
| overflow: visible; | |
| } | |
| .tabs-cap-top, .tabs-cap-bottom { | |
| position: absolute; | |
| width: 100%; | |
| border-top: 1px solid #757575; | |
| } | |
| .tabs-cap-bottom { | |
| bottom: 0; | |
| } | |
| .tabs-inner .widget li a { | |
| display: inline-block; | |
| margin: 0; | |
| padding: .6em 1.5em; | |
| font: normal bold 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif; | |
| color: #000000; | |
| border-top: 1px solid #757575; | |
| border-bottom: 1px solid #757575; | |
| border-left: 1px solid #757575; | |
| height: 16px; | |
| line-height: 16px; | |
| } | |
| .tabs-inner .widget li:last-child a { | |
| border-right: 1px solid #757575; | |
| } | |
| .tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover { | |
| background: #000000 url(http://www.blogblog.com/1kt/awesomeinc/tabs_gradient_light.png) repeat-x scroll 0 -100px; | |
| color: #ffffff; | |
| } | |
| /* Headings | |
| ----------------------------------------------- */ | |
| h2 { | |
| font: normal bold 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif; | |
| color: #000000; | |
| } | |
| /* Widgets | |
| ----------------------------------------------- */ | |
| .main-inner .section { | |
| margin: 0 27px; | |
| padding: 0; | |
| } | |
| .main-inner .column-left-outer, | |
| .main-inner .column-right-outer { | |
| margin-top: 0; | |
| } | |
| #layout .main-inner .column-left-outer, | |
| #layout .main-inner .column-right-outer { | |
| margin-top: 0; | |
| } | |
| .main-inner .column-left-inner, | |
| .main-inner .column-right-inner { | |
| background: transparent none repeat 0 0; | |
| -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .2); | |
| -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2); | |
| -goog-ms-box-shadow: 0 0 0 rgba(0, 0, 0, .2); | |
| box-shadow: 0 0 0 rgba(0, 0, 0, .2); | |
| -moz-border-radius: 0; | |
| -webkit-border-radius: 0; | |
| -goog-ms-border-radius: 0; | |
| border-radius: 0; | |
| } | |
| #layout .main-inner .column-left-inner, | |
| #layout .main-inner .column-right-inner { | |
| margin-top: 0; | |
| } | |
| .sidebar .widget { | |
| font: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif; | |
| color: #000000; | |
| } | |
| .sidebar .widget a:link { | |
| color: #183963; | |
| } | |
| .sidebar .widget a:visited { | |
| color: #000000; | |
| } | |
| .sidebar .widget a:hover { | |
| color: #183963; | |
| } | |
| .sidebar .widget h2 { | |
| text-shadow: 0 0 -1px #000000; | |
| } | |
| .main-inner .widget { | |
| background-color: #ffffff; | |
| border: 1px solid #e1e1e1; | |
| padding: 0 15px 15px; | |
| margin: 20px -16px; | |
| -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| -goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| -moz-border-radius: 0; | |
| -webkit-border-radius: 0; | |
| -goog-ms-border-radius: 0; | |
| border-radius: 0; | |
| } | |
| .main-inner .widget h2 { | |
| margin: 0 -15px; | |
| padding: .6em 15px .5em; | |
| border-bottom: 1px solid transparent; | |
| } | |
| .footer-inner .widget h2 { | |
| padding: 0 0 .4em; | |
| border-bottom: 1px solid transparent; | |
| } | |
| .main-inner .widget h2 + div, .footer-inner .widget h2 + div { | |
| border-top: 1px solid #e1e1e1; | |
| padding-top: 8px; | |
| } | |
| .main-inner .widget .widget-content { | |
| margin: 0 -15px; | |
| padding: 7px 15px 0; | |
| } | |
| .main-inner .widget ul, .main-inner .widget #ArchiveList ul.flat { | |
| margin: -8px -15px 0; | |
| padding: 0; | |
| list-style: none; | |
| } | |
| .main-inner .widget #ArchiveList { | |
| margin: -8px 0 0; | |
| } | |
| .main-inner .widget ul li, .main-inner .widget #ArchiveList ul.flat li { | |
| padding: .5em 15px; | |
| text-indent: 0; | |
| color: #000000; | |
| border-top: 1px solid #e1e1e1; | |
| border-bottom: 1px solid transparent; | |
| } | |
| .main-inner .widget #ArchiveList ul li { | |
| padding-top: .25em; | |
| padding-bottom: .25em; | |
| } | |
| .main-inner .widget ul li:first-child, .main-inner .widget #ArchiveList ul.flat li:first-child { | |
| border-top: none; | |
| } | |
| .main-inner .widget ul li:last-child, .main-inner .widget #ArchiveList ul.flat li:last-child { | |
| border-bottom: none; | |
| } | |
| .post-body { | |
| position: relative; | |
| } | |
| .main-inner .widget .post-body ul { | |
| padding: 0 2.5em; | |
| margin: .5em 0; | |
| list-style: disc; | |
| } | |
| .main-inner .widget .post-body ul li { | |
| padding: 0.25em 0; | |
| margin-bottom: .25em; | |
| color: #000000; | |
| border: none; | |
| } | |
| .footer-inner .widget ul { | |
| padding: 0; | |
| list-style: none; | |
| } | |
| .widget .zippy { | |
| color: #000000; | |
| } | |
| /* Posts | |
| ----------------------------------------------- */ | |
| body .main-inner .Blog { | |
| padding: 0; | |
| margin-bottom: 1em; | |
| background-color: transparent; | |
| border: none; | |
| -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0); | |
| -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0); | |
| -goog-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0); | |
| box-shadow: 0 0 0 rgba(0, 0, 0, 0); | |
| } | |
| .main-inner .section:last-child .Blog:last-child { | |
| padding: 0; | |
| margin-bottom: 1em; | |
| } | |
| .main-inner .widget h2.date-header { | |
| margin: 0 -15px 1px; | |
| padding: 0 0 0 0; | |
| font: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif; | |
| color: #000000; | |
| background: transparent none no-repeat scroll top left; | |
| border-top: 0 solid #e1e1e1; | |
| border-bottom: 1px solid transparent; | |
| -moz-border-radius-topleft: 0; | |
| -moz-border-radius-topright: 0; | |
| -webkit-border-top-left-radius: 0; | |
| -webkit-border-top-right-radius: 0; | |
| border-top-left-radius: 0; | |
| border-top-right-radius: 0; | |
| position: static; | |
| bottom: 100%; | |
| right: 15px; | |
| text-shadow: 0 0 -1px #000000; | |
| } | |
| .main-inner .widget h2.date-header span { | |
| font: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif; | |
| display: block; | |
| padding: .5em 15px; | |
| border-left: 0 solid #e1e1e1; | |
| border-right: 0 solid #e1e1e1; | |
| } | |
| .date-outer { | |
| position: relative; | |
| margin: 30px 0 20px; | |
| padding: 0 15px; | |
| background-color: #ffffff; | |
| border: 1px solid #e1e1e1; | |
| -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| -goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| -moz-border-radius: 0; | |
| -webkit-border-radius: 0; | |
| -goog-ms-border-radius: 0; | |
| border-radius: 0; | |
| } | |
| .date-outer:first-child { | |
| margin-top: 0; | |
| } | |
| .date-outer:last-child { | |
| margin-bottom: 20px; | |
| -moz-border-radius-bottomleft: 0; | |
| -moz-border-radius-bottomright: 0; | |
| -webkit-border-bottom-left-radius: 0; | |
| -webkit-border-bottom-right-radius: 0; | |
| -goog-ms-border-bottom-left-radius: 0; | |
| -goog-ms-border-bottom-right-radius: 0; | |
| border-bottom-left-radius: 0; | |
| border-bottom-right-radius: 0; | |
| } | |
| .date-posts { | |
| margin: 0 -15px; | |
| padding: 0 15px; | |
| clear: both; | |
| } | |
| .post-outer, .inline-ad { | |
| border-top: 1px solid #e1e1e1; | |
| margin: 0 -15px; | |
| padding: 15px 15px; | |
| } | |
| .post-outer { | |
| padding-bottom: 10px; | |
| } | |
| .post-outer:first-child { | |
| padding-top: 0; | |
| border-top: none; | |
| } | |
| .post-outer:last-child, .inline-ad:last-child { | |
| border-bottom: none; | |
| } | |
| .post-body { | |
| position: relative; | |
| } | |
| .post-body img { | |
| padding: 8px; | |
| background: transparent; | |
| border: 1px solid transparent; | |
| -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .2); | |
| -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2); | |
| box-shadow: 0 0 0 rgba(0, 0, 0, .2); | |
| -moz-border-radius: 0; | |
| -webkit-border-radius: 0; | |
| border-radius: 0; | |
| } | |
| h3.post-title, h4 { | |
| font: normal bold 22px Arial, Tahoma, Helvetica, FreeSans, sans-serif; | |
| color: #000000; | |
| } | |
| h3.post-title a { | |
| font: normal bold 22px Arial, Tahoma, Helvetica, FreeSans, sans-serif; | |
| color: #000000; | |
| } | |
| h3.post-title a:hover { | |
| color: #183963; | |
| text-decoration: underline; | |
| } | |
| .post-header { | |
| margin: 0 0 1em; | |
| } | |
| .post-body { | |
| line-height: 1.4; | |
| } | |
| .post-outer h2 { | |
| color: #000000; | |
| } | |
| .post-footer { | |
| margin: 1.5em 0 0; | |
| } | |
| #blog-pager { | |
| padding: 15px; | |
| font-size: 120%; | |
| background-color: #ffffff; | |
| border: 1px solid #e1e1e1; | |
| -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| -goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| -moz-border-radius: 0; | |
| -webkit-border-radius: 0; | |
| -goog-ms-border-radius: 0; | |
| border-radius: 0; | |
| -moz-border-radius-topleft: 0; | |
| -moz-border-radius-topright: 0; | |
| -webkit-border-top-left-radius: 0; | |
| -webkit-border-top-right-radius: 0; | |
| -goog-ms-border-top-left-radius: 0; | |
| -goog-ms-border-top-right-radius: 0; | |
| border-top-left-radius: 0; | |
| border-top-right-radius-topright: 0; | |
| margin-top: 1em; | |
| } | |
| .blog-feeds, .post-feeds { | |
| margin: 1em 0; | |
| text-align: center; | |
| color: #000000; | |
| } | |
| .blog-feeds a, .post-feeds a { | |
| color: #183963; | |
| } | |
| .blog-feeds a:visited, .post-feeds a:visited { | |
| color: #000000; | |
| } | |
| .blog-feeds a:hover, .post-feeds a:hover { | |
| color: #183963; | |
| } | |
| .post-outer .comments { | |
| margin-top: 2em; | |
| } | |
| /* Comments | |
| ----------------------------------------------- */ | |
| .comments .comments-content .icon.blog-author { | |
| background-repeat: no-repeat; | |
| background-image: url(data:image/png;base64,iVBOR w0KGgoAAAANSUhEUgAAABIA AAASCAYAAABWzo5XAAAAAXNSR0IArs4c 6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzA AALEgAACxIB0t1+/ +SURBVDjLtZSvTgNBEIe/WRRnm3U8RC1neQdsm1z SBIU9VVF1FkUguQQsD9ITmD7ECZIJSE4OZo9stoVjC/zc7ky +zH9hXwVwDpTAWWLrgS3QAe8AZgaAJI5z YAmc8r0G4AH YHQKVwII8 PZrZFsBFkeRCABYiMh9BRUhnSkPTNCt VXYXURi1FpBDgArj8QU1eVXUzfnjv7yP7 kwu1mYrkWlU33vs1QNu2qU8pwN0UpKoqo kjWwCztrMuBhEhmh8bD5UDqur75asbcX0BGU B9/HAMB+r32hznJgXy2v0sGLBcyAJ1EK3LFcbo1 s91JeLwAbwGYu7TP/3ZGfnXYPgAVNngtqatUNgA AAABJRU5ErkJggg==); | |
| } | |
| .comments .comments-content .loadmore a { | |
| border-top: 1px solid #757575; | |
| border-bottom: 1px solid #757575; | |
| } | |
| .comments .continue { | |
| border-top: 2px solid #757575; | |
| } | |
| /* Footer | |
| ----------------------------------------------- */ | |
| .footer-outer { | |
| margin: -20px 0 -1px; | |
| padding: 20px 0 0; | |
| color: #000000; | |
| overflow: hidden; | |
| } | |
| .footer-fauxborder-left { | |
| border-top: 1px solid #e1e1e1; | |
| background: #ffffff none repeat scroll 0 0; | |
| -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| -goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| box-shadow: 0 0 20px rgba(0, 0, 0, .2); | |
| margin: 0 -20px; | |
| } | |
| /* Mobile | |
| ----------------------------------------------- */ | |
| body.mobile { | |
| background-size: auto; | |
| } | |
| .mobile .body-fauxcolumn-outer { | |
| background: transparent none repeat scroll top left; | |
| } | |
| *+html body.mobile .main-inner .column- center-inner { | |
| margin-top: 0; | |
| } | |
| .mobile .main-inner .widget { | |
| padding: 0 0 15px; | |
| } | |
| .mobile .main-inner .widget h2 + div, | |
| .mobile .footer-inner .widget h2 + div { | |
| border-top: none; | |
| padding-top: 0; | |
| } | |
| .mobile .footer-inner .widget h2 { | |
| padding: 0.5em 0; | |
| border-bottom: none; | |
| } | |
| .mobile .main-i nner .widget .wid get-content { | |
| margin: 0; | |
| padding: 7px 0 0; | |
| } | |
| .mobile .main-inner .widget ul, | |
| .mobile .main-inner . widget #ArchiveList ul.flat { | |
| margin: 0 -15px 0; | |
| } | |
| .mobile .main-inner .widget h2.date-header { | |
| right: 0; | |
| } | |
| .mobile .date-header span { | |
| padding: 0.4em 0; | |
| } | |
| .mobile .date-outer:first-child { | |
| margin-bottom: 0; | |
| border: 1px solid #e1e1e1; | |
| -moz-border-radius-topleft: 0; | |
| -moz-border-radius-topright: 0; | |
| -webkit-border-top-left-radius: 0; | |
| -webkit-border-top-right-radius: 0; | |
| -goog-ms-border-top-left-radius: 0; | |
| -goog-ms-border-top-right-radius: 0; | |
| border-top-left-radius: 0; | |
| border-top-right-radius: 0; | |
| } | |
| .mobile .date-outer { | |
| border-color: #e1e1e1; | |
| border-width: 0 1px 1px; | |
| } | |
| .mobile .date-outer:last-child { | |
| margin-bottom: 0; | |
| } | |
| .mobile .main-inner { | |
| padding: 0; | |
| } | |
| .mobile .header-inner .section { | |
| margin: 0; | |
| } | |
| .mobile .post-outer, .mobile .inline-ad { | |
| padding: 5px 0; | |
| } | |
| .mobile .tabs-inner .section { | |
| margin: 0 10px; | |
| } | |
| .mobile .main-inner .widget h2 { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| .mobile .main-inner .widget h2.date-header span { | |
| padding: 0; | |
| } | |
| .mobile .main-inner .widget .widget-content { | |
| margin: 0; | |
| padding: 7px 0 0; | |
| } | |
| .mobile #blog-pager { | |
| border: 1px solid transparent; | |
| background: #ffffff none repeat scroll 0 0; | |
| } | |
| .mobile .main-inner .column-left-inner, | |
| .mobile .main-inner .column-right-inner { | |
| background: transparent none repeat 0 0; | |
| -moz-box-shadow: none; | |
| -webkit-box-shadow: none; | |
| -goog-ms-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| .mobile .date-posts { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| .mobile .footer-fauxborder-left { | |
| margin: 0; | |
| border-top: inherit; | |
| } | |
| .mobile .main-inner .section:last-child .Blog:last-child { | |
| margin-bottom: 0; | |
| } | |
| .mobile-index-contents { | |
| color: #000000; | |
| } | |
| .mobile .mobile-link-button { | |
| background: #183963 url(http://www.blogblog.com/ 1kt/awesomeinc/tabs_gradient_light.png) repeat scroll 0 0; | |
| } | |
| .mobile-link-button a:link, .mobile-link-button a:visited { | |
| color: #ffffff; | |
| } | |
| .mobile .tabs-inner .PageList .widget-content { | |
| background: transparent; | |
| border-top: 1px solid; | |
| border-color: #757575; | |
| color: #000000; | |
| } | |
| .mobile .tabs-inner .PageList .widget-content .pagelist-arrow { | |
| border-left: 1px solid #757575; | |
| } |
Categorias:




0 comentários:
Postar um comentário