5398d29d76e4abdde013b1529b4ade07b8b23ae2
Jeremy D Added Gamepress Theme

Jeremy D authored 10 years ago

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

jdarwood007 authored 4 years ago

63) 	src: local('Paytone One'), local('PaytoneOne'), url('https://themes.googleusercontent.com/static/fonts/paytoneone/v4/D_d4Nj6jwG2cmUCLYeqgKYbN6UDyHWBl620a-IRfuBk.woff') format('woff');
Jeremy D Added Gamepress Theme

Jeremy D authored 10 years ago

64) }
65) 
66) .alignleft
67) {
68) 	float: left;
69) }
70) 
71) .alignright
72) {
73) 	float: right;
74) }
75) 
76) #basic_info
77) {
78) 	float: left;
79) 	margin-left: 10%;
80) }
81) 
82) #details_info
83) {
84) 	float: right;
85) 	margin-right: 10%;
86) }
87) 
88) #basic_info, #details_info
89) {
90) 	padding: 5px 10px;
91) 	max-width: 25em;
92) }
93) 
94) #basic_info legend, #details_info legend
95) {
96) 	padding: 3px 3px 1px 3px;
97) 	border-bottom: 1px solid #fff;
98) }
99) 
100) fieldset.edits
101) {
102) 	padding: 5px 10px;
103) 	margin: 0 10px;
104) 	border: 1px solid #fff;
105) }
106) 
107) fieldset.edits fieldset
108) {
109) 	padding: 5px 10px;
110) 	border: 1px solid #fff;
111) 	border-top: 1px dotted #fff;
112) }
113) 
114) fieldset.edits legend
115) {
116) 	width: 100%;
117) 	background: transparent;
118) }
jdarwood007 Add hooks functionality to...

jdarwood007 authored 4 years ago

119) 
120) fieldset legend
121) {
122) 	font-size: 120%;
123) }