This commit is contained in:
FJY
2017-10-29 22:55:28 +08:00
parent bc345795db
commit 56ae828c97
186 changed files with 7949 additions and 360 deletions

View File

@@ -0,0 +1,22 @@
.code {
font-family: Arial;
font-style: italic;
color: blue;
font-size: 27px;
border: 0;
letter-spacing: 3px;
font-weight: bolder;
cursor: pointer !important;
padding-top: 0px;
padding-right: 50px;
vertical-align: middle;
}
a {
text-decoration: none;
color: #288bc4;
}
a:hover {
text-decoration: underline;
}