PageRenderTime 73ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/statics/css/style.css

https://bitbucket.org/lxsameer/ustfa
CSS | 321 lines | 274 code | 44 blank | 3 comment | 0 complexity | 314973f293e3f793946b5a636a722f84 MD5 | raw file
Possible License(s): GPL-2.0
  1. body {
  2. direction: rtl;
  3. font-family: "BNazanin","IranianSans", Arial,Tahoma;
  4. padding: 0;
  5. margin: 0;
  6. }
  7. a {
  8. text-decoration: none;
  9. }
  10. #slides {
  11. direction: ltr;
  12. width: 900px;
  13. top: 100px;
  14. height: 320px;
  15. margin: 0 auto 0px auto;
  16. }
  17. .slides_container{
  18. height: 320px;
  19. border-radius: 5px;
  20. box-shadow: 1px 0px 3px #1a1a1a;
  21. border: 5px solid #cccccc;
  22. }
  23. .pagination {
  24. float: left;
  25. list-style: none outside none;
  26. margin: 6px 0 0;
  27. }
  28. /*.pagination {
  29. display: none;
  30. }*/
  31. .pagination li a {
  32. background-image: url("/statics/images/pagination.png");
  33. background-position: 0 0;
  34. display: block;
  35. float: left;
  36. height: 0;
  37. overflow: hidden;
  38. padding-top: 13px;
  39. width: 13px;
  40. }
  41. .pagination li {
  42. float: left;
  43. margin: 0 1px;
  44. }
  45. .pagination li.current a, .pagination li.current a:hover {
  46. background-position: 0 -13px;
  47. }
  48. .pagination li a:hover {
  49. background-position: 0 -26px;
  50. }
  51. #slides a:link, #slides a:visited {
  52. color: #333333;
  53. }
  54. #slides a:hover, #slides a:active {
  55. color: #9E2020;
  56. }
  57. .box {
  58. border: medium none;
  59. border-radius: 0 0 100% 100% / 0 0 8px 8px;
  60. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  61. }
  62. .box:hover {
  63. Background: #eaeaea;
  64. cursor: pointer;
  65. -moz-transition: Background 300ms linear 0ms;
  66. -webkit-transition: Background 300ms linear 0ms;
  67. }
  68. #news {
  69. padding: 0;
  70. width: 900px;
  71. margin: 50px auto 0 auto;
  72. }
  73. #news:nth-child {
  74. margin-right: 5px;
  75. }
  76. .news {
  77. width: 180px;
  78. height: 240px;
  79. padding: 5px 20px;
  80. display:inline-block;
  81. float: right;
  82. margin: 0px 5px 0 0;
  83. font-size: 12px;
  84. line-height: normal;
  85. font-weight: 100;
  86. text-align: justify;
  87. color: #5f5f5f;
  88. }
  89. .news span{
  90. font-size: 12px;
  91. color: grey;
  92. }
  93. .gallerybtn {
  94. float: right;
  95. margin-right: 30px;
  96. font-size: 12px;
  97. padding: 5px 7px 7px 7px;
  98. Background: #cccccc;
  99. border-radius: 0 0 5px 5px;
  100. }
  101. .gallerybtn:hover {
  102. Background: #717171;
  103. -moz-transition: Background 300ms linear 0ms;
  104. -webkit-transition: Background 300ms linear 0ms;
  105. }
  106. #glink {
  107. text-decoration: none;
  108. }
  109. .links {
  110. margin-top: 400px;
  111. padding: 0;
  112. width: 900px;
  113. font-size: 12px;
  114. margin-left: auto;
  115. margin-right: auto;
  116. border-top: 1px solid #cacaca;
  117. border-bottom: 1px solid #cacaca;
  118. font-size: 12px;
  119. }
  120. .links ul {
  121. list-style: none;
  122. text-align: center;
  123. maring: 0 auto;
  124. }
  125. .links ul li {
  126. display: inline;
  127. margin: 0px;
  128. padding:0;
  129. }
  130. .links ul li a{
  131. text-decoration: none;
  132. color: #1a1a1a;
  133. padding: 0px 10px 0px 10px;
  134. }
  135. .links ul li a:visited{
  136. color: #1a1a1a;
  137. }
  138. .links ul li a:hover{
  139. color: #2c8596;
  140. text-decoration: underline;
  141. }
  142. footer {
  143. margin-top: 12px;
  144. width: 900px;
  145. height: 30px;
  146. margin-left: auto;
  147. margin-right: auto;
  148. padding: 5px 20px 5px 20px;
  149. text-align: center;
  150. font-size: 12px;
  151. }
  152. #pagec {
  153. width: 860px;
  154. margin: 0 auto 0 auto;
  155. min-height: 200px;
  156. }
  157. #submenu {
  158. width: 900px;
  159. height: 40px;
  160. border-radius: 5px;
  161. margin: 0 auto 15px auto;
  162. padding: 10px;
  163. color: #eeeeec;
  164. }
  165. .big {
  166. font-size: 48px;
  167. }
  168. #galleries {
  169. list-style: none;
  170. border-right: 1px solid #2f2f2f;
  171. margin-right: 40px;
  172. padding: 0px;
  173. width: 400px;
  174. }
  175. #galleries li {
  176. padding: 2px 30px 2px 0;
  177. border-radius: 5px 0 0 5px;
  178. }
  179. #galleries a{
  180. text-decoration: none;
  181. color: #2f2f2f;
  182. font-size: 32px;
  183. }
  184. #galleries li:hover{
  185. Background: #eeeeec;
  186. text-indent: 40px;
  187. -moz-transition: text-indent 300ms linear 0ms;
  188. -webkit-transition: text-indent 300ms linear 0ms;
  189. -o-transition: text-indent 300ms linear 0ms;
  190. }
  191. .aside {
  192. font-family: "BNazanin";
  193. float: left;
  194. width: 200px;
  195. Background: #fefefa;
  196. margin: 20px 0;
  197. border-radius: 5px;
  198. padding: 0;
  199. box-shadow: 0 0 2px grey;
  200. }
  201. .aside ul {
  202. Background: #fefefa;
  203. padding: 0px;
  204. list-style: none;
  205. font-size: 12px;
  206. width: 100%;
  207. }
  208. .aside li {
  209. padding: 2px 15px;
  210. }
  211. .aside ul a{
  212. color: #2f2f2f;
  213. text-decoration: none;
  214. }
  215. .aside ul li:hover{
  216. Background: #eeeeec;
  217. -moz-transition: Background 300mx linear 0ms;
  218. }
  219. .aside-header {
  220. border-radius: 5px 5px 0 0;
  221. Background: #eeeeec;
  222. width: 100%;
  223. height: 30px;
  224. text-align: center;
  225. color: #1f1f1f;
  226. }
  227. .page {
  228. width: 650px;
  229. }
  230. #logo{
  231. width: 860px;
  232. margin: 0 auto 0 auto;
  233. font-family: "BTitrTGEBold";
  234. }
  235. .justify, .page p {
  236. text-align:justify;
  237. }
  238. .news h2 {
  239. font-size: 13px;
  240. text-align: right;
  241. }
  242. #beta {
  243. float: left;
  244. position: static;
  245. padding: 15px;
  246. border-radius: 0 0 5px 5px;
  247. color: white;
  248. Background: #88382D;
  249. top: 0;
  250. margin-left: 40px;
  251. }
  252. .formtable {
  253. width: 70%;
  254. }
  255. .formtable label{
  256. font-size: 16px;
  257. font-weight: 700;
  258. width: 100%;
  259. }
  260. .formtable tr{
  261. height: 100px;
  262. }
  263. input, textarea {
  264. border-radius: 2px;
  265. padding: 6px;
  266. color: #5a5a5a;
  267. font-size: 16px;
  268. border: 1px solid #d9d9d9;
  269. margin-right: 50px;
  270. }
  271. input[type="text"] {
  272. height: 35px;
  273. }
  274. input:focus, textarea:focus {
  275. border: 1px solid #397249;
  276. box-shadow: 0 0 6px 1px #9CB770;
  277. }