add show list methods
このコミットが含まれているのは:
コミット
3478e04a63
7個のファイルの変更、1064行の追加、121行の削除
|
@ -1,3 +1,5 @@
|
|||
@import url("min-method.css");
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-weight: normal;
|
||||
|
@ -24,6 +26,7 @@
|
|||
url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
|
||||
}
|
||||
|
||||
|
||||
html
|
||||
{
|
||||
overflow: auto;
|
||||
|
@ -34,7 +37,7 @@ html
|
|||
body
|
||||
{
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
line-height: 1.5;
|
||||
/*line-height: 1.5;*/
|
||||
color: #4d4e53;
|
||||
background-color: white;
|
||||
}
|
||||
|
@ -428,4 +431,4 @@ article ul {
|
|||
.__end {
|
||||
color: #0037ff;
|
||||
font-size: 17px;
|
||||
}
|
||||
}
|
53
templates/initi/static/styles/min-method.css
ノーマルファイル
53
templates/initi/static/styles/min-method.css
ノーマルファイル
|
@ -0,0 +1,53 @@
|
|||
.min-methods{}
|
||||
|
||||
.min-methods .title {
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.min-methods .list {
|
||||
padding-left: 24px;
|
||||
}
|
||||
|
||||
.min-methods .list .compact-method {
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
}
|
||||
.min-methods .list .compact-method .access{}
|
||||
.min-methods .list .compact-method .name{
|
||||
color: #0137ff;
|
||||
font-size: 24px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.min-methods .list .compact-method .param {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.min-methods .list .compact-method .param .left-circle-bracket{}
|
||||
.min-methods .list .compact-method .param .right-circle-bracket{}
|
||||
|
||||
.min-methods .list .compact-method .param .type{}
|
||||
.min-methods .list .compact-method .param .type .left-quad-bracket{}
|
||||
.min-methods .list .compact-method .param .type .name{
|
||||
color: #3d7700;
|
||||
font-size: 20px;
|
||||
}
|
||||
.min-methods .list .compact-method .param .type .right-quad-bracket{}
|
||||
.min-methods .list .compact-method .param .name{
|
||||
color: #383838;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.min-methods .list .compact-method .returns{}
|
||||
.min-methods .list .compact-method .returns .arrow{}
|
||||
.min-methods .list .compact-method .returns .left-figure-bracket{}
|
||||
.min-methods .list .compact-method .returns .right-figure-bracket{}
|
||||
.min-methods .list .compact-method .returns .name{
|
||||
color: #5aa30e;
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
}
|
読み込み中…
Add table
Add a link
新しいイシューから参照