Translate

カスタマイズコード

table.table2 {
}
.table2 td {
 padding: 5px 10px; 
 border: 1px solid #696969;
}
.table2 th {
 padding: 5px 10px; 
 border: 1px solid #696969;
 color: white;
 background-color: #808080;
 font-weight: normal;
 text-align: center;
 vertical-align: middle;
}
.border_radius {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.arrow1 {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}
.arrow1::before {
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 6px #8d0000;
//    border-left: solid 6px #546474;
    position: absolute;
    top: 43%;
    left: 0;
    margin-top: -4px;
}
.whiteLink {
}
.whiteLink a:link    { color: #4682ff; }
.whiteLink a:visited { color: #4682ff; }
.whiteLink a:active  { color: #4682ff; }
.whiteLink a:hover   { color: #ef1e1e; }
使用例
<pre class="border_radius" style="border:solid 1px; padding : 5px 10px 5px 10px">
function vspace( space )
function wb_label_small_lect_red_13( title )
function wb_label_2( title )
使用例
<script language="javascript">wb_label_small_lect_red_13( "ラベル")</script>

0 件のコメント:

コメントを投稿