このコミットが含まれているのは:
守矢諏訪子 2022-03-31 00:09:48 +09:00
コミット da5581af24
2個のファイルの変更28行の追加0行の削除

ファイルの表示

@ -6,6 +6,10 @@
<link rel="stylesheet" type="text/css" href="style.css" /> <link rel="stylesheet" type="text/css" href="style.css" />
</head> </head>
<body> <body>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>
<h1>ようこそ、076.ne.jpへ</h1> <h1>ようこそ、076.ne.jpへ</h1>
<div class="container"> <div class="container">
<p> <p>

ファイルの表示

@ -2,22 +2,40 @@ body {
background: #232629; background: #232629;
color: #fcfcfc; color: #fcfcfc;
} }
.jswarning {
background-color: rgb(170, 170, 0);
color: rgb(252, 252, 252);
display: none;
padding: 10px;
z-index: 5000;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
border: 4px #dde22d ridge;
}
a { a {
color: #ea81e8; color: #ea81e8;
} }
h1, .footer { h1, .footer {
text-align: center; text-align: center;
} }
hr { hr {
border-color: #8800dd; border-color: #8800dd;
box-shadow: 2px 2px 10px #9900ff; box-shadow: 2px 2px 10px #9900ff;
width: 100%; width: 100%;
max-width: 1700px; max-width: 1700px;
} }
.container { .container {
width: 100%; width: 100%;
text-align: center; text-align: center;
} }
.serv-body, .nihongo, .english { .serv-body, .nihongo, .english {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
@ -25,6 +43,7 @@ hr {
padding: 4px; padding: 4px;
margin: 8px; margin: 8px;
} }
.serv-body { .serv-body {
background-color: #170b15; background-color: #170b15;
border: 1px #a93da9 groove; border: 1px #a93da9 groove;
@ -32,6 +51,7 @@ hr {
height: 170px; height: 170px;
border-radius: 10px; border-radius: 10px;
} }
.serv-title { .serv-title {
font-size: 24px; font-size: 24px;
font-weight: bolder; font-weight: bolder;
@ -41,18 +61,22 @@ hr {
border-radius: 6px; border-radius: 6px;
text-align: center; text-align: center;
} }
.nihongo > a, .english > a { .nihongo > a, .english > a {
color: #ffeb3b; color: #ffeb3b;
} }
.nihongo, .english { .nihongo, .english {
width: 100%; width: 100%;
max-width: 830px; max-width: 830px;
} }
.nihongo { .nihongo {
background-color: #21082b; background-color: #21082b;
border: 1px #ff22ff groove; border: 1px #ff22ff groove;
color: #d6a9d6; color: #d6a9d6;
} }
.english { .english {
background-color: #0b0c17; background-color: #0b0c17;
border: 1px #2196f3 groove; border: 1px #2196f3 groove;