Changeset 2296709
- Timestamp:
- 05/02/2020 04:05:03 PM (6 years ago)
- Location:
- covid-19-bangladesh-live/trunk
- Files:
-
- 4 edited
-
covid-19-bd-live.php (modified) (1 diff)
-
public/css/widget3.min.css (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
widget_3.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
covid-19-bangladesh-live/trunk/covid-19-bd-live.php
r2296279 r2296709 4 4 * Plugin URI: https://fastaar.com 5 5 * Description: This plugin used for get update the coronavirous live update of Bangladesh & all over the world. 6 * Version: 1.1. 16 * Version: 1.1.2 7 7 * Requires at least: 4.0 8 8 * Requires PHP: 5.6 -
covid-19-bangladesh-live/trunk/public/css/widget3.min.css
r2296279 r2296709 1 *{margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#containerElem {font-family:SolaimanLipi}#containerElem{margin:0 auto;width:auto;background:#000;overflow:hidden;position:relative;border-radius:10px}#containerElem .list{list-style:none;display:flex;margin:10px;padding:0;width:100%}#containerElem .list__item{flex-grow:0;flex-shrink:0;background:rgba(34,34,34,.5);border:1px solid #565656!important;margin:0 7px;border-radius:7px;padding:3px 15px!important}#containerElem .list__item:hover{background:rgba(34,34,34,.85)}#containerElem .list__item a{color:#fff;text-decoration:none}#containerElem span.name{text-align:center;color:#fff;font-size:17px;margin-right:12px;text-transform:uppercase;margin-bottom:0}#containerElem span.number{text-align:center;color:#e3b410;font-size:21px;margin-bottom:0;font-weight:600}#containerElem .columns{display:flex}#containerElem .corona-col{flex:0 0 50%;max-width:50%}#containerElem .corona-col.clogo{border-right:1px solid #4c4c4c;background-image:url(../img/virus-logo.png);background-position:top left;background-repeat:no-repeat;background-size:150px}#containerElem .corona-col.clogo .virus-logo{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;text-align:center;height:100%;color:#fff}#containerElem .corona-col.clogo .virus-logo h2{font-size:40px;font-weight:700}#containerElem .corona-col.clogo .virus-logo h2 small{color:#fff}#containerElem .corona-col .height-100{height:100%;display:flex;flex-direction:column;justify-content:center}#containerElem .cases-count{display:flex;padding:30px 0 0;align-items:center}#containerElem .cases-count .death-cases,#containerElem .cases-count .recovered-cases,#containerElem .cases-count .total-cases{display:flex;flex-direction:column;align-items:center;flex-grow:1}#containerElem .cases-count h5{font-size:18px;line-height:normal;margin:0;color:#fff;text-transform:uppercase;font-weight:500}#containerElem .cases-count h1{font-size:52px;line-height:66px;margin-top:0;margin-bottom:0}#containerElem .cases-count .total-cases h1{color:#e3b410}#containerElem .cases-count .recovered-cases h1{color:#25ad00}#containerElem .cases-count .death-cases h1{color:#d51e20}#containerElem .sourcing{color:#fff;padding:5px;font-size:13px;background:#272727}@media(max-width:768px){#containerElem span.name{font-size:15px}#containerElem span.number{font-size:15px}#containerElem .corona-col{flex:0 0 60%;max-width:60%}#containerElem .corona-col.clogo{background-size:75px;flex:0 0 40%;max-width:40%}#containerElem .corona-col.clogo .virus-logo h2{font-size:22px}#containerElem .cases-count{padding:20px 0 0}#containerElem .cases-count h5{font-size:16px}#containerElem.cases-count h1{font-size:22px;line-height:1.4;margin-bottom:auto}}1 *{margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#containerElem.wrap{font-family:SolaimanLipi}#containerElem.wrap{margin:0 auto;width:auto;background:#000;overflow:hidden;position:relative;border-radius:10px}#containerElem.wrap .list{list-style:none;display:flex;margin:10px;padding:0;width:100%}#containerElem.wrap .list__item{flex-grow:0;flex-shrink:0;background:rgba(34,34,34,.5);border:1px solid #565656!important;margin:0 7px;border-radius:7px;padding:3px 15px!important}#containerElem.wrap .list__item:hover{background:rgba(34,34,34,.85)}#containerElem.wrap .list__item a{color:#fff;text-decoration:none}#containerElem.wrap span.name{text-align:center;color:#fff;font-size:17px;margin-right:12px;text-transform:uppercase;margin-bottom:0}#containerElem.wrap span.number{text-align:center;color:#e3b410;font-size:21px;margin-bottom:0;font-weight:600}#containerElem.wrap .columns{display:flex}#containerElem.wrap .corona-col{flex:0 0 50%;max-width:50%}#containerElem.wrap .corona-col.clogo{border-right:1px solid #4c4c4c;background-image:url(../img/virus-logo.png);background-position:top left;background-repeat:no-repeat;background-size:150px}#containerElem.wrap .corona-col.clogo .virus-logo{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;text-align:center;height:100%;color:#fff}#containerElem.wrap .corona-col.clogo .virus-logo h2{font-size:40px;font-weight:700}#containerElem.wrap .corona-col.clogo .virus-logo h2 small{color:#fff}#containerElem.wrap .corona-col .height-100{height:100%;display:flex;flex-direction:column;justify-content:center}#containerElem.wrap .cases-count{display:flex;padding:30px 0 0;align-items:center}#containerElem.wrap .cases-count .death-cases,#containerElem.wrap .cases-count .recovered-cases,#containerElem.wrap .cases-count .total-cases{display:flex;flex-direction:column;align-items:center;flex-grow:1}#containerElem.wrap .cases-count h5{font-size:18px;line-height:normal;margin:0;color:#fff;text-transform:uppercase;font-weight:500}#containerElem.wrap .cases-count h1{font-size:52px;line-height:66px;margin-top:0;margin-bottom:0}#containerElem.wrap .cases-count .total-cases h1{color:#e3b410}#containerElem.wrap .cases-count .recovered-cases h1{color:#25ad00}#containerElem.wrap .cases-count .death-cases h1{color:#d51e20}#containerElem.wrap .sourcing{color:#fff;padding:5px;font-size:13px;background:#272727}@media(max-width:768px){#containerElem.wrap span.name{font-size:15px}#containerElem.wrap span.number{font-size:15px}#containerElem.wrap .corona-col{flex:0 0 60%;max-width:60%}#containerElem.wrap .corona-col.clogo{background-size:75px;flex:0 0 40%;max-width:40%}#containerElem.wrap .corona-col.clogo .virus-logo h2{font-size:22px}#containerElem.wrap .cases-count{padding:20px 0 0}#containerElem.wrap .cases-count h5{font-size:16px}#containerElem.wrap .cases-count h1{font-size:22px;line-height:1.4;margin-bottom:auto}} -
covid-19-bangladesh-live/trunk/readme.txt
r2296279 r2296709 74 74 == Changelog == 75 75 76 = 1.1.2 = 77 * CSS bug fixed. 78 76 79 = 1.1.1 = 77 80 * CSS bug fixed. -
covid-19-bangladesh-live/trunk/widget_3.php
r2296279 r2296709 22 22 echo $args['before_title'] . $title . $args['after_title']; 23 23 } ?> 24 <div id="containerElem" >24 <div id="containerElem" class="wrap"> 25 25 <div class="columns"> 26 26 <div class="corona-col clogo">
Note: See TracChangeset
for help on using the changeset viewer.