-
+ D5961FA49353447E5065C12D322083FAAB1BFB4744D8E6EEEE4FB12BF1B883DEBFC83CD303C8DD9C1551B7CD7D45E75087349DD6D14E3426BE8DC8B692FDCDDD
mp-wp/wp-content/themes/classic/style.css
(0 . 0)(1 . 363)
65853 /*
65854 Theme Name: WordPress Classic
65855 Theme URI: http://wordpress.org/
65856 Description: The original WordPress theme that graced versions 1.2.x and prior.
65857 Version: 1.5
65858 Author: Dave Shea
65859 Tags: mantle color, variable width, two columns, widgets
65860
65861 Default WordPress by Dave Shea || http://mezzoblue.com
65862 Modifications by Matthew Mullenweg || http://photomatt.net
65863 This is just a basic layout, with only the bare minimum defined.
65864 Please tweak this and make it your own. :)
65865 */
65866
65867 a {
65868 color: #675;
65869 }
65870
65871 a img {
65872 border: none;
65873 }
65874
65875 a:visited {
65876 color: #342;
65877 }
65878
65879 a:hover {
65880 color: #9a8;
65881 }
65882
65883 acronym, abbr {
65884 border-bottom: 1px dashed #333;
65885 }
65886
65887 acronym, abbr, span.caps {
65888 font-size: 90%;
65889 letter-spacing: .07em;
65890 }
65891
65892 acronym, abbr {
65893 cursor: help;
65894 }
65895
65896 blockquote {
65897 border-left: 5px solid #ccc;
65898 margin-left: 1.5em;
65899 padding-left: 5px;
65900 }
65901
65902 body {
65903 background: #fff;
65904 border: 2px solid #565;
65905 border-bottom: 1px solid #565;
65906 border-top: 3px solid #565;
65907 color: #000;
65908 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
65909 margin: 0;
65910 padding: 0;
65911 }
65912
65913 cite {
65914 font-size: 90%;
65915 font-style: normal;
65916 }
65917
65918 h2 {
65919 border-bottom: 1px dotted #ccc;
65920 font: 95% "Times New Roman", Times, serif;
65921 letter-spacing: 0.2em;
65922 margin: 15px 0 2px 0;
65923 padding-bottom: 2px;
65924 }
65925
65926 h3 {
65927 border-bottom: 1px dotted #eee;
65928 font-family: "Times New Roman", Times, serif;
65929 margin-top: 0;
65930 }
65931
65932 ol#comments li p {
65933 font-size: 100%;
65934 }
65935
65936 p, li, .feedback {
65937 font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
65938 letter-spacing: -1px;
65939 }
65940
65941 /* classes used by the_meta() */
65942 ul.post-meta {
65943 list-style: none;
65944 }
65945
65946 ul.post-meta span.post-meta-key {
65947 font-weight: bold;
65948 }
65949
65950 .credit {
65951 background: #90a090;
65952 border-top: 3px double #aba;
65953 color: #fff;
65954 font-size: 11px;
65955 margin: 10px 0 0 0;
65956 padding: 3px;
65957 text-align: center;
65958 }
65959
65960 .credit a:link, .credit a:hover {
65961 color: #fff;
65962 }
65963
65964 .feedback {
65965 color: #ccc;
65966 text-align: right;
65967 clear: both;
65968 }
65969
65970 .meta {
65971 font-size: .75em;
65972 }
65973
65974 .meta li, ul.post-meta li {
65975 display: inline;
65976 }
65977
65978 .meta ul {
65979 display: inline;
65980 list-style: none;
65981 margin: 0;
65982 padding: 0;
65983 }
65984
65985 .meta, .meta a {
65986 color: #808080;
65987 font-weight: normal;
65988 letter-spacing: 0;
65989 }
65990
65991 .storytitle {
65992 margin: 0;
65993 }
65994
65995 .storytitle a {
65996 text-decoration: none;
65997 }
65998
65999 #commentform #author, #commentform #email, #commentform #url, #commentform textarea {
66000 background: #fff;
66001 border: 1px solid #333;
66002 padding: .2em;
66003 }
66004
66005 #commentform textarea {
66006 width: 100%;
66007 }
66008
66009 #commentlist li ul {
66010 border-left: 1px solid #ddd;
66011 font-size: 110%;
66012 list-style-type: none;
66013 }
66014
66015 #commentlist li .avatar {
66016 float: right;
66017 margin-right: 25px;
66018 border: 1px dotted #ccc;
66019 padding: 2px;
66020 }
66021
66022 #content {
66023 margin: 30px 13em 0 3em;
66024 padding-right: 60px;
66025 }
66026
66027 #header {
66028 background: #90a090;
66029 border-bottom: 3px double #aba;
66030 border-left: 1px solid #9a9;
66031 border-right: 1px solid #565;
66032 border-top: 1px solid #9a9;
66033 font: italic normal 230% 'Times New Roman', Times, serif;
66034 letter-spacing: 0.2em;
66035 margin: 0;
66036 padding: 15px 10px 15px 60px;
66037 }
66038
66039 #header a {
66040 color: #fff;
66041 text-decoration: none;
66042 }
66043
66044 #header a:hover {
66045 text-decoration: underline;
66046 }
66047
66048 #menu {
66049 background: #fff;
66050 border-left: 1px dotted #ccc;
66051 border-top: 3px solid #e0e6e0;
66052 padding: 20px 0 10px 30px;
66053 position: absolute;
66054 right: 2px;
66055 top: 0;
66056 width: 11em;
66057 }
66058
66059 #menu form {
66060 margin: 0 0 0 13px;
66061 }
66062
66063 #menu input#s {
66064 width: 80%;
66065 background: #eee;
66066 border: 1px solid #999;
66067 color: #000;
66068 }
66069
66070 #menu ul {
66071 color: #ccc;
66072 font-weight: bold;
66073 list-style-type: none;
66074 margin: 0;
66075 padding-left: 3px;
66076 text-transform: lowercase;
66077 }
66078
66079 #menu ul li {
66080 font: italic normal 110% 'Times New Roman', Times, serif;
66081 letter-spacing: 0.1em;
66082 margin-top: 10px;
66083 padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
66084 }
66085
66086 #menu ul ul {
66087 font-variant: normal;
66088 font-weight: normal;
66089 line-height: 100%;
66090 list-style-type: none;
66091 margin: 0;
66092 padding: 0;
66093 text-align: left;
66094 }
66095
66096 #menu ul ul li {
66097 border: 0;
66098 font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
66099 letter-spacing: 0;
66100 margin-top: 0;
66101 padding: 0;
66102 padding-left: 12px;
66103 }
66104
66105 #menu ul ul li a {
66106 color: #000;
66107 text-decoration: none;
66108 }
66109
66110 #menu ul ul li a:hover {
66111 border-bottom: 1px solid #809080;
66112 }
66113
66114 #menu ul ul ul.children {
66115 font-size: 142%;
66116 padding-left: 4px;
66117 }
66118
66119 #wp-calendar {
66120 border: 1px solid #ddd;
66121 empty-cells: show;
66122 font-size: 14px;
66123 margin: 0;
66124 width: 90%;
66125 }
66126
66127 #wp-calendar #next a {
66128 padding-right: 10px;
66129 text-align: right;
66130 }
66131
66132 #wp-calendar #prev a {
66133 padding-left: 10px;
66134 text-align: left;
66135 }
66136
66137 #wp-calendar a {
66138 display: block;
66139 text-decoration: none;
66140 }
66141
66142 #wp-calendar a:hover {
66143 background: #e0e6e0;
66144 color: #333;
66145 }
66146
66147 #wp-calendar caption {
66148 color: #999;
66149 font-size: 16px;
66150 text-align: left;
66151 }
66152
66153 #wp-calendar td {
66154 color: #ccc;
66155 font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
66156 letter-spacing: normal;
66157 padding: 2px 0;
66158 text-align: center;
66159 }
66160
66161 #wp-calendar td.pad:hover {
66162 background: #fff;
66163 }
66164
66165 #wp-calendar td:hover, #wp-calendar #today {
66166 background: #eee;
66167 color: #bbb;
66168 }
66169
66170 #wp-calendar th {
66171 font-style: normal;
66172 text-transform: capitalize;
66173 }
66174
66175 /* Captions & aligment */
66176 .aligncenter,
66177 div.aligncenter {
66178 display: block;
66179 margin-left: auto;
66180 margin-right: auto;
66181 }
66182
66183 .alignleft {
66184 float: left;
66185 }
66186
66187 .alignright {
66188 float: right;
66189 }
66190
66191 .wp-caption {
66192 border: 1px solid #ddd;
66193 text-align: center;
66194 background-color: #f3f3f3;
66195 padding-top: 4px;
66196 margin: 10px;
66197 -moz-border-radius: 3px;
66198 -khtml-border-radius: 3px;
66199 -webkit-border-radius: 3px;
66200 border-radius: 3px;
66201 }
66202
66203 .wp-caption img {
66204 margin: 0;
66205 padding: 0;
66206 border: 0 none;
66207 }
66208
66209 .wp-caption p.wp-caption-text {
66210 font-size: 11px;
66211 line-height: 17px;
66212 padding: 0 4px 5px;
66213 margin: 0;
66214 }
66215 /* End captions & aligment */