|
|
| خط ۲۹: |
خط ۲۹: |
| count= 6 | | count= 6 |
| order= descending | | order= descending |
| | shownamespace = false |
| | |
| </DynamicPageList></div> | | </DynamicPageList></div> |
| </div><div style="padding: 1em;"> | | </div><div style="padding: 1em;"> |
| خط ۶۸: |
خط ۷۰: |
| </div></div> | | </div></div> |
|
| |
|
| {{#css: | | {{#css:/homestyle.css}} |
| div#catlinks {
| |
| display: none;
| |
| }
| |
| .column-full{
| |
| width: 100%;
| |
| display: flex;
| |
| flex-wrap: wrap;
| |
| flex-direction: row;
| |
| align-items: flex-start;
| |
| justify-content: flex-start;}
| |
| .mp-right{
| |
| margin: auto;text-align: justify;
| |
| }
| |
| .mp-r1{
| |
| position: relative; background: linear-gradient( 90deg , transparent,rgb(242 209 157)); height: 40px; margin: 1em 0; border-radius: 10px;
| |
| }
| |
| .mp-r1-1{
| |
| display: flex;align-items: flex-end;position: absolute; right: 4px; top: -5px;}
| |
| .mp-r1-1 span {
| |
| -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
| |
| }
| |
| .mp-h2{
| |
| margin-right: 10px;font-size: larger; font-weight: bold; color: inherit;
| |
| }
| |
| .mp-bar {
| |
| position: relative; background: linear-gradient(90deg, transparent,rgb(242 209 157)); height: 40px; margin: 1em 0; border-radius: 10px;
| |
| }
| |
| .mp-bar2{
| |
| display: flex;align-items: flex-end;position: absolute; right: 4px; top: -5px;
| |
| }
| |
| .mp-bar2 span {
| |
| -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
| |
| }
| |
| .mp-left{
| |
| width: 48%;padding: 0em 0 1em 0;
| |
| }
| |
| .mp-left-1 {
| |
| | |
| width:50%;
| |
| }
| |
| .mp-left-2{
| |
| | |
| width: 50%;
| |
| }
| |
| .mp-center{
| |
| margin-top: -1em;padding: 0em 0 1em 0;
| |
| width: 100%;
| |
| display: flex;
| |
| flex-wrap: wrap;
| |
| flex-direction: row;
| |
| align-items: flex-start;
| |
| justify-content: flex-start;
| |
| }
| |
| .container-t th h1 {
| |
| font-weight: bold;
| |
| font-size: 1em;
| |
| text-align: left;
| |
| color: #185875;
| |
| }
| |
| | |
| .container-t td {
| |
| font-weight: normal;
| |
| font-size: 1em;
| |
| padding: 1em;
| |
| -webkit-box-shadow: 0 2px 2px -2px #0E1119;
| |
| -moz-box-shadow: 0 2px 2px -2px #0E1119;
| |
| box-shadow: 0 2px 2px -2px #0E1119;
| |
| }
| |
| | |
| .container-t {
| |
| text-align: right;
| |
| overflow: hidden;
| |
| width: 98%;
| |
| margin: 0 auto;
| |
| display: table;
| |
| padding: 0 0 8em 0;
| |
| border-radius: 1em;
| |
| }
| |
| | |
| .container-t td, .container-t th {
| |
| padding-bottom: 0.25%;
| |
| padding-top: 0.25%;
| |
| padding-left:0.5%;
| |
| }
| |
| | |
| /* Background-color of the odd rows */
| |
| .container-t tr:nth-child(odd) {
| |
| background-color: #cef2e0;
| |
| }
| |
| | |
| /* Background-color of the even rows */
| |
| .container-t tr:nth-child(even) {
| |
| background-color: #cef2e0;
| |
| }
| |
| | |
| .container-t th {
| |
| background-color: #1F2739;
| |
| }
| |
| | |
| .container-t td:first-child { color: #222222; }
| |
| | |
| | |
| | |
| .container-t td:hover {
| |
| background-color: #85e9a054;
| |
| color: #403E10;
| |
| font-weight: bold;
| |
|
| |
| box-shadow: #85e9a0 -1px 1px, #85e9a0 -2px 2px, #85e9a0 -3px 3px, #85e9a0 -4px 4px, #85e9a0 -5px 5px, #85e9a0 -6px 6px;
| |
| transform: translate3d(6px, -6px, 0);
| |
|
| |
| transition-delay: 0s;
| |
| transition-duration: 0.4s;
| |
| transition-property: all;
| |
| transition-timing-function: line;
| |
| }
| |
| | |
| @media (max-width: 800px) {
| |
| .container-t td:nth-child(4),
| |
| .container-t th:nth-child(4) { display: none; }
| |
| }
| |
| /*menu-top*/
| |
| * {
| |
| direction:rtl;
| |
| text-decoration:none;
| |
| font-weight:500;
| |
| color:#000;
| |
| }
| |
| | |
| .nav ul ul {
| |
| display: none;
| |
| position:absolute;
| |
| top:100%;
| |
| right:0;
| |
| padding:0;
| |
| border-radius:0;
| |
| width:110px;
| |
| }
| |
| .nav ul li:hover > ul {
| |
| display: block;
| |
| }
| |
| .nav ul {
| |
| background-color:#f1f4f7;
| |
| box-shodow: 0 0 10px rgba(0,0,0,.15);
| |
| display:inline-block;
| |
| border-radius:5px;
| |
| list-style:none;
| |
| padding:0 10px;
| |
| }
| |
| .nav ul li {
| |
| float:right;
| |
| position:relative;
| |
| }
| |
| | |
| .nav ul li:hover{
| |
| background-color:gainsboro;
| |
| }
| |
| .nav ul ul li {
| |
| float:none
| |
| }
| |
| .nav ul ul ul {
| |
| position:absolute;
| |
| top:0;
| |
| right:100%;
| |
| }
| |
| | |
| .column-full .mp-right p a img {
| |
| width: -webkit-fill-available;
| |
| }
| |
| .mp-r1 .mp-h2 {
| |
| margin-right: 45px;
| |
| }
| |
| | |
| #p-logo a {
| |
| height: 200px;
| |
| }
| |
| | |
| .mw-list-item {
| |
| padding: 1.5em 0;
| |
| }
| |
| | |
| #p-logo a{
| |
| height: 200px !important;
| |
| }
| |
| }} | |