Skip to content

Instantly share code, notes, and snippets.

@elvl
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elvl/b7f38fead05cba7679bf to your computer and use it in GitHub Desktop.
Save elvl/b7f38fead05cba7679bf to your computer and use it in GitHub Desktop.
swiki のプレビューを見やすくするユーザー CSS
/*
Stylish 用
Chrome 拡張で使う場合は、
最初の @-moz-document url-prefix(http://pso2.swiki.jp/index.php?cmd=edit) { の行と
最後の } の行をけずって
適用先を "次で始まる URL" にし、URL に http://pso2.swiki.jp/index.php?cmd=edit を入れて下さい
*/
@-moz-document url-prefix(http://pso2.swiki.jp/index.php?cmd=edit) {
#header,
#notificationframe,
#topicpath,
#contents_frame > .layout_hr,
#footer,
#footframe {
display: none !important;
}
#page_title {
font: 50% normal !important;
}
#contents > table > tbody > tr > td.ctable,
#page_title {
padding: 0 !important;
margin: 0 0 5px 0 !important;
}
div#body {
height: calc(100vh - 3rem) !important;
}
div#realview_outer {
height: calc(50vh - 5rem) !important;
width: 100% !important;
}
form > .edit_form {
height: 50vh !important;
}
textarea#msg {
height: calc(50vh - 5rem) !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment