Actions

Widget

Difference between revisions of "TimelineTest"

From ThornsWiki

Line 67: Line 67:
  
 
<!-- jPList CSS -->
 
<!-- jPList CSS -->
<link rel="stylesheet" href="https://anaxasdiaries.com/jplist/jplist.styles.css" />
 
  
 
<!-- IE 10+ / Edge support via babel-polyfill: https://babeljs.io/docs/en/babel-polyfill/ -->
 
<!-- IE 10+ / Edge support via babel-polyfill: https://babeljs.io/docs/en/babel-polyfill/ -->
Line 85: Line 84:
 
 
 
data-path=".datesort"
 
data-path=".datesort"
data-order="desc"
+
data-order="asc"
 
data-type="text">
 
data-type="text">
 
</div>
 
</div>

Revision as of 12:20, 29 April 2020

<style> .sidebar {

       max-width:100%;

margin:0px auto;

   }

table tr th.infobox-label {

   text-align: left;
   text-transform: uppercase;
   font-weight: bold;
   font-size: .9em;
   line-height: 1.25em;
   color: #deb975;
   background-color: #474440;
   vertical-align: middle;
   width: 50%;

}

.filters {

           display: flex;
           flex-wrap: wrap;

}

   h3.sort-title {
       font-size: 1.15rem !important;
       border-bottom: 2px solid #474440 !important;
       margin-top: 0px !important;

color:#ccc5b9;

   }
   .grid {
       max-width: 100%;
       display: flex;
       flex-direction: row;
       align-content: space-between;
       flex-wrap: wrap;
       margin: 0px auto;
   }
   
   .grid-item {
       width:30%;

margin:10px;

   }

/* On screens that are 992px wide or less, go from four columns to two columns */ @media screen and (max-width: 992px) {

 .button-group {
   flex: 1;
 }

.grid-item {

       min-width:350px;
       max-width:90%;

}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */ @media screen and (max-width: 600px) {

.button-group {
   flex: 100%;
 }

.grid-item {

       min-width:350px;
       max-width:90%;
   }

} </style>


<script src="//cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.26.0/polyfill.min.js"></script>

<script src="http://anaxasdiaries.com/jplist/dist/1.2.0/jplist.min.js"></script> <script> jplist.init(); </script>