Просмотр файла template/designs/shcms/style.css

Размер файла: 7.03Kb
  1. body
  2. {
  3. background: #FAFAFA;
  4. padding: 8px 4px 8px 4px;
  5. font-family: Arial;
  6. max-width: 500px;
  7. margin-top: 7px;
  8. color: #444343;
  9. font-size: 13px;
  10. margin: auto;
  11. }
  12. .body
  13. {
  14. padding: 3px;
  15. border-radius: 3px;
  16. }
  17. .body a {
  18. color: #3a8ac8;
  19. text-decoration: none;
  20. }
  21. .body a:hover {
  22. color: #cda348;
  23. }
  24. a:link, a:visited {color: #444343;text-decoration: none;font-weight: meduim;}
  25. a:hover, a:active {color: #f6f6f6}
  26. a.link:hover
  27. {
  28. background: #19a3e3 url(images/aut.png) repeat-x top;
  29. border:1px solid #0ea3e1;
  30. border-radius: 3px;
  31. padding: 8px;
  32. color: #ffffff;
  33. }
  34. .headers
  35. {
  36. background: #19a3e3 url(images/aut.png) repeat-x top;
  37. border:1px solid #0ea3e1;
  38. margin-bottom: 2px;
  39. border-radius: 3px;
  40. text-align: left;
  41. }
  42. .logo
  43. {
  44. background: url(images/logo.png) repeat-x top;
  45. width: 286px;
  46. height:53px;
  47. }
  48. img.image_avatar
  49. {
  50. border-radius: 5px;
  51.  
  52. }
  53.  
  54. /************************************************************************************/
  55. textarea{
  56. padding: 2px;
  57. background: #fff url("images/input.png") repeat-x;
  58. border: 1px solid #bcc0c2;
  59. width: 98%;
  60. max-width: 98%;
  61. min-width: 98%;
  62. height: 4pc;
  63. min-height: 4pc;
  64. margin: auto;
  65. }
  66. img {
  67. border: 0px;
  68. margin: 0px;
  69. padding: 0px;
  70. }
  71.  
  72. input[type='file']{
  73. background: url("images/input.png") repeat-x #FFFFFF;
  74. border: 1px solid #BCC0C2;
  75. padding: 2px;
  76. }
  77. input[type='password'],input[type='text']
  78. {padding: 2px;
  79. background: #fff url("images/input.png") repeat-x;
  80. border: 1px solid #bcc0c2;
  81. margin:3px;
  82. height:18px;
  83. }
  84. input[type="submit"]{
  85. margin: 3px 1px 5px 3px;
  86. height:25px;
  87. background: -o-linear-gradient(top, #F6F6F6, #D4D4D4) #F6F6F6;
  88. border: 1px solid #A1A1A1;
  89. border-radius: 4px;
  90. color: #4C4C4C;
  91. cursor: pointer;
  92. display: inline-block;
  93. font-size: 13px !important;
  94. padding: 3px 5px;
  95. position: relative;
  96. text-decoration: none;
  97. text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.298);
  98. }
  99. input[type="submit"]:hover{
  100. color: #000;
  101. text-decoration: none;
  102. text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.298);
  103. }
  104.  
  105. .user_foot {
  106. background: url("images/aut.png") 50% 0% repeat-x #4696D5;
  107. border-radius: 4px;
  108. color: #f6f6f6;
  109. font-size: 12px;
  110. font-weight: 400;
  111. margin-top: 3px;
  112. padding: 7px;
  113. text-align: left;
  114. }
  115. .user_foot a
  116. {
  117. color: #f6f6f6;
  118. }
  119. .user_foot a:visited
  120. {
  121. color: #EEEEEE;
  122. }
  123.  
  124. .form {
  125. background-color: #fcfcfc;
  126. overflow-wrap: break-word;
  127. margin: 5px;
  128. padding: 6px;
  129. border: 1px #F2F2F7 solid;
  130. border-radius: 3px;
  131. -moz-border-radius: 3px;
  132. }
  133. .change_line
  134. {
  135. background: #FFFFFF;
  136. border: 1px solid #D8D8D8;
  137. overflow-wrap: break-word;
  138. margin-bottom: 10px;
  139. }
  140. .change_block
  141. {
  142. border-bottom: 1px solid #EAEAEA;
  143. border-top: 1px solid #FFFFFF;
  144. padding: 5px;
  145. }
  146.  
  147. h1 {
  148. height: 51px;
  149. color: #fff;
  150. margin: 0px;
  151. padding: 0px;
  152. overflow: hidden;
  153. text-align: center;
  154. font-size: 30px;
  155. font-weight: bold;
  156. text-shadow: 1px 1px 1px #A3A3A3;
  157. }
  158. .errors
  159. {
  160. background: url("images/errors.png") 50% 0% repeat-x #BE766A;
  161. border-bottom: 1px solid #853A24;
  162. border-radius: 6px;
  163. *color: #FFE3E3;
  164. color:#fff;
  165. font-weight: 700;
  166. margin: 5px;
  167. padding: 5px;
  168. text-align: center;
  169. }
  170. .actshcms
  171. {
  172. background: url("images/acti.png") 50% 0% repeat-x #BE766A;
  173. border-bottom: 1px solid #C7E8D5;
  174. border-radius: 6px;
  175. *color: #FFE3E3;
  176. color:#fff;
  177. font-weight: 700;
  178. margin: 5px;
  179. padding: 5px;
  180. text-align: center;
  181. }
  182. .link_reg
  183. {
  184. background-color: #F6F6F6;
  185. border: 1px solid #EDEDF2;
  186. border-radius: 5px;
  187. color: #616683;
  188. display: block;
  189. text-align:center;
  190. font-weight:700;
  191. margin: 6px;
  192. padding:7px;
  193.  
  194. }
  195.  
  196. .copyright
  197. {
  198. background: #f9f9f9;
  199. text-align:left;
  200. border: 1px solid #E8E8E8;
  201. margin: 2px 0px 3px;
  202. border-radius:4px;
  203. padding: 5px;
  204. }
  205. .copyright a
  206. {
  207. color: #000;
  208. }
  209. .copyright a:hover
  210. {
  211. color: #000;
  212. }
  213.  
  214. .tit_str
  215. {
  216. color:#0074B6;
  217. padding: 2px;
  218. font-weight:700;
  219. }
  220.  
  221. hr {
  222. border-bottom: 1px dotted #B5B5B5;
  223. border-left-style: none;
  224. border-left-width: 0px;
  225. border-right-style: none;
  226. border-right-width: 0px;
  227. border-top-style: none;
  228. border-top-width: 0px;
  229. margin-bottom: 7px;
  230. margin-top: 7px;
  231. }
  232. .ok
  233. {
  234. color: #1D8900;
  235. font-weight:900;
  236. }
  237. .umenu {
  238. background-color: #F0F0F0;
  239. border: 1px solid #EDEDF2;
  240. border-radius: 5px;
  241. color: #616683;
  242. display: block;
  243. margin: 5px;
  244. padding: 5px;
  245. }
  246. .img_s
  247. {
  248. float:left;
  249. margin-bottom:5px;
  250. margin-right:3px;
  251. }
  252. .posts
  253. {
  254. background-color: #fcfcfc;
  255. margin: 5px;
  256. padding: 6px;
  257. border: 1px #F2F2F7 solid;
  258. border-radius: 3px;
  259. -moz-border-radius: 3px;
  260. }
  261. .posts_gl
  262. {
  263. background: -o-linear-gradient(top, #FFFFFF, #F5F5F5) transparent;
  264. background-color: #fcfcfc;
  265. margin: 5px;
  266. padding: 8px;
  267. border: 1px #F2F2F7 solid;
  268. border-radius: 3px;
  269. -moz-border-radius: 3px;
  270. }
  271. .mysql_yes
  272. {
  273. background-color: #EBFFE4;
  274. margin: 5px;
  275. padding: 5px;
  276. border: 1px #80D761 solid;
  277. border-radius: 3px;
  278. -moz-border-radius: 3px;
  279. }
  280. .mysql_no
  281. {
  282. background-color: #FFEFEE;
  283. margin: 5px;
  284. padding: 5px;
  285. border: 1px #DC8787 solid;
  286. border-radius: 3px;
  287. -moz-border-radius: 3px;
  288. }
  289. .foot
  290. {
  291. background: #19a3e3 url(images/foot.png) repeat-x top;
  292. border-radius: 6px;
  293. text-align: left;
  294. padding: 10px;
  295. color: #ffffff;
  296. }
  297. .foot a
  298. {
  299. color: #ffffff;
  300. }
  301. .pages
  302. {
  303. border: 1px solid #EAEAEA;
  304. border-radius: 3px;
  305. margin: 5px;
  306. padding: 5px;
  307. text-align: right;
  308.  
  309. }
  310. a.navigation{
  311. background: url("images/pages.png") 0px 0px repeat-x #E5E5E5;
  312. border: 1px solid #D6D6D6;
  313. border-radius: 3px;
  314. box-shadow: rgba(0, 0, 0, 0.047) 0px 1px 2px;
  315. color: #747474;
  316. display: inline-block;
  317. font-size: 11px;
  318. font-weight: 400;
  319. line-height: 22px;
  320. padding: 0px 7px;
  321. text-shadow: #FFFFFF 0px 1px 0px;
  322. text-transform: lowercase;
  323. }
  324.  
  325. span.navigation
  326. {
  327.  
  328. background: #929292;
  329. box-shadow: rgba(0, 0, 0, 0.047) 0px 1px 2px;
  330. border-radius: 3px;
  331. color: #FFFFFF;
  332. padding: 1px 8px;
  333. line-height: 22px;
  334. display: inline-block;
  335. margin: 0px 3px;
  336.  
  337. }
  338.  
  339.  
  340. /*---Лучшие пользователи---*/
  341. .userstop td, .pm td.pm_list, .pm td.pm_head {
  342. border: 1px solid #d8d8d8;
  343. padding: 10px;
  344. border-radius:3px;
  345. background-color: #fff;
  346. }
  347.  
  348. .userstop thead td, .pm td.pm_head {
  349. font-size: 0.9em;
  350. border-radius:3px;
  351. background: url(images/raz.png) 0px 100% repeat-x #FFFFFF;
  352. height: 30px;
  353. padding: 0;
  354. font-weight: bold;
  355. text-align: center;
  356. color: #4e4e4e;
  357. }
  358. .login_on{
  359. color: #008000;
  360. }
  361. .maintext
  362. {
  363. background-color: #fcfcfc;
  364. padding: 6px;
  365. word-wrap: break-word;
  366. border: 1px #F2F2F7 solid;
  367. border-radius: 0 0 5px 5px;
  368. margin-bottom: 5px;
  369. }
  370. .maintitle{
  371. background: url("images/maintitle.png") 0px 0px repeat-x #F5F5F5;
  372. border-bottom: 0px none currentColor;
  373. border-left: 1px solid #EAEAEA;
  374. border-radius: 4px 4px 0 0;
  375. border-right: 1px solid #EAEAEA;
  376. border-top: 1px solid #EAEAEA;
  377. color: #333333;
  378. overflow: hidden;
  379. padding: 6px;
  380. }
  381. .maintime {
  382. color:#AAAAAA;
  383. float:right;
  384. }
  385. .mainforum {
  386. font-size:11px;
  387. color:#AAAAAA;
  388. float:right;
  389. }