--card copy in template 1
--
<div class="db2_container #CONTAINER_CLASS#">
<div class="db2_main">
<div class="db2_number">
#DATA#</div>
<div class="db2_title">
#TITLE#</div>
<div class="db2_text">
#TEXT#</div>
</div>
<div class="db2_icon_container">
<i class="fa #ICON_CLASS#"></i>
</div>
</div>
---calsical report
select 'Population' title
, population data
, 'Number of inhabitants' text
, 'fa-users' as icon_class
, 'db2_red' as container_class
from cnt
--page css inline
.db2_container {
background-color: rgb(237, 102, 71);
color: white;
float: left;
height: 120px;
margin-right:1%;
padding: 5px;
position: relative;
width: 24%;
}
.db2_icon_container {
height: 100%;
left: 0;
padding-top: 30px;
position: absolute;
text-align: center;
top: 0;
width: 80px;
}
.db2_red {
background-color: rgb(237, 102, 71);
}
.db2_blue {
background-color: rgb(38,125,179);
}
.db2_green {
background-color: rgb(104,193,130);
}
.db2_orange {
background-color: rgb(250,213,92);
}
.db2_main {
border-left: 1px solid white;
left: 80px;
padding: 0 10px;
position: absolute;
top: 5px;
height:110px;
}
.db2_number {
font-size: 1.8em;
padding: 10px 0 5px;
}
.db2_container i {
font-size: 50px;
}
.db2_text {
font-size: 0.8em;
line-height: 1.1em;
}
Md. Quium Hossain who I'm Oracle DBA & APEX Developer. All-rounder in building small, medium, and enterprise applications. Extensive knowledge in various areas of web-driven applications in Back-end (PL/SQL, SQL, Java), Front-end (Oracle APEX, Oracle Forms, Oracle Reports, HTML, JavaScript, CSS, jQuery, OracleJET, ReactJS), RESTful APIs, Third-party library integrations (Apex Office Print (AOP), Payment Gateways, SMS, Syncfusion, HighCharts) and APEX Plugins (HighChart, StarRating)
Subscribe to:
Post Comments (Atom)
How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10
#########################Install Oracle APEX 24.1################################ ----------------------------------------------------...
-
# Report Column (only column): 1. Column Formatting > HTML Expression <span style="display:block; width: 200px"> #...
-
Installing Oracle Forms and Reports 12c on Windows 10 64 Bit. Hardware used for this installation is · Intel i3-2370M CPU · ...
-
when open forms builder then errors FRM-91129: fatal error: no value specified for required environment variable FORMS_BUILDER_CLASSPATH a...
-
---------------------------- | Keyboard Shortcut | ---------------------------- · Create: Breadcrumb Region Ctrl+/, C, B · ...
No comments:
Post a Comment