Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter jeanbeatles

    (@jeanbeatles)

    Hi,
    It seems ok now.
    Thanks you so much !

    jeanbeatles

    (@jeanbeatles)

    EA have great plugs, for sure ! I’m sure i’ll buy them after my time of discovering the free parts. It changed everything for me !
    The guys seems to be very “reactive” (don’t know how to translate it from french)

    Thread Starter jeanbeatles

    (@jeanbeatles)

    Hi, thanx for the reply,
    I already dit it 10 times or more. It works at the moment, then the problems comes again.

    Thread Starter jeanbeatles

    (@jeanbeatles)

    I’ve dowgraded EA version, i have the same problem. It comes and go.

    Thread Starter jeanbeatles

    (@jeanbeatles)

    Hi
    sorry for the link
    here’s the “working” table :
    http://cjoint.com/14sp/DIkozkxlZUh_01_firefox_ok.jpeg

    My website is closed. the only way i can do without making it public is to open an acount for you, but only thru email, i guess…

    Thread Starter jeanbeatles

    (@jeanbeatles)

    Hi Tobias,

    Thanx for ALL ! I’m thinking about the way i can use Table since months, and now it’s ok. I’m not joking : you helped me A LOT.

    One last question : Please take a look to my first link.
    Then, take a look here :

    .tablepress,
    .tablepress tr,
    .tablepress tbody td,
    .tablepress thead th,
    .tablepress tfoot th {
    border: none;
    padding: 0;
    }

    .tablepress thead th,
    .tablepress tfoot th {
    background-color: #000000 !important;
    font-family: Trebuchet;
    font-size: 12px !important;
    font-style: bold !important;
    color: #FFFFFF !important;
    }

    .tablepress .odd td {
    background-color: #808080;
    }

    .tablepress .even td {
    background-color: #C0C0C0;
    }

    .tablepress tbody td {
    font-family: Trebuchet;
    font-size: 12px;
    color: #000000;
    line-height: 100%;
    border: none;
    padding: 0;
    }

    I wrote : padding: 0… so how can i do less than 0 ? 🙂
    I can manage with my table like that. It’s “good enough”, but i’d like to reduce “line height” a little bit (biggest icon is 15px high).
    byebye

    Thread Starter jeanbeatles

    (@jeanbeatles)

    Hi, and thanks for replying;

    I’ve used “developper Tools” to find ccs style in the second link, but it’s hard to understand et very difficult to use it in my own css page.

    But, if you take a look again at my first link, and thanks to your précedent post, i’ve wrote this code in the css option of TablePress :

    .tablepress,
    .tablepress tr,
    .tablepress tbody td,
    .tablepress thead th,
    .tablepress tfoot th {
    	border: none;
    	padding: 0;
    }
    
    .tablepress thead th,
    .tablepress tfoot th {
    	background-color: #000000;
    	font-family: Trebuchet;
    	font-size: 12px;
    	font-style: bold;
    	color: #FFFFFF;
    }
    
    .tablepress tbody td {
    	font-family: Trebuchet;
    	font-size: 12px;
    	color: #000000;
    	line-height: 100%;
    }
    
    .tablepress .column-1 {
    	width: 5%;
    	text-align: center;
    }
    
    .tablepress .column-2 {
    	width: 7%;
    	text-align: center;
    }
    
    .tablepress .column-3 {
    	width: 13%;
    	text-align: center;
    }
    
    .tablepress .column-4 {
    	width: 16%;
    	text-align: left;
    }
    
    .tablepress .column-5 {
    	width: 13%;
    	text-align: center;
    	font-weight: bold;
    }
    
    .tablepress .column-6 {
    	width: 16%;
    	text-align: right;
    }
    
    .tablepress .column-7 {
    	width: 5%;
    	text-align: center;
    }
    
    .tablepress .column-8 {
    	width: 5%;
    	text-align: center;
    }
    
    .tablepress .column-9 {
    	width: 15%;
    	text-align: center;
    }
    
    .tablepress .column-10 {
    	width: 5%;
    	text-align: center;
    }
    
    .tablepress- {
    	width: auto;
    	margin: 0 auto 1em;
    }

    It’s not so bad, and i can use it like that.
    But what i want to know, it’s

    – how can i change font, style and colour of the headline. I wrote this part, without effect :

    .tablepress thead th,
    .tablepress tfoot th {
    	background-color: #000000;
    	font-family: Trebuchet;
    	font-size: 12px;
    	font-style: bold;
    	color

    – Can i have smaller “line-height” ?

    – How to change color of the rows, replacing default white & blue ?

    Thanks

    jeanchristophe

Viewing 7 replies - 1 through 7 (of 7 total)