NP_Mediatocu 115用 スタイル
- 投稿日 : 2009-05-06, 22:33
- 最終更新日時 : 2010-12-21 17:28:44(履歴)
- タグ(NucleusPlugin / CSS)
- カテゴリ(Weblog)
- 記し人(luvsic)[PDF]
- 閲覧数(9441)
NP_Mediatocu_115でのCSS編集保管
マークアップのやり方が違うと難しいなぁと感じた、あんまり何もできず。表示のリンクテキストから画面遷移なしで、FancyZoomみたいに画像を表示するように変えちゃえたいけど、GrayBoxをオフにしちゃえばできそうな予感
しばらくはバージョンアップが多そうなので3か月ほど様子をみよう
mediatocu/popups.css
@charset 'UTF-8';
/*
media library popup
$Id: popups.css 921 2009-02-08 16:49:08Z shizuki $
$NucleusJP: popups.css,v 1.4 2007/03/22 09:18:16 kimitake Exp $
*/
/*
Basic Elements
---------------------------------------------*/
body {
/* font-family: verdana, arial;*/
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
font-size: small;
background-color: #fbfbfb;
color: #000;
text-align: center;
}
h1 {
border-bottom: 1px dotted gray;
font-size: x-large;
color: #596d9d;
}
h2 {
color: gray;
font-size: large;
margin-left: 20px;
text-indent: 10px;
border-bottom: 1px solid #ddd;
}
img {
border: none;
}
.clear {
clear: both;
}
/*** Link elements ***/
a {
margin: 0;
padding: 2px;
}
a:link, a:visited {
color: #1D3565;
font-weight: bold;
text-decoration: none;
}
a:hover, a:active {
color: #FF843A;
text-decoration: underline;
}
/*** table elements ***/
table {
border: solid 1px #fff;
border-collapse: collapse;
}
th, td {
padding: 5px;
border: solid 1px #fff;
}
th {
background-color: linen;
font-size: 93%;
letter-spacing:2px;
text-align: right;
}
td {
background-color: #f3f3f3;
font-size: small;
vertical-align: top;
text-align: left;
}
/*** form elements ***/
form {
margin: 0;
padding: 0;
}
td input {
margin: 0;
padding: 0;
}
label {
cursor: pointer;
}
td label:hover {
color: #FF843A;
}
#media_filter {
width: 97%;
}
input.newname {
width: 140px;
}
.radio {
width: auto;
}
/*** FAQ ***/
pre, .note, .faq .answer {
background-color: #ddd;
padding: 10px;
font-size: small;
}
.faq .question {
font-weight: bold;
margin-bottom: 0px;
}
.faq .answer {
}
.faq {
margin-bottom: 20px;
}
/*
header
---------------------------------------------*/
div.wrap {
text-align: left;
margin: 5px auto;
padding: 10px;
border: 1px solid #ddd;
/* width: 500px;*/
background-color: #fff;
}
.heading {
text-align: center;
font-size: xx-large;
font-weight: bold;
color: gray;
}
.heading i {
position: absolute;
top: 5px;
right: 5px;
font-size: small;
font-style: normal;
font-weight: normal;
}
p.navi {
text-indent: 10px;
margin: 5px 0;
}
/*
Image Box
---------------------------------------------*/
.box {
float: left;
display: inline;
line-height: 1.2em;
margin: 1px 2px 1px 0;
padding: 5px;
color: #444;
background-color: #f3f3f3;
}
.box p {
line-height: 2em;
}
.tmb a {
padding: 0 !important;
}
.navi, p.clear {
clear: both;
text-align: center;
max-width: 532px;
background-color: linen;
}
.navi a, .clear a {
margin: 0 0 0 1em;
padding: 3px;
}
.box a {
line-height: 2em;/*
text-decoration: underline;*/
}
No comments yet