「利用者:Beavercastor」の版間の差分
ナビゲーションに移動
検索に移動
Beavercastor (トーク | 投稿記録) |
Beavercastor (トーク | 投稿記録) |
||
| 18行目: | 18行目: | ||
} | } | ||
.green{ | .green{ | ||
| − | color: | + | color:#007b43; |
| + | } | ||
| + | .purple{ | ||
| + | color:#674196; | ||
| + | } | ||
| + | .blown{ | ||
| + | color:#8c6450; | ||
| + | } | ||
| + | .light-blue{ | ||
| + | color:#59b9c6; | ||
| + | } | ||
| + | .light-green{ | ||
| + | color:#3eb370; | ||
| + | } | ||
| + | .black{ | ||
| + | color:black; | ||
| + | } | ||
| + | .white{ | ||
| + | color:white; | ||
} | } | ||
| + | |||
| + | /*文字装飾*/ | ||
| + | .bold{ | ||
| + | font-weight:bold; | ||
| + | } | ||
| + | .iralic{ | ||
| + | font-style:italic; | ||
| + | } | ||
| + | |||
| + | /*文字配置*/ | ||
| + | .text-left{ | ||
| + | text-align:left; | ||
| + | } | ||
| + | .text-right{ | ||
| + | text-align:right; | ||
| + | } | ||
| + | .text-center{ | ||
| + | text-align:center; | ||
| + | } | ||
| + | |||
| + | /*div配置*/ | ||
| + | .div-left{ | ||
| + | clear:right; | ||
| + | float:left; | ||
| + | } | ||
| + | .div-right{ | ||
| + | clear:left; | ||
| + | float:right; | ||
| + | } | ||
| + | .div-none{ | ||
| + | clear:both; | ||
| + | } | ||
| + | |||
</style> | </style> | ||
| 26行目: | 77行目: | ||
<body> | <body> | ||
| − | |||
| − | |||
</body> | </body> | ||
</html> | </html> | ||
2019年10月4日 (金) 15:29時点における版