5398d29d76e4abdde013b1529b4ade07b8b23ae2
Jeremy D Some more fixes and code c...

Jeremy D authored 12 years ago

1) /*** The Specific CSS starts here, the rest is the headers, footers and general ***/
2) #pacmangen
3) {
4) 	width: 100%;
5) 	background: #fff;
6) 	min-height: 41em;
7) }
8) 
9) /* Fixes some wordpress integrations */
10) .entry #pacmangen
11) {
12) 	margin-top: -2em;
13) 	margin-bottom: -4em;
14) }
15) 
16) #preview_container #preview
17) {
18) 	width: 100%;
19) }
20) 
21) .floatbuttons
22) {
23) 	float: right;
24) }
25) 
26) dl.info dt
27) {
28) 	clear: both;
29) 	float: left;
30) 	margin: 0 0 10px;
31) 	padding: 0;
32) 	width: 48%;
33) }
34) 
35) dl.info dd
36) {
37) 	float: left;
38) 	margin: 0 0 3px;
39) 	padding: 0;
40) 	width: 48%;
41) }
42) 
43) dl.edits dt
44) {
45) 	clear: both;
46) 	float: left;
47) 	margin: 0 0 10px;
48) 	padding: 0;
49) 	width: 15em;
50) }
51) 
52) dl.edits dd
53) {
54) 	float: left;
55) 	margin: 0 0 3px;
56) 	padding: 0;
57) }
58) 
59) @font-face
60) {
61) 	font-family: 'Paytone One';
62) 	font-style: normal;
63) 	font-weight: normal;
jdarwood007 Add hooks functionality to...

jdarwood007 authored 4 years ago

64) 	src: local('Paytone One'), local('PaytoneOne'), url('https://themes.googleusercontent.com/static/fonts/paytoneone/v4/D_d4Nj6jwG2cmUCLYeqgKYbN6UDyHWBl620a-IRfuBk.woff') format('woff');