css 自定义Aras Tech Doc风格的CSS
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 自定义Aras Tech Doc风格的CSS相关的知识,希望对你有一定的参考价值。
/**** Define Font Families ***************/
@import url('https://fonts.googleapis.com/css?family=Raleway:900,600,400,400i');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,400i,700i');
/**** Assign Font Styles ***************/
@page {
@bottom-right {
font-family: 'Lato', sans-serif;
font-weight: regular;
color: #1c1c1c;
font-size: 10pt;
}
}
body {
text-align: left;
font-family: 'Lato', sans-serif;
font-weight: regular;
color: #1c1c1c;
font-size: 10pt;
}
.Standard-Doc .Title {
font-family: 'Raleway', sans-serif;
font-weight: 900;
font-size: 32pt;
text-align: center;
color: #18314F;
margin-bottom: 0px;
}
.Standard-Doc .Subtitle {
font-family: 'Raleway', sans-serif;
font-weight: 600;
font-size: 24pt;
margin-top: 0px;
text-align: center;
color: #40798C;
}
.Standard-Doc .Section>.Title {
font-family: 'Raleway', sans-serif;
font-weight: 600;
font-size: 24pt;
font-style: normal;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
color: #18314F;
border-bottom: 5px double;
}
.Standard-Doc .Section>.Subtitle {
font-family: 'Raleway', sans-serif;
font-weight: 400;
font-size: 16pt;
font-style: italic;
text-align: left;
color: #40798C;
}
以上是关于css 自定义Aras Tech Doc风格的CSS的主要内容,如果未能解决你的问题,请参考以下文章
css 使用CSS计数器自动编号Aras Tech Doc部分
xml 使用CSS计数器自动为Aras Tech Doc部分中的特定子元素编号
css 十大自定义风格2
使用CSS和JS自定义博客风格
博客园自定义页面风格设计
博客园自定义页面风格设计