wp/wp-includes/js/tinymce/plugins/wpfullscreen/css/wp-fullscreen.css
author ymh <ymh.work@gmail.com>
Fri, 08 Nov 2013 12:04:48 +0000
changeset 2 a899d1822525
parent 0 d970ebf37754
permissions -rw-r--r--
add unfiltered-mu plugin to allow administrator to add scripts and iframes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
/*
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
Distraction Free Writing mode TinyMCE Styles
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
*/
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
html,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
body {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
	background: transparent;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
	width: auto !important;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
	max-width: none !important;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
	margin: 0 !important;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
	padding: 0 !important;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
	min-height: 0 !important;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
}