NBash
221 строка · 3.7 Кб
1body {2background-color: #CCCCCC;3}
4
5div.contents {6margin-top: 0px;7margin-left: 0px;8margin-right: 0px;9margin-bottom: 10px;10padding: 12px;11margin-left: auto;12margin-right: auto;13width: 960px;14background-color: white;15border-top-right-radius:0px;16border-top-left-radius:0px;17border-bottom-right-radius:8px;18border-bottom-left-radius:8px;19box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);20/* firefox specific markup */21-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);22/* webkit specific markup */23-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);24}
25
26@media (max-width:1280px) {27div.contents {28width: 800px;29}30}
31
32@media (max-width:1100px) {33div.contents {34width: 650px;35}36}
37
38
39
40div.header
41{
42background-image:url('nav_h.png');43background-repeat:repeat-x;44background-color: #FAFAFA;45border-bottom: 1px solid #D5D5D5;46margin-left: auto;47margin-right: auto;48width: 960px;49padding-left: 12px;50padding-right: 12px;51box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);52/* firefox specific markup */53-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);54/* webkit specific markup */55-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);56}
57
58div.headertitle {59padding-left: 0px;60font-size: 150%;61}
62
63table.pageheader {64background-color: #2C4AA8;65}
66
67#top {68box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);69/* firefox specific markup */70-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);71/* webkit specific markup */72-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);73}
74
75div.ui-resizable-e {76box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.3);77/* firefox specific markup */78-moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.3);79/* webkit specific markup */80-webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.3);81}
82
83body, table, div, p, dl {84font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;85font-size: 10pt;86line-height: 17pt;87}
88
89SPAN.dlink { text-decoration: underline; color: #0000FF; cursor: pointer; }90DIV.dlinfo { padding: 5px; margin-top: 10px; margin-bottom: 5px; background-color: #244fa7; color: #fff; }91DIV.dl { margin-left: 20px; }92
93h1 { font-size: 150%; }94h2 { font-size: 135%; }95h3 { font-size: 120%; }96
97a, a.el, a.elRef, a.el:visited, a.elRef:visited {98color: #0050A0;99}
100
101.contents a:visited {102color: #0050A0;103}
104
105body {106background-repeat:repeat;107}
108
109#nav-tree-ads {110}
111
112#carbonads {113bottom: 30px;114vertical-align: bottom;115float: bottom;116overflow: hidden;117padding: 20px 10px;118/*max-width: calc(256px - 20px);*/119background-color: #fafafa;120text-align: center;121font-size: 13px;122line-height: 1.5;123border-top: solid 1px #c7c7c7;124}
125
126#carbonads a {127color: inherit;128}
129
130#carbonads a:hover {131color: inherit;132}
133
134#carbonads span {135display: block;136overflow: hidden;137}
138
139.carbon-img {140display: block;141overflow: hidden;142margin: 0 auto 8px !important;143}
144
145.carbon-text {146display: block;147margin-bottom: 8px !important;148}
149
150.carbon-poweredby {151display: block;152text-transform: uppercase;153letter-spacing: 1px;154font-size: 10px;155line-height: 1;156}
157
158div.contents
159{
160background-color: white;161}
162
163#titlearea
164{
165background-color: #2C4AA8;166}
167
168#projectlogo
169{
170vertical-align: middle;171padding-left: 25px;172}
173
174td.menu-item a {175color: rgba(255,255,255,0.6);176}
177
178td.menu-spacer {179width: 100%;180}
181
182td.menu-item a:hover {183color: white;184transition: 0.3s;185}
186
187td.menu-item {188padding-left: 25px;189padding-right: 0px;190}
191
192#download {193padding-left: 10px;194padding-right: 10px;195background-color: #198754;196}
197
198#download a {199padding-left: 20px;200color: white;201}
202
203img.download-icon {204position: absolute;205z-index: 1;206top: 22px;207}
208
209
210#donate {211padding-left: 10px;212padding-right: 20px;213}
214
215td.currency select {216font-size: 10px;217line-height: 12px;218}
219
220
221/* @end */
222
223
224