XtGem Forum catalog
ADS By Strikecoded:
Smash Your 2018/19 Jamb, Waec, Neco With CAMPUSBASE Visit Now.. Best Java, Android Games, Apps


No1. Naija Awarded Download Portal For Both Mobile And Pc Users..

Home | Blog | Search | Uploads

f
p
_
x

*SMSWHATSAPPPhone

Home
Forum
Blog

Xtgem GuideCss Tutorials

Wapka GuidePhp Scripts

Filelist GeneratorCss Collections

Chat (1)Main Menu



STRIKECODED Members Forum

*STRIKELORD said to R9pK1d 0n 2016-05-02 23:50
K tel me wich 1 do u wnt me to start with?
    ·
  • rated(0)
*R9PK1D said to STRIKELORD 0n 2016-05-03 01:50
Internal
    ·
  • rated(0)
*STRIKELORD said to R9pK1d 0n 2016-05-03 07:05
Internal css are created usin Css preference and to make it function u need to learn hex colors eg 008000 dats green u cn use the word or hex code nw leme start internal css structure i created with many css styles dat has there own function in its own way.. Like padding, background-color, margin, text-align , font-size or font-weight etc i wil explain the above ones listed,
padding: this means enlargin the div arena/border.

background-color this means the background color of the class if applied.

margin it means shiftin the class border eg u cn use margin-left, margin-right u add the maximum border shiftin eg margin-right: 5px;

font-size this mean increasin text size px format 50px eg font-size: 40px;
font-weight this function and the font size are xame the önly different is dat font size works in number enlargin eg 5px, 50px, 35px etc while font-weight works in text format eg bold, small etc.. In work font-weight: bold;

text-align the function means placin the text in any format or alignment u wnt, eg in left, right and center alignment eg text-align: center;


BASICS OF CSS
Inorder fr internal css to work dis functions must be included ; and : ; means the tag has been closed while : means open tag.


WARNING: We Dnt Use Normal HTML Codes in css eg <b></b>, <font color="red"></font> instead of the above we use dis to replace them in css <b></b> replace with font-weight: bold; while <font color="red"></font> replace with color: red;

HOW TO PUT INTERNAL CSS IN FUNCTION AND HOW TO GET THE CODE:


We use dis style script to me it function well eg <style> to code u hav been thought abt Css peference above with few functions nw let create an internal css with black background, text white, center alignment and normal paddin
<style>.mido {background-color: black; color: white; text-align: center; padding: 2px;}</style>
Copy code


NOTE: the div class in the above internal css is mido

Thats All!
    ·
  • rated(0)
*R9PK1D said to STRIKELORD 0n 2016-05-03 09:28
Hw 2 set it lyke that of global css?
    ·
  • rated(0)
*STRIKELORD said to R9pK1d 0n 2016-05-03 13:27
Lyk?
    ·
  • rated(0)
*R9PK1D said to STRIKELORD 0n 2016-05-04 03:24
global css, i mean red css, d 1 u used on ur forum
    ·
  • rated(0)
*STRIKELORD said to R9pK1d 0n 2016-05-04 07:30
It is xtgem default css, so i edited it internally.
    ·
  • rated(0)
*R9PK1D said to STRIKELORD 0n 2016-05-05 06:35
d midox, my file list dffrnt preview image is nt working oo, See below at that Java_Games_Icons
    ·
  • rated(0)
*R9PK1D said to R9pK1d 0n 2016-05-05 06:37
RECOPY
<div class="zxfourborder" style="text-align:center;">
<script type="text/javascript">
var dflt = '\<div style=\"text-align:center\"\>SEARCH  FILES\</div\>';
var nrslts ='\<div style=\"text-align:center\"\>{_$srch|file} Not Found!\</div\>'; 
if ("{_$filter|}" != "")
{var rslts=document.getElementById("results").innerHTML;
if (rslts == "") 
{document.getElementById("results").innerHTML= nrslts;}}
else
{document.getElementById("results").innerHTML= dflt;};
function validateForm()
{var inp=document.forms["srchfrm"]["srch"].value;
if (inp==null || inp==""){return false;}}
</script>
  <form id="srchfrm" onsubmit="return validateForm()" action="<xt:url />" method="get">
<div class="search_form">
<input name="filter" value="{_$filter|}" size="80px"/>
<br />
<input type="submit" value="search" />
</div>
</form></div>
<div class="search_results" id="results"><xt:filelist sort_type="updated" sort_dir="asc" folder="/Java_Games" template="&lt;table width='100%'&gt;&lt;tr&gt;&lt;td width='25%' class='zxfourborder' align='center'&gt;&lt;img src='/Java_Games_Icons/.file_name..png' width='50%' height='50%'&gt;&lt;/td&gt;&lt;td width='75%' align='left' class='zxfourborder'&gt;&lt;img src='http://strikecoded.xtgem.com/admin/rating.gif'/&gt;&lt;br/&gt;&lt;b&gt;•Name:&lt;/b&gt;&lt;b style='color:blue'&gt; .file_name_parsed. &lt;/b&gt;&lt;br/&gt;&lt;b&gt;•Size:&lt;/b&gt;&lt;b style='color:green'&gt; .file_size. &lt;/b&gt;&lt;br/&gt;&lt;a href='/download?file=.file_name.&name=.file_name_parsed.&category=.file_mime.&size=.file_size.&href=.file_url.&date=.file_date.&time=.file_time.&fold=/2go_files'&gt;&lt;b style='color:red'&gt;  •Download Game&lt;/b&gt;&lt;/a&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;" per_page="10" filter="*.*" /><br/>Jump to page:<form action="<xt:url type="path" />" method="get"><input type="text" style="width:15px" name="__filelist_page"><input
type="submit" value="jump"></form></center>

Copy code
I Have Add The Preview Function, I Hope U Rename The Image Accordin To Its Filename If The File is Die+HARD.jar or Die HARD.jar Rename The Image To Die+HARD.jar.png or Die Hard.jar.png Dats Hw It Works.
(Edited by 2016-05-05 12:09 STRIKELORD )
    ·
  • rated(0)
*R9PK1D said to R9pK1d 0n 2016-05-05 21:09
xory not that 1 ths one below
    ·
  • rated(0)
Online Members
Twig by : LORDMIDO™

Theme Created By: LORDMIDO

Powered By: STRIKECODED. INC
Copyright © 2015 -
All Rights Reserved.

Page Statistics

DataLoads
Online1
Today's Hits 753
Total Today's Hits2177
Total Hits This Week 10445
Total Page Hits 908426
Total Forum Members191

Close Page Information

Go BackPromote Forum Services Members About us Terms of use Advertise News room Contact us Feedback

chart1FOLLOW US ON

FBTW G VK
OFFICIAL BOARD
Credits Admin FAQ Our Privacy Site Rules
Email subscription

Enter your email address:

Copyright © 2015 -
STRIKECODED TECH.
All Rights Reserved.

Go To Top

1753217710445908426191


fldtView Page Datas
Page Statistics

DataLoads
Online1
Today's Hits 753
Total Today's Hits2177
Total Hits This Week 10445
Total Page Hits 908426
Total Forum Members191

Close Page Information

Go BackPromote Forum Services Members About us Terms of use Advertise News update Contact us Feedback

chart1FOLLOW US ON

FBTWG LDRS
Back to the Top

Copyright © . Theme by STRIKECODED TECH.

Desktop View