atwiki-logo
  • 新規作成
    • 新規ページ作成
    • 新規ページ作成(その他)
      • このページをコピーして新規ページ作成
      • このウィキ内の別ページをコピーして新規ページ作成
      • このページの子ページを作成
    • 新規ウィキ作成
  • 編集
    • ページ編集
    • ページ編集(簡易版)
    • ページ名変更
    • メニュー非表示でページ編集
    • ページの閲覧/編集権限変更
    • ページの編集モード変更
    • このページにファイルをアップロード
    • メニューを編集
    • 右メニューを編集
  • バージョン管理
    • 最新版変更点(差分)
    • 編集履歴(バックアップ)
    • アップロードファイル履歴
    • このページの操作履歴
    • このウィキのページ操作履歴
  • ページ一覧
    • ページ一覧
    • このウィキのタグ一覧
    • このウィキのタグ(更新順)
    • このページの全コメント一覧
    • このウィキの全コメント一覧
    • おまかせページ移動
  • RSS
    • このウィキの更新情報RSS
    • このウィキ新着ページRSS
  • ヘルプ
    • ご利用ガイド
    • Wiki初心者向けガイド(基本操作)
    • このウィキの管理者に連絡
    • 運営会社に連絡(不具合、障害など)
ページ検索 メニュー
drdames @ ウィキ
  • 広告なしオファー
  • ウィキ募集バナー
  • 目安箱バナー
  • 操作ガイド
  • 新規作成
  • 編集する
  • 全ページ一覧
  • 登録/ログイン
広告非表示(β版)
ページ一覧
drdames @ ウィキ
  • 広告なしオファー
  • ウィキ募集バナー
  • 目安箱バナー
  • 操作ガイド
  • 新規作成
  • 編集する
  • 全ページ一覧
  • 登録/ログイン
ページ一覧
drdames @ ウィキ
広告非表示 広告非表示(β)版 ページ検索 ページ検索 メニュー メニュー
  • 新規作成
  • 編集する
  • 登録/ログイン
  • 管理メニュー
管理メニュー
  • 新規作成
    • 新規ページ作成
    • 新規ページ作成(その他)
      • このページをコピーして新規ページ作成
      • このウィキ内の別ページをコピーして新規ページ作成
      • このページの子ページを作成
    • 新規ウィキ作成
  • 編集
    • ページ編集
    • ページ編集(簡易版)
    • ページ名変更
    • メニュー非表示でページ編集
    • ページの閲覧/編集権限変更
    • ページの編集モード変更
    • このページにファイルをアップロード
    • メニューを編集
    • 右メニューを編集
  • バージョン管理
    • 最新版変更点(差分)
    • 編集履歴(バックアップ)
    • アップロードファイル履歴
    • このページの操作履歴
    • このウィキのページ操作履歴
  • ページ一覧
    • このウィキの全ページ一覧
    • このウィキのタグ一覧
    • このウィキのタグ一覧(更新順)
    • このページの全コメント一覧
    • このウィキの全コメント一覧
    • おまかせページ移動
  • RSS
    • このwikiの更新情報RSS
    • このwikiの新着ページRSS
  • ヘルプ
    • ご利用ガイド
    • Wiki初心者向けガイド(基本操作)
    • このウィキの管理者に連絡
    • 運営会社に連絡する(不具合、障害など)
  • atwiki
  • drdames @ ウィキ
  • CSS改造1

CSS改造1

最終更新:2012年05月30日 08:15

drdames

- view
メンバー限定 登録/ログイン

改造CSS1-メイン領域以外の色を薄緑系・ボーダー線をsolid


/*******************************************************************************
 NUDN2 General Definitions
*******************************************************************************/
.clear {
 clear						: both;
}
.footer {
 background 			: #CDE0B9;
 border-top 			: 1px solid #C0C0C0;
 margin 					: 0 0 10px 0;
 padding					: 10px;
 position 				: relative;
 z-index					: 13;
}
.footer hr {
 display					: none;
}
.footer p {
 font-size				: 0.9em;
 margin 					: 5px 0 0px 0px;
 text-align 			: center;
}
.header {
 background 			: #CDE0B9;
 border-bottom		: 1px double #C0C0C0;
 margin 					: 0 0 0 0;
 position 				: relative;
}
.headerInner {
 font-size				: 1.8em;
 font-weight			: bold;
 padding					: 33px 20px 10px;
 position 				: relative;
}
.headerInner a img {
 border 					: none;
 text-decoraion 	: none;
}
.inner {
 border-left			: 1px solid #C0C0C0;
 border-right 		: 1px solid #C0C0C0;
 margin 					: 0;
 width						: 100%;
}
abbr[title] {
 border-bottom		: dotted 1px;
}
acronym[title] {
 border-bottom		: dotted 1px;
}
address {
 display					: block;
 font-style 			: italic;
}
b {
 font-weight			: bolder;
}
caption {
 display					: table-caption;
 text-align 			: center;
}
center {
 display					: block;
 text-align 			: center;
}
cite {
 font-style 			: italic;
}
col {
 display					: table-column;
}
colgroup {
 display					: table-column-group;
}
dd {
 display					: block;
 margin-left			: 2em;
}
del {
 text-decoration	: line-through;
}
dfn {
 font-style 			: italic;
}
dl {
 display					: block;
 margin 					: 1em 0;
}
dl dl {
 margin-bottom		: 0;
 margin-top 			: 0;
}
dl ol {
 margin-bottom		: 0;
 margin-top 			: 0;
}
dl ul {
 margin-bottom		: 0;
 margin-top 			: 0;
}
dt {
 font-weight			: bold;
}
em {
 font-style 			: italic;
}
.inner h1 {
 font-size				: 1.8em;
 margin 					: 13px 0;
}
.inner h2 {
 font-size				: 1.6em;
 margin 					: 13px 0;
}
.inner h3 {
 font-size				: 1.4em;
 margin 					: 13px 0;
}
.inner h4 {
 font-size				: 1.2em;
 margin 					: 13px 0;
}
.inner h5 {
 font-size				: 1.0em;
 margin 					: 13px 0;
}
.inner h6 {
 font-size				: 0.8em;
 margin 					: 13px 0;
}
.inner h1.item {
 font-size				: 1.3em;
 margin 					: 8px 0 18px 0;
}
hr {
 border 					: 1px 0;
 display					: block;
 height 					: 1px;
 margin 					: 0.5em auto 0.5em auto;
}
i {
 font-style 			: italic;
}
ins {
 text-decoration	: underline;
}
li {
 display					: list-item;
}
multicol {
 display					: block;
 margin 					: 1em 0;
}
nobr {
 white-space			: nowrap;
}
ol {
 display					: block;
 list-style-type	: decimal;
 margin 					: 1em 0;
 padding-left 		: 25px;
}
ol dl {
 margin-bottom		: 0;
 margin-top 			: 0;
}
ol ol {
 margin-bottom		: 0;
 margin-top 			: 0;
}
ol ol ul {
 list-style-type	: square;
}
ol ul {
 list-style-type	: circle;
 margin-bottom		: 0;
 margin-top 			: 0;
}
ol ul ul {
 list-style-type	: square;
}
p {
 display					: block;
 margin 					: 1em 0;
}
plaintext {
 background 			: #f8f3e6;
 border-left			: 3px solid #e44949;
 display					: block;
 font-family			: fixed;
 margin 					: 3px 10px;
 padding					: 5px;
 white-space			: pre;
}
q:after {
 content					: close-quote;
}
q:before {
 content					: open-quote;
}
s {
 text-decoration	: line-through;
}
strike {
 text-decoration	: line-through;
}
strong {
 font-weight			: bolder;
}
sub {
 font-size				: smaller;
 line-height			: normal;
 vertical-align 	: sub;
}
sup {
 font-size				: smaller;
 line-height			: normal;
 vertical-align 	: super;
}
table {
 -moz-box-sizing	: border-box;
 border 					: 1px solid #333;
 border-collapse	: collapse;
 border-spacing 	: 2px;
 display					: table;
 margin-bottom		: 1em;
 margin-top 			: 1em;
 margin-left			: 1px;	
 text-indent			: 0;
}
table > tr {
 vertical-align 	: middle;
}
table[align="center"] > caption {
 margin-left			: auto;
 margin-right 		: auto;
}
table[align="center"] > caption[align="left"] {
 margin-right 		: 0;
}
table[align="center"] > caption[align="right"] {
 margin-left			: 0;
}
tbody {
 display					: table-row-group;
 vertical-align 	: middle;
}
td {
 border 					: 1px solid #333;
 display					: table-cell;
 padding					: 4px;
 text-align 			: inherit;
 vertical-align 	: inherit;
}
tfoot {
 display					: table-footer-group;
 vertical-align 	: middle;
}
th {
 background 			: #fff;
 border 					: 1px solid #333;
 color						: #000;
 display					: table-cell;
 font-weight			: bold;
 padding					: 4px;
 vertical-align 	: inherit;
}
thead {
 display					: table-header-group;
 vertical-align 	: middle;
}
tr {
 display					: table-row;
 vertical-align 	: inherit;
}
u {
 text-decoration	: underline;
}
ul {
 display					: block;
 list-style-type	: disc;
 margin 					: 1em 0;
 padding-left 		: 25px;
}
ul dl {
 margin-bottom		: 0;
 margin-top 			: 0;
}
ul ol {
 margin-bottom		: 0;
 margin-top 			: 0;
}
ul ol ul {
 list-style-type	: square;
}
ul ul {
 list-style-type	: circle;
 margin-bottom		: 0;
 margin-top 			: 0;
}
ul ul ul {
 list-style-type	: square;
}
var {
 font-style 			: italic;
}
xmp {
 background 			: #f8f3e6;
 border-left			: 3px solid #e44949;
 display					: block;
 font-family			: fixed;
 margin 					: 3px 10px;
 padding					: 5px;
 white-space			: pre;
}
.leftcol {
 color						: #3E3E3E;
 float						: left;
 font-size				: 0.9em;
 line-height			: 120%;
 margin-left			: -180px;
 margin-right 		: 1px;
 overflow 				: hidden;
 position 				: relative;
 width						: 180px;
 z-index					: 10;
}
.leftcol a:link {
 text-decoration	: none;
}
.leftcol a:visited {
 text-decoration	: none;
}
.leftpad {
 padding					: 10px;
}
 
.middlecol {
 color						: #2A2A2A;
 float						: left;
 font-size				: 1.0em;
 line-height			: 160%;
 margin 					: 0 -3px 0 -2px;
 position 				: relative;
 width						: 100%;
/*
 z-index					: 12;
*/
}
.middlepad {
 padding					: 6px 15px 15px 15px;
}
.outer {
 background 			: #FFF;
 border-left			: 180px solid #CDE0B9;
 border-right 		: 170px solid #CDE0B9;
 width						: auto;
}
.outer > .inner {
 border-bottom		: 1px solid transparent;
}
.rightcol {
 color						: #3E3E3E;
 float						: left;
 font-size				: 0.9em;
 line-height			: 130%;
 margin-left			: 1px;
 margin-right 		: -170px;
 overflow 				: hidden;
 position 				: relative;
 width						: 170px;
 z-index					: 11;
}
.rightpad {
 padding					: 10px 10px 10px 13px;
}
.wrapper {
 margin 					: 0 -1px;
 min-width				: 400px;
 width						: 100%;
}
a {
 text-decoration	: none;
}
body {
 background 			: #FFF;
 color						: #3E3E3E;
 font-family			: arial,helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS Pゴシック",clean,sans-serif;
 font-size				: 76%;
 font-size-adjust : none;
 font-stretch 		: normal;
 font-style 			: normal;
 font-variant 		: normal;
 font-weight			: normal;
 line-height			: normal;
 margin 					: 0;
 padding					: 0;
}
blockquote {
 background 			: #f8f3e6;
 border-left			: 3px solid #6180a3;
 border-bottom		: 1px solid #f8f3e6;
 margin 					: 3px 10px;
 padding					: 5px;
}
pre {
 background 			: #f8f3e6;
 border-left			: 3px solid #e44949;
 border-bottom		: 1px solid #f8f3e6;
 display					: block;
 font-family			: fixed;
 margin 					: 3px 10px;
 padding					: 5px;
 white-space			: pre;
}
/* Holly Hack */
/* Hides from IE-mac \*/
* html blockquote {height: 1%;}
* html pre {height: 1%;}
/* End hide from IE-mac */
 
 
html {
 margin 					: 0;
 padding					: 0;
}
span.word1 {
 background-color : #ffff66;
 color						: #000;
}
span.word10 {
 background-color : #990099;
 color						: #fff;
}
span.word2 {
 background-color : #a0ffff;
 color						: #000;
}
span.word3 {
 background-color : #99ff99;
 color						: #000;
}
span.word4 {
 background-color : #ff9999;
 color						: #000;
}
span.word5 {
 background-color : #ff66ff;
 color						: #000;
}
span.word6 {
 background-color : #880000;
 color						: #fff;
}
span.word7 {
 background-color : #00aa00;
 color						: #fff;
}
span.word8 {
 background-color : #886800;
 color						: #fff;
}
span.word9 {
 background-color : #004699;
 color						: #fff;
}
 
/*ads*/
 
.gafc_on{
	background-color:#DFDFDF;
}
.gafc_domain{
	color:green;
}
 
/* Hides from IE-mac \*/
 * html #source___Frame{ width:97% !important;}
 /* End hide from IE-mac */
 

「CSS改造1」をウィキ内検索
LINE
シェア
Tweet
drdames @ ウィキ
記事メニュー

メニュー

メニュー編集

- グラナド・エスパダ
グラナド・エスパダ
GEメモ
ワールドマップ
私的攻略
ミッション
消耗品
人物紹介

シナリオ
NPC編入
スタンステンプレ
pukiwiki版

+ Continent of the 9th
Continent of the 9th

スキルブック
スキルブック性能
スキルブック性能2

+ タルタロス
タルタロス
フェーズまとめ
装備ランク

+ ToRealize!
To Realize!
To Realize! 攻略
基本的な攻略
ステージ攻略
合成レシピ集
 【図鑑】
合成魔法
素材
アイテム
剣・コアフレーム
武器パーツ
防具


+ wiki編集用
  • CSS改造1
  • CSS改造2
  • imagefolder

更新履歴

取得中です。
記事メニュー2

更新履歴

取得中です。


ここを編集
最近更新されたページ
  • 4862日前

    ワールドマップ
  • 4895日前

    私的攻略
  • 4895日前

    ミッション
  • 4895日前

    人物紹介
  • 4895日前

    メニュー
  • 4895日前

    トップページ
  • 4895日前

    消耗品
  • 4905日前

    imagefolder
  • 4912日前

    GEメモ
  • 4912日前

    スタンステンプレ
もっと見る
最近更新されたページ
  • 4862日前

    ワールドマップ
  • 4895日前

    私的攻略
  • 4895日前

    ミッション
  • 4895日前

    人物紹介
  • 4895日前

    メニュー
  • 4895日前

    トップページ
  • 4895日前

    消耗品
  • 4905日前

    imagefolder
  • 4912日前

    GEメモ
  • 4912日前

    スタンステンプレ
もっと見る
ウィキ募集バナー
急上昇Wikiランキング

急上昇中のWikiランキングです。今注目を集めている話題をチェックしてみよう!

  1. PC版Webサカ@ ウィキ
  2. 作画@wiki
  3. ポケモン 作品なりきりネタWiki
  4. 千鳥の鬼レンチャン サビだけカラオケデータベース
  5. グノーシア台詞集 @ ウィキ
  6. ドラゴンクエスト モンスターバトルロードII攻略@WIKI
  7. 戦隊・ライダー:装備@ ウィキ
  8. グランツーリスモWiki
  9. Last Z: Survival Shooter @ ウィキ
  10. 固めまとめWiki
もっと見る
人気Wikiランキング

atwikiでよく見られているWikiのランキングです。新しい情報を発見してみよう!

  1. アニヲタWiki(仮)
  2. ゲームカタログ@Wiki ~名作からクソゲーまで~
  3. MADTOWNGTAまとめwiki
  4. 初音ミク Wiki
  5. ストグラ まとめ @ウィキ
  6. Grand Theft Auto V(グランドセフトオート5)GTA5 & GTAオンライン 情報・攻略wiki
  7. 検索してはいけない言葉 @ ウィキ
  8. 機動戦士ガンダム EXTREME VS.2 INFINITEBOOST wiki
  9. 機動戦士ガンダム バトルオペレーション2攻略Wiki 3rd Season
  10. モンスター烈伝オレカバトル2@wiki
もっと見る
新規Wikiランキング

最近作成されたWikiのアクセスランキングです。見るだけでなく加筆してみよう!

  1. MADTOWNGTAまとめwiki
  2. フォートナイト攻略Wiki
  3. MadTown GTA (Beta) まとめウィキ
  4. 首都圏駅メロwiki
  5. Last Z: Survival Shooter @ ウィキ
  6. まどドラ攻略wiki
  7. 駅のスピーカーwiki
  8. ちいぽけ攻略
  9. 魔法少女ノ魔女裁判 攻略・考察Wiki
  10. ソニックレーシング クロスワールド 攻略@ ウィキ
もっと見る
全体ページランキング

最近アクセスの多かったページランキングです。話題のページを見に行こう!

  1. 【移転】Miss AV 見れない Missav.wsが見れない?!MissAV新URLはどこ?閉鎖・終了してない?missav.ai元気玉って何? - ホワイトハッカー研究所
  2. ブラック・マジシャン・ガール - アニヲタWiki(仮)
  3. ブラック・マジシャン・ガール - 遊戯王DSNTナイトメアトラバドール攻略Wiki@わかな
  4. 真崎杏子 - 遊戯王DSNTナイトメアトラバドール攻略Wiki@わかな
  5. 魔獣トゲイラ - バトルロイヤルR+α ファンフィクション(二次創作など)総合wiki
  6. ゴジュウユニコーン/一河角乃 - アニヲタWiki(仮)
  7. 参加者一覧 - MADTOWNGTAまとめwiki
  8. 参加者一覧 - ストグラ まとめ @ウィキ
  9. Pokémon LEGENDS Z-A - アニヲタWiki(仮)
  10. 小松勇輝 - 作画@wiki
もっと見る

  • このWikiのTOPへ
  • 全ページ一覧
  • アットウィキTOP
  • 利用規約
  • プライバシーポリシー

2019 AtWiki, Inc.